
#slider {
	clear: both;
    width: 980px;
    background: #044c76;
	overflow: auto;
	position: relative;
}

#slider .right {
	width: 500px;
	float: right;
	overflow: hidden;
}

#slider .left {
	width: 479px;
	float: right;
	overflow: hidden;
}

/* Rotators */
.rotator {
	width: 980px;
	height: 325px;
	overflow: hidden;
	position: relative;
	background: #416b95;
	padding: 20px 0 0 0;
}

.rotator img {
	display: block;
}

.rotator .mask {
	width: 500px;
	overflow: hidden;
}

.rotator div.item {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 20px 0 0 0;
	display: none;
}

.rotator div.item img {
	display: block;
}

.rotator  div.caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 479px;
	height: 305px;
	padding: 20px 0 0 0;
	overflow: hidden;
}

.rotator div.caption h4 {
	font-size: 14px;
	color: #a7e2f3;
	margin: 0;
	padding: 0;
}

.rotator div.caption p {
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.rotator div.caption p a{
	color: #ffffff;
	text-decoration: underline;
}

.captionsnav {
	display: none;
}

.rotator_nav {
	width: 100%;
	height: 100%;
	position: absolute;
}

.rotator_nav ul {
	position: absolute;
	bottom: 40px;
	left: 30px;
	width: 500px;
	z-index: 10000;
	margin: 0 0 0 0;
	display: block;
	font-size: 1px;
	padding: 0 0 0 0;
}

.rotator_nav ul li {
	width: 13px;
	height: 13px;
	margin: 0 3px;
	display: inline-block;
}

.rotator_nav ul li a {
	display: block;
	width: 13px;
	height: 13px;
	background-image: url('../assets/homepage/sprite_dot_pagination.png');
	text-indent: -9999px;
	outline: 0;
}

.rotator_nav ul li a.selected,
.rotator_nav ul li a:hover {
	background-position: -18px 0;
}
