/*
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; }
#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:left; color:#333; font-size:14px; margin:0 20px 0 0; line-height:45px; background-color: #fff; padding:0 15px; }
			
#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; right:0; bottom: 0; padding:0; margin:0; z-index:5; }
ul#slide-list li { list-style:none; float:left; margin:0 5px 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: #222; 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; }
	
	
	
	/*---------------Full screen swipe---------------*/
ul.full-screen-gallery-images {
  display: none;
}

.swipe-target {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: transparent;
  z-index: 1;
  cursor: move;
}
	
}				