﻿/* Rotator */

#rotator {
	width: 640px; 
	height: 480px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	z-index: 1;
}

#rotator .rotator-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#rotator .rotator-overlay {
	position: absolute;
	bottom: 0;	
	left: 0;
	width: 100%;
	min-height: 110px;
	z-index: 100;
}

#rotator .rotator-underlay {
	position: absolute;
	top: 0;	
	left: 0;
	width: 100%;
	height: 100%;
	background: #333333;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 99;
}

#rotator .rotator-content {
	position: relative;
	z-index: 200;
	text-align: left;
}

#rotator .rotator-title {
	font-size: 24pt;
	font-weight: bold;
	margin: 0px 0 0px 0;	
	padding: 5px 10px 0px 10px;
	color: #FFF;
	text-decoration: none;
	display: block;
}

#rotator p {
	font-size: 1.2em;
	padding: 10px;	
	margin: 0;
	line-height: 1.6em;
}

#rotator .rotator-nav {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100px;
	text-align: right;
	z-index: 98;
}

#rotator .rotator-nav img {
	margin: 0px 5px 0px 5px;
	cursor: pointer;
}

#rotator .rotator-loading { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 205;
	background: url(../../images/ajaxloader_bigcircle_black.gif) no-repeat #FFFFFF; 
	background-position: center center;
}

#rotator .rotator-imgloadcontainer { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1;
	height: 1;
	overflow: hidden;
	z-index: -1;
}
