/*
	Supersized - Fullscreen Background jQuery Plugin Stylesheet
	Version 3.1.3 Core
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

	*{ margin:0; padding:0; }
	
	
	body { 
	background:#111;
	font-family:Verdana, Geneva, sans-serif;
	}
		img{ 
		border:none; 
		}
		#content{ 
		background:#111; 
		background:rgb(160,160,160); 
		background:rgba(160,160,160,0.88);
		width:720px; 
		height:590px; 
		position:absolute;
		top:40px;
		left:50%;
		margin-left:-360px;
		}
		#top{ 
		background:#111; 
		background:rgb(190,190,190); 
		background:rgba(190,190,190,0.65);
		width:680px; 
		height:16px; 
		position:absolute;
		top:0px;
		left:50%;
		margin-left:-360px;
		font-size:9px;
		padding-left:40px;
		padding-top:4px;
		color: #646464;
		}
		#logo {
		position:absolute;
		left:30px;
		top:20px;
		width:160px;
		height:70px;
		z-index:100;
		}
		#apDiv1 {
	position:absolute;
	left:320px;
	top:170px;
	width:320px;
	height:420px;
	z-index:3;
	font-size: 10px;
	color: #424140;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #090;
	padding-left: 10px;
}
.news {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #090;
}
		
	#supersized-loader { 
	position:absolute; 
	top:50%; 
	left:50%; 
	z-index:10; 
	width:60px; 
	height:60px; 
	margin:-30px 0 0 -30px; 
	text-indent:-999em; 
	background-color:#111; 
	background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
	}
	
	#supersized { 
	position:fixed; 
	left:0; 
	top:0; 
	overflow:hidden; 
	z-index:-999; 
	height:100%; 
	width:100%; 
	}
		#supersized img{ 
		height:auto; 
		width:auto; 
		position:relative; 
		outline:none; 
		border:none; 
		-ms-interpolation-mode:bicubic; 
		image-rendering: optimizeQuality;
		 }
		#controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:4; background:url(../img/grey-bg.png) repeat-x; position:fixed; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
			#slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
			#slidecaption { overflow:hidden; float:left; color:#FFF; font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; margin:0 20px 0 0; line-height:42px; }
			#socialshare { overflow:hidden; padding-top:15px; padding-right:108px; float:right; color:#FFF; font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; margin:0 20px 0 0; line-height:42px; }
			.pleft {padding-left:108px;}
