.msItem {
	float: left;
	width: 275px;
}
.msPrev, .msNext {
	float: left;
	width: 20px;
}

div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 830px; 
    height:300px; 
} 
 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
.msItem span {
	width: 230px;
	height: 230px;
	overflow: hidden;
	display: block;
}

