/* container for slides */
.home_slides {
	position:relative;	
	height:auto;
	width:calc(100% + 50px);
	max-width:calc(100% + 50px);
	padding:40.54% 0 0 0;
	margin:0 -25px 40px;
}
.header_slides {
	position:relative;
	width:calc(100% + 50px);
	margin:0 -25px 40px;
	height:auto;
	padding:0 0 27.02% 0;
}

/* single slide */
.home_slides div.homeSlideCon {
	display:none;
	position:absolute;
	top:0;
	left:0;	
	width:100%;
	max-width:100%;
	height:auto;
}
.header_slides div.homeSlideCon {
	display:none;
	position:absolute;
	width:100%;
	max-width:100%;
	height:auto;
}
.showHideContent{
	color:#999;
	padding:5px 0;
	width:580px;
}

div.slideDesc, div.slideDesc div{
	font-family:'EB Garamond',"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	padding:0px 5px 5px 0px;
	color:#333;
}
div.slideDesc a, div.slideDesc a:link { color:#fff; }
/* header */
.home_slides h3, .home_slides a h3, .home_slides a:link h3, .header_slides h3, .header_slides a h3, .header_slides a:link h3  {
	font: bold 10px/14px Arial,sans-serif;
    margin: -20px 10px 0 0;
    padding: 0;
    text-align: right;
	color:#aaa;
	position:relative;
	z-index:100;
	display:none;
	text-shadow: #000 3px 3px 4px;
}
.home_slides img, .header_slides img { vertical-align: top; }

.slidetabs { display:none; }

/* tabs (those little circles below slides) */
.slidetabs {
    float: right;
    margin-top: -20px;
    position: relative;
	
}
	
/* single tab */
.slidetabs a {
	width:9px;
	height:9px;
	float:left;
	margin:3px;
	background:url(/images/slideshowNewOff.png) 0 0 no-repeat;
	display:block;
	font-size:1px;	
	text-decoration:none;
	border-bottom:none;
}

/* mouseover state */
.slidetabs a:hover {
	background:url(/images/slideshowNewOn.png) 0 0 no-repeat;     
}

/* active state (current page state) */
.slidetabs a.current {
	
} 	

/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/tools/img/scrollable/arrow/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;		
}
