/* `Rotator >> `Wrapper
----------------------------------------------------------------------------------------------------*/

#rotator_wrapper {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 584px;
	height: 328px;

}

#rotator_wrapper li {
	list-style: none;
}

/* `Rotator
----------------------------------------------------------------------------------------------------*/

#rotator,
#rotator li,
#rotator img {
	width: 584px;
	height: 328px;
}

#rotator ul {
	background: #fff;
	position: relative;
	border: none;
	padding: 0;
}

#rotator li {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

/* `Rotator >> `Controls
----------------------------------------------------------------------------------------------------*/

#rotator_controls {
	overflow: hidden;
	position: absolute;
	top: 304px;
	left: 350px;
}

#rotator_controls li {
	display: inline;
	float: left;
	margin: 0 10px 0 3px;
	width: 24px;
}

#rotator_controls a {
	background:#222;
	color: #ffffff;
	display: block;
	font: bold 12px Arial, sans-serif;
	line-height:18px;
	text-align: center;
	text-decoration: none;
	width: 30px;
	height: 16px;
	
	
	
}

#rotator_controls a.current {
	color: #ffffff;
	background:#00a3e3;
	width: 30px;
	height: 16px;
	text-decoration: none;
	
}

#rotator_controls a:hover {
	color: #ffffff;
	background:#00a3e3;
	text-decoration: none;
}

#rotator_play_pause {
	position: absolute;
	top: 304px;
	right: 15px;
}
#rotator_play_pause{
	background:url(/index-support/slideshow_iframe/buttons/pause.png) no-repeat;
	display: block;
	height:16px;
	width:30px;
}
#rotator_play_pause:hover{
	background:url(/index-support/slideshow_iframe/buttons/pause_on.png);
}

#img_title {
	position: absolute;
	top: 40px;
	color:#ffffff;
	font-size:24px;
	padding:0 0 0 20px;
	text-decoration:none;
}
#img_text {
	position: absolute;
	top: 60px;
	color:#ffffff;
	font-size:16px;
	padding:0 0 0 20px;
}
#img_link {
	position: absolute;
	top: 80px;
	color:#ffffff;
	font-size:12px;
	padding:0 0 0 20px;
}	
#img_link:hover {
	position: absolute;
	top: 80px;
	color:#ffffff;
	font-size:12px;
	padding:0 0 0 20px;
	text-decoration:none;
}



/* For IE6. */
* html #rotator_play_pause,
* html #rotator_controls a {
	height: 1%;
}
