/* Horizontal Carousel */
.horizontal_carousel {width: 197px; height: 287px; position: relative; }         
.horizontal_carousel .container {position: absolute; width: 178px; height: 267px; overflow:hidden; top: 10px; left: 10px;}
.horizontal_carousel .previous_button { cursor:pointer; margin: 0 3px 0 10px; background: transparent url('/themed/seytour/img/btn-prev-next.png') no-repeat top left; width: 29px; height: 29px; display: block; float: left; }
.horizontal_carousel .previous_button:hover {background-position: center left;}
.horizontal_carousel .previous_button_disabled { background: url('/themed/seytour/img/btn-prev-next.png') no-repeat bottom left; cursor:default; }
.horizontal_carousel .next_button{cursor:pointer; margin: 0 10px 0 3px; background: transparent url('/themed/seytour/img/btn-prev-next.png') no-repeat top right; width: 29px; height: 29px; display: block; float: left; }   
.horizontal_carousel .next_button:hover {background-position: center right;}
.horizontal_carousel .next_button_disabled { background: url('/themed/seytour/img/btn-prev-next.png') no-repeat bottom right; cursor:default; }
.horizontal_carousel ul { margin: 0; padding:0; position: relative; top: 0; left: 0; height: 267px; width: 17800px;}                      
.horizontal_carousel ul li img { display:block;background:#ccc; width:87px; height: 87px; margin: 1px;}                               
.horizontal_carousel ul li { font-family:verdana,arial,sans-serif; font-size:10px; border:0px solid green; color:#E3EDFA; width:89px; height: 89px; list-style:none; float:left; }
