#scrollme {
	width:520px;
	height:100px;
	overflow:hidden;
} 

.cont { 
	width:520px; 
	position: relative; 
} 

.cont a.left { 
	position:absolute; 
	left:3px; 
}

.cont a.right { 
	position:absolute; 
	right:3px; 
}

.cont img { 
	width:50px; 
	height:100px; 
} 
