/* `Rotator >> `Wrapper
----------------------------------------------------------------------------------------------------*/

#rotator_wrapper {
	overflow: hidden;
	position: relative;
	width: 702px;
	height: 390px;
	border:1px solid #ccc;
	background-image:url(../images/bg-flower-rotator.gif);
	background-repeat:no-repeat;
	background-position:630px 60px;
}

#rotator_wrapper li {
	list-style: none;
	
}

#rotator_wrapper h4{
	font-size:24px;
	margin:0 auto!important;
	padding:0;
	position:relative;
}
#rotator_wrapper h4 span{
	color:#e76f34;
}

.small-text {
	color:#4A3C31!important;
	font-size:12px!important;
}



/* `Rotator
----------------------------------------------------------------------------------------------------*/

#rotator,
#rotator li,
/*#rotator img*/ {
	width: 702px;
	height: 390px;
}

#rotator {
	background: #fff;
	position: relative;
	padding:0;
	margin:5px 0 0 20px;

}

#rotator img {
	position:absolute;
	left:20px;
	top:70px;
}


#rotator li {
	position: absolute;
	top: 0;
	left: -19px;
	width:695px;
	text-align:center;
}

/* `Rotator >> `Controls
----------------------------------------------------------------------------------------------------*/

#rotator_controls {
	overflow: hidden;
	position: absolute;
	bottom: 5px;
	left: 16px;
	padding:0;
	margin:0;
	width: 580px;
}

#rotator_controls li {
	display: inline;
	float: left;
	margin: 0 0 0 3px;
	/*width: 30px;*/
}

#rotator_play_pause,
#rotator_controls a {
	background: #EBEBEB url(gradient.gif) repeat-x;
	border: 1px solid #ccc;
	color: #4A3C31;
	display: block;
	font: bold 10px Georgia, Helvetica, Arial, sans-serif;
	padding: 1px 5px 2px;
	text-align: center;
	text-decoration: none;
}

#rotator_controls a.current {
	color:#333;
	text-decoration: underline;
}

#rotator_play_pause:hover,
#rotator_controls a:hover {
	background:#2BA9E1;
	border-color: #fff;
	color: #fff;
}

#rotator_play_pause {
	position: absolute;
	bottom: 5px;
	right: 6px;
}

/* For IE6. */
* html #rotator_play_pause,
* html #rotator_controls a {
	height: 1%;
}

