#horizontal_carousel {
	overflow:hidden;
	width: 755px;
	height: 168px;
	margin-top: 0px;
	margin-bottom:0px;
	padding-top:15px;
	position: relative;  
}

#horizontal_carousel .container {
	position: absolute;
	top: 30px;
	left: 0px;  
	width: 100%;
	height: 108px;
	overflow: hidden;   
	background: #f9f9f9;
}

#horizontal_carousel .previous_button {
	position: absolute;
	top: 0;
	right:25px;
	width:11px;
	height:11px;

	z-index: 50;    
	cursor:pointer;
}

#horizontal_carousel .str_left_0 {background: url(/_new/i/str_left_0.gif) no-repeat;}
#horizontal_carousel .str_left_1 {background: url(/_new/i/str_left_1.gif) no-repeat;}
#horizontal_carousel .str_left_2 {background: url(/_new/i/str_left_2.gif) no-repeat;}
#horizontal_carousel .str_left_3 {background: url(/_new/i/str_left_3.gif) no-repeat;}
#horizontal_carousel .str_left_4 {background: url(/_new/i/str_left_4.gif) no-repeat;}
#horizontal_carousel .str_left_5 {background: url(/_new/i/str_left_5.gif) no-repeat;}
#horizontal_carousel .str_left_6 {background: url(/_new/i/str_left_6.gif) no-repeat;}
#horizontal_carousel .str_left_7 {background: url(/_new/i/str_left_7.gif) no-repeat;}
#horizontal_carousel .str_left_8 {background: url(/_new/i/str_left_8.gif) no-repeat;}
#horizontal_carousel .str_left_9 {background: url(/_new/i/str_left_9.gif) no-repeat;}
#horizontal_carousel .str_left_10 {background: url(/_new/i/str_left_10.gif) no-repeat;}


#horizontal_carousel .previous_button_disabled {
	background: url(/_new/i/str_left.gif) no-repeat;
	cursor:default;
}

#horizontal_carousel .next_button {
	position: absolute;
	right: 10px;
	top:0;
	/*width: 27px;
	height: 200px;*/
	width:11px;
	height:11px;
	z-index: 50;
	cursor:pointer;
}   

#horizontal_carousel .str_right_0 {background: url(/_new/i/str_right_0.gif) no-repeat;}
#horizontal_carousel .str_right_1 {background: url(/_new/i/str_right_1.gif) no-repeat;}
#horizontal_carousel .str_right_2 {background: url(/_new/i/str_right_2.gif) no-repeat;}
#horizontal_carousel .str_right_3 {background: url(/_new/i/str_right_3.gif) no-repeat;}
#horizontal_carousel .str_right_4 {background: url(/_new/i/str_right_4.gif) no-repeat;}
#horizontal_carousel .str_right_5 {background: url(/_new/i/str_right_5.gif) no-repeat;}
#horizontal_carousel .str_right_6 {background: url(/_new/i/str_right_6.gif) no-repeat;}
#horizontal_carousel .str_right_7 {background: url(/_new/i/str_right_7.gif) no-repeat;}
#horizontal_carousel .str_right_8 {background: url(/_new/i/str_right_8.gif) no-repeat;}
#horizontal_carousel .str_right_9 {background: url(/_new/i/str_right_9.gif) no-repeat;}
#horizontal_carousel .str_right_10 {background: url(/_new/i/str_right_10.gif) no-repeat;}

#horizontal_carousel .next_button_disabled {
	background: url(/_new/i/str_right.gif) no-repeat;
	cursor:default;
}

#horizontal_carousel .items {
	margin: 0;
	padding: 0;
	width: 100000px;
	position: relative;
	margin-top:0px;
	margin-bottom:0px;
	top: 0;
	left: 0px;
	list-style:none;
}

#horizontal_carousel img {
	width:185px;
	border:0px solid #999999;
	display:block;
	margin-bottom:0px;  
	background:#ffffff;  
}

.clear {clear:both;height:0;display:block;}
.preview_gal {margin:0; padding:0 2px; width:185px; float:left}
