#container {float: left; width: 300px;
    position: relative;
    padding: 32px 32px 20px 0;
    height: 250px;}
.sliderbutton5 {float:left; width:25px; height:250px; cursor:pointer}
#slideleft5 {background:url(images/icons.gif) -50px -265px no-repeat}
#slideleft5:hover {background-position:-0 -265px}
#slideright5 {background:url(images/icons.gif) 0 90px no-repeat}
#slideright5:hover {background-position:-50px 90px}
#slider5 {float:left; position:relative; overflow:auto; width:250px; height:250px}
#slider5 ul {position:absolute; list-style:none; top:0; left:0}
#slider5 li {float:left; width:250px; height:250px}
.pagination5 {position:absolute; top:40px; right:61px; list-style:none; height:25px}
.pagination5 li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0; border:1px solid #fff}
.pagination5 li:hover, li.current {background:#fff}