/*
Supersized - Fullscreen Slideshow jQuery Plugin Stylesheet Version 3.0
By Sam Dunn (www.buildinternet.com // www.onemightyroar.com)
Version: supersized.3.0.js
Website: www.buildinternet.com/project/supersized
*/

	* {
	margin:0;
	padding:0;
}
a {
	color:#8FC2FF;
	text-decoration: none;
	outline: none;
}
img {
	border:none;
}

#content {
	width:900px;
	height:auto;
	margin:0px auto;
	padding:0px 0px 30px 0px;
	text-align:left;
	background-image:url(../images/transparent50.png);
	background-repeat:repeat;
}

/*Area to place content normally*/
	#content-wrapper {
		background-color:rgba(0,0,0,0);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	overflow:auto;
	z-index:4;
	text-align:center;
}
/*Supersized Link*/
	.stamp {
	float: right;
	margin: 15px 30px 0 0;
}
/*Supersize Plugin Styles*/
	
	#supersized {
	position:fixed;
}
#supersized img {
	-ms-interpolation-mode: bicubic;
}
#supersized img, #supersized a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: -1;
}
