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

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0;
	padding:0;
	font-size:12px;
}

div.grid_6 {
	display: block;
}

/* 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;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: #E3E3E3;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
background-color: black; 
	background-position:0 -16px;     
} 	


/* prev and next buttons */
a.forward, a.backward {
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	background: url(../_images/buttons.gif);
}

a.backward {
	margin-left: 329px;
}

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


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

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


div.inwrapper {
	margin: 0 auto 0 auto;
	width: 364px;
}
