﻿/* container for slides */
.images {background:#fff url(/img/global/gradient/h300.png) repeat-x;
	border:1px solid #ccc;position:relative;height:250px;width:566px;float:left;margin:0px;cursor:pointer;}

/* single slide */
.images div {display:none;position:absolute;top:0;left:0;margin:0px;padding:0px;height:250px;width:566px;}

/* tabs (those little circles below slides) */
.slidetabs {clear:both;text-align :center ;width:275px;margin-left:150px;}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/img/core/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {background-position:0 -8px;}

/* active state (current page state) */
.slidetabs a.current {	background-position:0 -16px;} 	

/* prev and next buttons */
.forward, .backward {float:left;display:block;width:70px;cursor:pointer;}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {visibility:hidden !important;}

