#cycle {
	float:left;
	width:520px;
	text-align:center;
}

#cyclePrevious {
	height:225px;
	width:30px;
	background-image:url(/images/cycleArrowLeft.png);
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

#cycleNext {
	height:225px;
	background-image:url(/images/cycleArrowRight.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:30px;
	float:left;
	cursor:pointer;
}

.cycleAdd {
	height:225px;
	width:520px;
}

#defaultCountdown {
	background-position:center center;
	background-image:url(/images/2009/turksCaicosBackground2.jpg);
	font-size:18px;
	background-color:#8ba7be;
	text-shadow:2px 2px 5px #595b60;
	color:white;
	font-family:"Arial Black", Arial, sans-serif;
	text-align:center;
}

.countdownTimeName {
	font-size:9px;
	line-height:9px;
}

.countdownTimer {
	font-size:50px;
	line-height:50px;
}

.floatLeft {
	float:left;
}