ul{list-style-type:none;}
img{border:0;}
a:focus{outline:none;}
#slide1{width:675px; float:left; display:inline; position:relative;}


#desc1,#desc2{width:675px;}
.descriptions{
	position:absolute;
	left:0;
	bottom:0;
	z-index:12;
	margin:0 !important;
	float:left;
	display:inline;
	padding: 0px;
}
.descriptions li{
	display:none;
	background:url(../images/trans.png) repeat;
	width:655px;
	float:left;
	diaplay:inline;
	position:absolute;
	bottom:0;
	z-index:13;
	height: auto;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.descriptions p{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.img_cont{
	width:665px;
	height:440px;
	float:left;
	display:inline;
	position:relative;
	border:5px solid #484848;
	overflow: hidden;
}/*should be the same size as your large image */
.main_images{width:675px; height:450px; float:left; display:inline;}/*should be the same size as your large image */
.main_images li{width:675px; position:absolute; left:0px; top:0px;  display:none; height:450px; display:none;z-index:11; }/*should be the same size as your large image */
.slideshow{
	position:relative;
	background-color: #efefef;
}
.thumb_holder{
	position:relative;
	float:left;
	width:600px;
	overflow:hidden;
	height:45px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}
.thumbs{
	position:absolute;
	left:0;
	height: 45px;
	width: 620px;
	margin: 0px;
	padding: 0px;
}
.section{
	width:600px;
	float:left;
	display:block;
	height: 45px;
	margin: 0px;
	padding: 0px;
}
.section li{
	float:left;
	display:inline;
	width:62px;
	height:45px;
	background-color:#000;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 3px;
}/*should be the same size as your thumbnails */
.sub_section{
	float:left;
	display:inline;
	margin: 0px;
	padding: 0px;
} 
.prev_btn{
	width:35px;
	float:left;
	display:block;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	z-index: 1005;
	height: 45px;
	overflow: hidden;
	background-image: url(../images/previous2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #484848;
}
.next_btn{
	width:35px;
	float:right;
	display:block;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	z-index: 1005;
	height: 45px;
	overflow: hidden;
	background-image: url(../images/next2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #484848;
}
.current_desc{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
