@charset "utf-8";
/* HOME PAGE SLIDE SHOW */

.slider_wrapper {width: 960px; height: 287px;}
	.slider_corner {background: url(../images/slider-frame-corner.png) no-repeat 0 0; width: 96px; height: 47px; position: absolute; right: 0; top: 0; z-index: 50;}
	.slider_controls {width: 90px; height: 27px; position: absolute; bottom: 0px; right: 0px; text-align: right; z-index: 50; background-color: #000000; padding: 8px 20px 0px 0px;}
		.slider_btns {float: right; width: 20px;}
		.slider_btns a {margin-left: 10px;}

/* container for slides */
.images {width: 960px; height: 287px; z-index: 20; background-color: #000000; cursor:pointer;}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:287px;
	font-size:12px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}


/* tabs (those little circles below slides) */
.slidetabs {float: right; width: auto; padding-left: 10px;}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px 5px;
	background:url(../images/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;     
} 	

#slider_btns a {display: block; width: 10px; height: 14px; cursor: pointer; float: left; overflow: hidden;}
	a.play_btn {background: url(../images/btn-play.gif) no-repeat 0 0;}
	a.pause_btn {background: url(../images/btn-pause.gif) no-repeat 0 0;}
	#slider_btns a:hover, #slider_btns a.sfhovera {background-position: 0px -14px;}

/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(../images/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;		
}

