/***** Cycle Styles *****/
#cyclecontainer { float: left; width: 140px; }

#cyclediv {
	position: relative;
	overflow: hidden;
	height: 160px;
	width:  140px;
	background-color: #002040;
}

.cycleitem { position: absolute; margin: 10px; left: 0px;}

.buttondiv { text-align: center;}

.cyclebutton {
	cursor: pointer;
	text-align: center;
	height: 17px;
	margin: 0;
	padding-top: 3px;
	border: none;
	width: 100%;
	color: #404040;
}


/***** Sample Divs - not required for the cycle *****/
#sample_red   { width: 100px; height: 40px; border: solid 1px; color: #fff; padding: 5px; background-color: #900; }
#sample_gray  { width: 100px; height: 40px; border: solid 1px; color: #fff; padding: 5px; background-color: #888; }
#sample_green { width: 100px; height: 40px; border: solid 1px; color: #fff; padding: 5px; background-color: #090; }
#sample_blue  { width: 100px; height: 40px; border: solid 1px; color: #fff; padding: 5px; background-color: #009; }
