@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0; }
.imgclass {	
	width:100%;
	max-width:100%;
	height: 100%;
	min-height:315px;
	}
.cycle-slideshow {	
	width:100%;
	max-width:100%;
	min-width:960px;
	min-height:315px;
	display:block;
	overflow:hidden;
	background: url(images/spinner.gif) 50% 50% no-repeat;	
	}
.cycle-slideshow img { 
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}	
.cycle-prev, .cycle-next {
	font-weight: bold;
	color: rgba(209, 209, 209, 0.6); 
    font-size:300%;
	position:absolute;	
	display:block;
	z-index:998;
	width:30px;
	cursor:pointer;
	
	
	}	
.cycle-prev {top:50%; left:5%; margin-top:-35px; }	
.cycle-next {top:50%; right:5%; margin-top:-35px; }

.cycle-pager {
	text-align:center;
	position:absolute;
	width:100%;
	font-size:0px;
	bottom:16px;
	z-index:999;
	cursor:pointer;
	overflow:hidden;
	}	
.cycle-pager span {
	text-indent:100%;
	white-space:none;
	width:10px;
	height:10px;
	display:inline-block;
	border:2px solid #FFF;
	border-radius:50%;
	margin:5px;
	overflow:hidden;
	}	
	
.cycle-pager .cycle-pager-active { background-color:rgba(255, 255, 255, 1.0);}
.cycle-caption { position: absolute; color: rgba(255, 255, 255, 0.5); bottom: 20px; right: 15px; font-weight: bold; z-index: 1200; }
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5; }