/* CSS Document */
body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
    width:632px;
	height:269px;	
	margin-bottom:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-opera-border-radius:10px;	
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 632px;
    height: 269px;
    display: none;
}
div.tmpSlide .bg_img {
	top:0;
	left:0;
	position:absolute;
	height:269px;
	width:632px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-opera-border-radius:10px;  
	z-index:500;	 
}
.bg1{background:url(../images/img1.jpg) no-repeat;}
.bg2{background:url(../images/img2.jpg) no-repeat;}
.bg3{background:url(../images/img3.jpg) no-repeat;}
.bg4{background:url(../images/img1.jpg) no-repeat;}
.bg5{background:url(../images/img3.jpg) no-repeat;}
.tmpSlideCopy
{
	width:592px;
	height:65px;
	background:#000000;
	padding:18px 20px;
	position:absolute;
	top:168px;
	bottom:0px;
	opacity:0.7;
	z-index:700;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-khtml-border-radius-bottomright:10px;
	-khtml-border-radius-bottomleft:10px;
	-opera-border-radius-bottomright:10px;
	-opera-border-radius-bottomleft:10px;
	
}
.tmpSlideCopy p
{
	color:#ffffff;	
}
div#tmpSlideshowControls {
   	position:absolute;
	z-index:900;
	bottom:20px;
	right:20px;	
}
div.tmpSlideshowControl {
    float: left;
    margin-top:250px;
    color: #554d31;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
	font-weight:bold;
	margin-left:10px;
}
div.tmpSlideshowControl span {    
 	background: url(../images/nav_bg.png) no-repeat;
	display:block;
	float:left;
	width:11px;
	height:11px;	
	cursor:pointer
}
div.tmpSlideshowControlOn {   
}
div.tmpSlideshowControlActive span{  
	background: url(../images/nav_active.png) no-repeat;
}
.tmpSlideCopy h3
{
	margin:0;
	padding:0;
	width:435px;
	float:left;	
}
.tmpSlideCopy h3 a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;	
}
.tmpSlideCopy span{
	color:#EB6909;
	font-size:16px;
	margin-top:0px;
	font-weight:bold;
	width:150px;
	text-align:right;
	float:right;	
}
.tmpSlideCopy p
{
	width:475px;
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	float:left;	
	line-height:17px;
	padding:0;
	margin:0;
	margin-top:12px	
}
.tmpSlideCopy p a
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	width:90px;
	display:inline;
}
