/* container for slides */
.images {
	float: left;
	padding-right: 25px;
	color: #ffffff;
	position: relative;
	height: 136px;
	z-index: 200;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index: 200;
}
.images div div {
	display: block;
	position: static;
}
.images div div.PromoStatsBackground {
	display: block;
	position: absolute;
	width: 139px;
	height: 136px;
	margin-left: 609px;
}

/* tabs (those little circles below slides) */
.tabs {
	float: left;
	margin-top: -5px;
}

/* single tab */
.tabs a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/step-bg.png) left top no-repeat;
	margin-left: 2px;
	font-size: 1px;
	line-height: 0px;
	padding: 0px;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -20px;
}

/* active state (current page state) */
.tabs a.current {
	/*background-position:0 -13px;     */
	background: url(../images/10sec.gif) left top no-repeat;
} 	


/* prev and next buttons */
.forward, .backward {
	float: left;
	background:url(../images/arrowRight-grey.gif) center no-repeat;
	display:block;
	width: 10px;
	height: 20px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	margin-top: -3px;
	margin-left: 3px;
}
.backward {
	background:url(../images/arrowLeft-grey.gif) center no-repeat;
	margin-right: 3px;
	margin-left: 0px;
}

/* next */
.forward 				{ }
.forward:hover 		{	/*background-position:0 -13px; */}
.forward:active 	 	{	/*background-position:0 -13px; */} 


/* prev */
.backward:hover  		{	/*background-position:0 -13px;*/  }
.backward:active  	{ 	/*background-position:0 -13px; */}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

