/*
Supersized - Fullscreen Slideshow jQuery Plugin
Version : 3.2.7
Site	: www.buildinternet.com/project/supersized
	
Author	: Sam Dunn
Company : One Mighty Roar (www.onemightyroar.com)
License : MIT License / GPL License
*/

* { margin:0; padding:0; }
body { background:#111; height:100%; }
img { border:none; }	
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; margin: 0;	padding: 0; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

/*
Supersized - Fullscreen Slideshow jQuery Plugin
Version : 3.2.7
Site	: www.buildinternet.com/project/supersized
	
Theme 	: Shutter 1.2
Author	: Sam Dunn
Company : One Mighty Roar (www.onemightyroar.com)
License : MIT License / GPL License
*/

#controls-wrapper { margin:0 auto; width:96%; bottom: 4%; left: 2%; z-index:4; background:transparent; position:fixed; border:0px solid white;}
#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
#slidecounter { float:left; color:#ccc; font-size:14px; padding:0 15px; margin-right:1px; line-height:45px; background-color: #333; }
#slidecaption { overflow:hidden; float:right; color:#fff; font-size:18px; margin:50px 0px 0 0; line-height:45px; background-color: #; padding:0 0px; border:0px solid white;}
#slidecaption .title{margin: 0 0 10px 0;padding: 20px 0 20px 0;font-family:'Fjalla One'; font-size: 45px;line-height: 120%; letter-spacing: 1px;text-align:right; border-top: 2px dashed #fff;border-bottom: 2px dashed #fff;}
#slidecaption .read-more{float:right;}
#slidecaption .more-link{
	color: white;
	font-size: 16px;
	font-weight:500;
	padding: 5px 15px 5px 15px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	
	background: #4bc9f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #4bc9f5 0%, #00aeef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4bc9f5), color-stop(100%,#00aeef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4bc9f5 0%,#00aeef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4bc9f5 0%,#00aeef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4bc9f5 0%,#00aeef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4bc9f5 0%,#00aeef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bc9f5', endColorstr='#00aeef',GradientType=0 ); /* IE6-9 */
}
			
#navigation { float:right; margin:0px 20px 0 0; }
#prevslide, #nextslide { float:left; height:45px; width:45px; margin-right:1px; background: url(../images/sprite.png) no-repeat scroll 0 0 #333; }
#prevslide { background-position: 17px -115px; }
#prevslide:hover { background-position: 17px -149px; }
#nextslide { background-position: 17px -182px; }
#nextslide:hover { background-position: 17px -216px; }
#prevslide:hover, #nextslide:hover { cursor:pointer; }
			
ul#slide-list{ position:absolute; float:right; right:0; bottom: 90%; padding:0; margin:0; z-index:5; border:0px solid white;}
ul#slide-list li { list-style:none; float:left; margin:0 10px 0 0; }
ul#slide-list li a { font-size: 11px; color:#333; display:block; width:12px; height:12px;  background: #FFFFFF;	-moz-border-radius: 20px; -webkit-border-radius:20px; border-radius:20px; }
ul#slide-list li a:hover, ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background: #00AEEF; cursor: pointer; }
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ cursor: default; }
	
/*---------------iPhone landscape---------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
ul#slide-list{ display:none; }
}

/*---------------iPhone portrait---------------*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
ul#slide-list{ display:none; }
}				