
/* container for slides */
.images {
	background-color:#fff ;
	border:0px solid #ccc;
	position:relative;	
	height:270px;
	
	width:722px;
	float:left;	
	margin:0px;
	cursor:pointer;
	
	/* 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 */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	padding:0px;
	height:256px;
	font-size:12px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#fff;
	
	border-bottom:1px solid #fff;
}

.contslidetabs {
	position: relative;
	width:722px;
	background-color:red;
	margin-left: 0;
	margin-right: 0;
	text-align:center;
	background:url(/picts/css/sebH2.jpg) 0 0 no-repeat;
	
	}
.contslidetabs .innertabs{position:relative;background-color:none;display: inline-block;}

/* tabs (those little circles below slides) */
.slidetabs {		
	/*clear:both;*/
	float:left;
	/*margin-left:330px;*/
}

/* single tab */
.slidetabs a {
	width:16px;
	height:16px;
	float:left;
	margin:0px;
	background:url(/library/flowplayer/navigator2.jpg) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -16px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -32px;     
} 	

.forward, .backward {
	display:block;
	float:left;
}

/* prev and next buttons */
.forward a, .backward a{
	/*float:left;*/
	margin:0px;
	background:#fff url(/library/flowplayer/hori_large2.jpg) no-repeat;
	display:block;
	width:16px;
	height:16px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward a			{ background-position: 0 -16px; clear:right; }
.forward a:hover 		{ background-position:-16px -16px; }
.forward a:active 	 	{ background-position:-32px -16px; } 


/* prev */
.backward a:hover  		{ background-position:-16px 0; }
.backward a:active  	{ background-position:-48px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
