/**
 * Styles for the demo and instructions. You do not need to have these
 * styles in your project / site. 
 *
 * You only *need* a width and a float on the individual li.
 *
 * Copyright (c) 2009 Will Rossiter (willr.co.nz)
 *
 * @author Will Rossiter <will@silverstripe.com>
 * @version 0.1
 */


#verticalDemo {
	clear: both;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
} 	
	#verticalDemo div {
		float: left;
	}
	#verticalDemo .cycleElementsArrow {
		width: 260px;
		height: 23px;
		padding: 8px 0px 7px 0px;
		text-align: center;
	}

#verticalDemo ul {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
}
#verticalDemo li {
	display: block;
	width: 260px; /* REQUIRED */
	height: 287px;
	/*float: left;  REQUIRED */
	margin: 0;
}
