/* Makes the images scroll horizontally */
#viewport-h {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10000px;
}

/*
 * Content pager
 */

/* The viewport */
#viewport {
	position: relative;
	clear: both;
	
	width: 225px;
	height: 155px;
	
	overflow: hidden;
}

/* The image holder, should be the same width and height as the viewport */
#viewport .scroll-item {
	float: left;
	
	width: 230px;
	height: 155px;
}

.hidden {
	visibility: hidden;
}

