/* Horizontal Carousel */
#horizontal_carousel							{ width:980px; height:300px; margin:0 auto; position:relative; }
#horizontal_carousel .container					{ float:left; width:900px; height:300px; position:relative; overflow:hidden; }

#horizontal_carousel ul							{ margin:0; padding:0; width:100000px; position:relative; top:0; left:0; height:300px; }                      
#horizontal_carousel ul li						{ margin:0; padding:0; text-align:center; list-style:none; display:inline; float:left; text-align:center; font-size:10px; color:#777; }
#horizontal_carousel ul li img					{ display:block; margin:0 0 10px 0; }

#horizontal_carousel .previous_button			{ float:left; width:40px; height:300px; background:url(../img/left.gif) no-repeat 50% 50%; z-index:100; cursor:pointer; }
#horizontal_carousel .previous_button_over		{ background:url(../img/left_over.gif) no-repeat 50% 50%; }
#horizontal_carousel .previous_button_disabled	{ background:url(../img/left_disabled.gif) no-repeat 50% 50%; cursor:default; }

#horizontal_carousel .next_button				{ float:left; width:40px; height:300px; background:url(../img/right.gif) no-repeat 50% 50%; z-index:100; cursor:pointer; }
#horizontal_carousel .next_button_over			{ background:url(../img/right_over.gif) no-repeat 50% 50%; }
#horizontal_carousel .next_button_disabled		{ background:url(../img/right_disabled.gif) no-repeat 50% 50%; cursor:default; }

