/*

	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: -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:absolute; left:0; top:0; overflow:hidden; z-index:9; height:100%; width:100%; }
	#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
		
	#supersized li { z-index:3; position:absolute; 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:5; }
	#supersized li.activeslide { z-index:15; }
	#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 24px 11px;
		margin: 0;
		top: 0px;
		right: 77px;
	}
		.slider-controls{
			display:block;
			width: 30px;
			height: 30px;
			margin: -4px 0 0px -4px;
		}
		.slider-controls:hover{
			background-position: 0 -30px;
		}
	
		.play {
			background:url(../images/play-stop.png) no-repeat 0px 0;
		}
		.stop {
			background:url(../images/play-stop.png) no-repeat -30px 0px !important;
		}
		.stop:hover {
			background-position:-30px -30px !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: -30px 0;
		}
		.hide:hover {
			background-position: -30px -30px !important;
		}
	

.info-box {
	position: absolute;
	left: -348px;
	top: -16px;
	width: 350px;
	display: none;
}
	.info-box-t {
		background: url(../images/info-box-t.png) no-repeat 0 bottom;
		height: 3px;
		line-height: 3px;
		width: 337px;
	}
	.info-box-b {
		background: url(../images/info-box-b.png) no-repeat 0 0;
		height: 3px;
		line-height: 3px;
		width: 337px;
	}
	.info-box-bg {
		background: url(../images/info-box-bg.png) no-repeat 0 0;
		min-height: 32px;
		max-height: 400px;
		padding: 15px 35px 4px 23px;
		width: 279px;
	}
		.info-box-bg .header {
			font-size: 17px;
			padding: 0 0 13px 0;
		}
		.info-box-bg p {
			margin: 0;
			padding: 0 0 10px 0;
		}
			.info-box-bg .to-details{
				padding-bottom: 12px;
			}
		.info-box-bg .button {
			float: none;
			height: 24px !important;
			width: auto !important;
			margin: 3px 0 0 -2px !important;
			display: inline-block !important;
				//display: inline;
				//zoom: 1;
		}
		.info-box-bg .button:hover {
			background-position: 0 -24px !important;
		}