/*

Supersized - Fullscreen Slideshow jQuery Plugin
Version : 3.2.4
Site    : www.buildinternet.com/project/supersized

Author    : Sam Dunn
Company : One Mighty Roar (www.onemightyroar.com)
License : MIT License / GPL License

*/
#supersized-loader
{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -10px;
	text-indent: -999em;
	background: url(../images/black/loader.gif) no-repeat center center;
}
#supersized-logoLoader
{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	width: 172px;
	height: 30px;
	background: url(../images/logo.png) no-repeat top left;
	margin: -50px 0 0 -65px;
}
/*added by udfrance*/
#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
{
	background: #111 url(../images/black/loader.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;
}
