@charset "utf-8";
/* CSS Document */

#slide1{
	width:960px; 
	float:left; 
	display:inline; 
	position:relative;
	}
.img_cont{
	width:960px; 
	height:420px; 
	float:left; 
	display:inline;
	position:relative;
	}
.main_images{
	width:960px; 
	height:405px; 
	float:left; 
	display:inline;
	}
.main_images li{
	width:960px; 
	position:absolute; 
	left:0px; 
	top:0px;  
	display:inline; 

	display:none;
	z-index:11; 
	}
.slideshow{
	position:relative;
	}
.thumb_holder{
	position:relative; 
	float:left; 
	width:903px;
	overflow:hidden; 
	height:225px;
	z-index:105;
	margin-top:-40px;
	}
.thumbs{
	position:absolute;
	left:0; 
	}
.section{
	width:960px;
	float:left; 
	display:inline;
	overflow:hidden;
	}
.section li{
	float:left; 
	display:inline; 
	width:292px; 
	height:161px;
	}
.section li img{
	border:solid 1.5px #8a8a8a;
	}
.sub_section{
	float:left; 
	display:inline;
	margin-top:45px;
	margin-left:25px;
	} 
.prev_btn{
	margin-left:11px;
	width:22px; 
	float:left; 
	display:inline;
	margin-top:65px;
	}
.next_btn{
	width:22px; 
	float:left; 
	display:inline;
	margin:65px 0 0 0;
	}
.prev{
	background-image:url(../img/prev.png);
	background-repeat:no-repeat;
	border:none;
	width:40px;
	height:40px;
	float:left;
	position:absolute;
	cursor:pointer;
	}
.next{
	background-image:url(../img/next.png);
	background-repeat:no-repeat;
	border:none;
	width:40px;
	height:40px;
	float:left;
	position:absolute;
	cursor:pointer;
	}
.current_desc{
	display:inline;
	}
.foto{
	float:left;
	width:960px;
	margin-top:5px;
	margin-left:10px;
	border:1px solid #D3D3D3;
	}
.caption{
	width:477px;
	background-image:url(../img/caption2.png);
	height:48px;
	position: absolute;
	z-index:9;
	left:495px;
	top:296px;
	bottom:0;
	}

.caption p{
	font-family:"ATROX normal";
	font-size:26px;
	color:#fff;
	text-align:right;
	padding-right:22px;
	padding-top:6px;
	}


/**/
