/*

	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; }
*/
#superslides { display: none !important; }
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:53px; height:52px; /*margin:-205px 0 0 -26px;*/ margin: -26px 0 0-26px; text-indent:-999em; background: url(../images/loading-bg.png) no-repeat 0 0; opacity: 0.85; z-index: 100}
#supersized-loader div {width:53px; height:52px; background: url(../images/loading.gif) no-repeat 12px 12px;}
	
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
	#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 { width:100%; height:100%; }
	#supersized li.image-loading img{ visibility:hidden; }
	#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
		
#supercontrols {
	overflow: hidden;
	position: absolute;
	width: 460px;
	height: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	right: 0;
}
	#controls-basic {
		position:absolute;
		z-index: 189;
		width: 22px;
		padding: 13px 11px 38px 11px;
		margin: 0;
		top: -130px;
		right: 77px;
		background:url(../images/blant.png) no-repeat 0 bottom;
	}
	#ps_slider{
		right: -200px;
	}

	#controls-advanced {
		position:absolute;
		z-index: 189;
		width: 22px;
		padding: 13px 11px 38px 11px;
		margin: 0;
		top: 0px;
		right: 77px;
	}
		.slider-controls{
			display:block;
			width: 22px;
			height: 22px;
			margin: 0 0 3px 0;
		}
		.slider-controls:hover{
			background-position: 0 -22px;
		}
	
		.play {
			background:url(../images/play-stop.png) no-repeat 0px 0;
		}
		.stop {
			background:url(../images/play-stop.png) no-repeat -22px 0px !important;
		}
		.stop:hover {
			background-position:-22px -22px !important;
		}
		.larr {
			background:url(../images/larr.png) no-repeat 0px 0;
		}
		.rarr {
			background:url(../images/rarr.png) no-repeat 0px 0;
		}
		.info {
			background:url(../images/info.png) no-repeat 0px 0;
			position: relative;
		}
		.show {
			background:url(../images/p-m.png) no-repeat 0px 0;
		}
		.hide {
			background:url(../images/p-m.png) no-repeat 0px 0;
			background-position: -22px 0;
		}
		.hide:hover {
			background-position: -22px -22px !important;
		}
	

 
 