
/* container for slides */
.images {
	background:#fff url(/img/global/gradient/h300.png) repeat-x;
	position:relative;	
	height:215px;
	
	width:665px;
	float:left;	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:215px;
	font-size:small;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	/*clear:both;*/
	position:absolute;
	top:350px;/*460px;*/
	left:577px;/*717px;*/
}

#play {
	/*clear:both;*/
	display:none;
	position:absolute;
	top:344px;/*454px;*/
	left:540px;/*680px;*/
	text-align:center;
}

#pause 
{
		/*clear:both;*/
	position:absolute;
	top:344px;/*454px;*/
	left:540px;/*680px;*/
	text-align:center;
}

/* single tab */
.tabs a {
	width:14px;
	height:14px;
	float:left;
	margin:3px;
	background:url(../images/new/graypoint2.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	/*background-position:0 -8px;      */
	background:url(../images/v2.4.2/graypoint4.png) 0 0 no-repeat;
}

/* active state (current page state) */
.tabs a.current {
	background:url(../images/new/graypoint1.png) 0 0 no-repeat;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

