﻿/* `Rotator >> `Wrapper
----------------------------------------------------------------------------------------------------*/

#rotator_wrapper {
	overflow: hidden;
	position: relative;
	top:0;
	left:0;
	width: 990px;
	height: 200px;
}

#rotator_wrapper ul 
{
    padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#rotator_wrapper li {
	list-style: none;
}

/* `Rotator
----------------------------------------------------------------------------------------------------*/

#rotator,
#rotator li,
#rotator img {
	width: 990px;
	height: 200px;
}

#rotator {
	background: #fff;
	position: relative;
}

#rotator li {
	top: 0;
	left: 0;
}

/* `Rotator >> `Controls
----------------------------------------------------------------------------------------------------*/

#rotator_play_pause {
	text-align: center;
	text-decoration: none;
	width:21px;
	height:32px;
    position: absolute;
	top: 170px;
	border:0;
	right: 19px;
	z-index:880;
}

#rotator_next {
	text-align: center;
	text-decoration: none;
	width:21px;
	height:32px;
	position: absolute;
	top: 170px;
	right: 5px;
	z-index:880;
}

#rotator_previous {
	text-align: center;
	border:0;
	text-decoration: none;
	width:21px;
	height:32px;
	position: absolute;
	top: 170px;
	right: 35px;
	z-index:880;

}
.button 
{
    border:0;
}

