#sections {
overflow:hidden;
width: 230px;
margin: 0px;
float: left;
margin-bottom: 13px;
}

#sections ul {
list-style-image: none;
list-style-type: none;
padding: 0px;
width: 2400px;
}

#sections ul li {
width: 230px;
padding: 2px;
float: left;
}

#sections ul li .title{
margin-bottom: 5px;
text-align: center;
font-size: 20px;
height: 55px;
background: url(http://lmo0731.googlepages.com/131dg-dot.png) bottom repeat-x;
}

#sections ul li img{
width: 230px;
margin-bottom: 5px;
}

.prev, .next
{
display: block;
cursor: pointer;
position: absolute;
top: 17px;
font-size: 20px;
}

.prev {left: 0px;}

.next {right: 0px;}
