@charset "utf-8";
/* CSS Document */
#imageStripe ul li{
	float:left;
	padding: 0 0 0 5px;
	list-style-type: none;
	height:100px;
	width:80px;
	background-image:url(../images/deactive_img.gif);
	background-repeat:no-repeat;
	}
#largImgHolder{
	text-align:center;;;
	
	}
#imageStripe IMG{
	width:77px;
	height:77px;
	padding-top:21px;


	}
.activeImg{
	background-image:url(../images/active_img.gif) !important;
	background-repeat:no-repeat;
	width:77px;
	height:100px;
	background-position: 3px 5px;
}
.deactiveImg{
	background-image:url(../images/deactive_img.gif) !important;
	background-repeat:no-repeat;
	width:77px;
	height:100px;

}

#imageStripe{
	height:100px;
	width:100000px;
	overflow:hiddne;
	position:relative;
	margin-left:-5px;
	padding:-5px 0 0 0;
	border:none;
	}
#thumbBox{
	overflow:hidden;
	width:255px;
	float:left;
	padding-left:0px;
	position:relative;
	margin-left:5px;
	height:100px;
	margin-top:-10px;
	
	}
#thumbStipe{
	float:left;
	display:box;
	width:600px;
	padding:12px 0 20px 0;
	margin-left:40px;
	}
#leftBtn IMG{
	width:15px;
	height:80px;
	float:left;

	}
#righttBtn IMG{
	width:50px;
	height:80px;
	float:right;
	margin-right:10px;
	position:absolute;

	
	}
#ulList{
	margin:0px;
	padding:0px;
	border:none;}
#largImg{
	width:372px;
	height:270px;
	overflow:hidden;
	
	}
#ulList a:link{
color:#FFF;
text-decoration:none;
}
#ulList a:visited {
color:#FFF;
text-decoration:none;
}
#ulList a:active{
color:#FFF;
text-decoration:none;
}
#ulList a:hover{
color:#FFF;
text-decoration:none;
}
#ulList a{
	color:#FFF;
	border:none;}

.btnLeft_disabled{
	background-image:url(../images/left_disabled.gif);
	width:15px;
	height:80px;
	position:relative;
	float:left;
	top:5px;
	
	
	}
	
.btnRight_enabled{
	background-image:url(../images/right_enabled.gif);
	width:15px;
	height:80px;
	position:relative;
	float:left;
	top:5px;
	
	
	}
.btnLeft_enabled{
	background-image:url(../images/left_enabled.gif);
	width:15px;
	height:80px;
	position:relative;
	float:left;
	top:5px;
	
	
	}
	
.btnRight_disabled{
	background-image:url(../images/right_disabled.gif);
	width:15px;
	height:80px;
	position:relative;
	float:left;
	top:5px;
	
	
	}