 #horizontal_carousel {
width:460px;
height:100px;
background:#f6f6f6;
border:solid 1px #e9e9e9;
padding:10px
}

#horizontal_carousel .container {
position:relative;
width:470px;
overflow:hidden
}

#horizontal_carousel ul {
width:100000px;
position:relative;
top:0;
left:-10px;
height:90px;
overflow:hidden;
margin:0;
padding:0
}

#horizontal_carousel ul li {
height:90px;
text-align:center;
list-style:none;
float:left;
padding:0 4px
}

#horizontal_carousel .buttons {
display:block;
clear:both;
padding:3px 0
}

#horizontal_carousel .previous_button {
float:left;
width:23px;
height:7px;
background:url(../images/but_prev.png) no-repeat;
z-index:100;
cursor:pointer
}

#horizontal_carousel .previous_button_over {
background:url(../images/but_prev_hover.png) no-repeat
}

#horizontal_carousel .previous_button_disabled {
background:url(../images/but_prev_dis.png) no-repeat;
cursor:default
}

#horizontal_carousel .next_button {
float:right;
width:23px;
height:7px;
background:url(../images/but_next.png) no-repeat;
z-index:100;
cursor:pointer;
left:718px;
top:991px
}

#horizontal_carousel .next_button_over {
background:url(../images/but_next_hover.png) no-repeat
}

#horizontal_carousel .next_button_disabled {
background:url(../images/but_next_dis.png) no-repeat;
cursor:default
} 

