/*featured image slider*/
#feature_area{
	padding-left: 10px;
	padding-top: 3px;
	width: 730px;
	height: 372px;
	position:relative;
	z-index: 0;
	}

.feature_image{
	width:600px;
	height:375px;
	float:left;
	position:absolute;
	}

.feature_image_container{
	height:370px;
	width: 590px;
	left: 10px;
	top: 3px;
	overflow:hidden;
	}
.imgwrap{
	height:370px;
	width: 590px;
	}
.feature_thumbs{
	display:none;
	height:352px;
	overflow:hidden;
	position:absolute;
	left: 610px;
	top: 18px;
	width:160px;
	z-index:100;
	}
	
.amplify_thumb_wrap{
	width:142px;
	height:84px;
	margin-top: 2px;
	margin-bottom: 2px;
	float:left;
	position:relative;
	z-index: 0;
	}
.amplify_thumb{
	float:left;
	width: 137px;
	height: 78px;
	border: dashed 1px #5F5F5F;
	position:relative;
	z-index: 0;
	}
.amplify_thumb a{
	outline:none;
	}

.thumbwrap{
	height:75px;
	overflow:hidden;
	position:absolute;
	width:134px;
	z-index: 0;
	}	
	
.nojava_resize img{
	width:134px;
	height:75px;
	padding: 3px;
	}
	
.next_thumbs{
	background:transparent url(images/arrowbottom.gif) no-repeat top left;
	display:block;
	height:12px;
	width:43px;
	text-decoration:none;
	outline:none;
	text-indent:-9999px;
	position:absolute;
	z-index:1500;
	top:372px;
	left:676px;
	}
.prev_thumbs {
	background:transparent url(images/arrowtop.gif) no-repeat top left;
	display:block;
	height:12px;
	width:43px;
	text-decoration:none;
	outline:none;
	text-indent:-9999px;
	position:absolute;
	z-index:1500;
	top:12px;
	left:676px;
	}
