/*J Query slide show styles start */
/* container for slides */
.slides {
	/*background-color: #FFFFFF;
	border:1px solid #ccc;*/
	
	width:772px;
	float:left;	
	margin:0px;
	
	z-index:3;	
	/* CSS3 tweaks for modern browsers 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	*/
}

/* single slide */
.slides div {
	display:none;	
	/*padding-left: 10px;
	padding-right: 10px;*/
	padding: 0;
	width:772px;
	font-size:12px;
	margin: 0;
	margin-bottom: 10px;
	position:absolute;
	z-index:4;	
	/*background-color: #CCFFFF;*/
	float: left
}

/* header */
.slides h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.slidetabs {
	
	
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../intImages/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 {
	
	margin: 0px;
	padding: 0px;
	background: url(../intImages/next-arrow.png) no-repeat;
	cursor:pointer;
	
	display: block;
	/*cursor:pointer;
	font-size:1px;
	text-indent:-9999em;*/	
}
.backward {
	
	margin: 0px;
	padding: 5px;
	background: url(../intImages/prev-arrow.png) no-repeat;
	/*width:20px;
	height:25px;*/
	cursor:pointer;
	display: block;
}

/* next */
.forward 				{ background-position: 0 -0px; clear:right; }
.forward:hover 		{ background-position:-0px -0px; }
.forward:active 	 	{ background-position:-0px -0px; } 


/* prev */
	.backward 				{ background-position: 0 -0px; clear:right; }
.backward:hover  		{ background-position:-0px 0; }
.backward:active  	{ background-position:-0px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
/*J Query slide show styles end */
