.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width:968px;
	height:110px;
}

.scrollable li img{
    width:232px;  
    height:110px;   
    margin:0 5px;
}

/* single scrollable item */
.scrollable img {
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
}