#viewport{
	width: 650px;
	height: 200px;
	overflow:hidden;
}
#viewport ul{
	position: relative; 
	padding: 0; 
}
#viewport li{
	width: 130px;
	height: 200px;
	float: left; 
	list-style: none; 
	
	/* Cosmetic */
	margin: 0 0px;
	padding: 0px;
	text-align:center;
}

/* Cosmetic */
#simplePrevious, #simpleNext{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;	
}
