/* @override http://ski.com.au/assets/css/jquery/cycle.css */

#cycleWindow {
	position: relative;
}
img#cycleLoad {
	position: absolute !important;;
	left: 300px !important;
	bottom: 50px !important;
	top: 0;
	margin-top: 200px;
	width: 32px;
	height: 32px;
}
#cycleControl {
	float: left;
	background: url(../../img/cycleControlBground.png) repeat-x;
	overflow: hidden;
	width: 638px;
	border: 1px solid #b1b1b1;
	margin-bottom: 1em;
	z-index: 999;
}

#cycleControl span.cycleLink {
	float: left;
	width: 13px;
	height: 23px;
	font-size: 0;
	color: Transparent;
	background: url(../../img/cyclePlayBground.png) repeat-x center top;
	display: block;
}
#cycleControl span.cycleLink.active {
    background: url(../../img/cyclePlayHover.png) repeat-x center top;
}
#cycleControl span.cycleLink.hide {
	display: none;
}
#cycleControlButtons a {
	width: 30px;
	height: 23px;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	font-size: 0;
	color: Transparent;
}
#cycleControlButtons a.cyclePlay {
    background: url(../../img/cycleControlPlay.png) no-repeat;
}
#cycleControlButtons a:hover.cyclePlay,
#cycleControlButtons a.cyclePlay.active {
	background: url(../../img/cycleControlPlay2.png) no-repeat;
}
#cycleControlButtons a.cycleStart {
    background: url(../../img/cycleControlPlay.png) no-repeat;
}
#cycleControlButtons a:hover.cycleStart,
#cycleControlButtons a.cycleStart.active {
	background: url(../../img/cycleControlPlay2.png) no-repeat;
}

#cycleControlButtons a.cyclePause {
	background: url(../../img/cycleControlPause.png) no-repeat;
}
#cycleControlButtons a:hover.cyclePause,
#cycleControlButtons a.cyclePause.active {
	background: url(../../img/cycleControlPause2.png) no-repeat;
}
#cycleControlButtons a.cyclePause.hide,
#cycleControlButtons a.cyclePlay.hide {
	display: none;
}
span.cycleInfo {
	float: right;
	color: #535353;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	background: url(../../img/cycleControlLine.png) repeat-y;
	width: 130px;
	text-align: center;
	height: 17px;
	padding-top: 6px;
}
span.cycleDay a,
span.cycleWeek a,
span.cycleNow a {
	float: right;
	width: 32px;
	height: 23px;
}
span.cycleDay a {
	background: url(../../img/cycleTimeDay.png) no-repeat;
}
span.cycleWeek a {
	background: url(../../img/cycleTimeWeek.png) no-repeat;
}
span.cycleNow a {
	background: url(../../img/cycleTimeNow.png) no-repeat;
}
span.cycleDay a:hover,
span.cycleDay.current a,
span.cycleDay.current a:hover {
	background: url(../../img/cycleTimeDay2.png) no-repeat;
}
span.cycleWeek a:hover,
span.cycleWeek.current a,
span.cycleWeek.current a:hover {
	background: url(../../img/cycleTimeWeek2.png) no-repeat;
}
span.cycleNow a:hover,
span.cycleNow.current a,
span.cycleNow.current a:hover {
	background: url(../../img/cycleTimeNow2.png) no-repeat;
}

