

#hourglass {background: url("../images/hourglass_im.png") no-repeat scroll center center transparent;}
#top_glass {background: url("../images/sand_top_im.png") no-repeat scroll 0 bottom transparent;}
#bottom_glass {	background: url("../images/sand_bottom_im.png") no-repeat scroll 0 top transparent;}
.signup label {	background: url("../images/arrow_wh.png") no-repeat scroll 0 50% transparent;}
body {color:#dfdfdf; /*background: url("../images/background.jpg") repeat scroll 0 0 transparent;*/}
h1, h2, h3, h4, h5, h6 {color: #F3F3F3;}
li a {color: #dfdfdf;}
li a:hover {color: #ffffff;}
header h1.logo {background: url("../images/logo_wh.png") no-repeat scroll 0 0 transparent;}

.countdown {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:none;
}
.countdown_amount, .expiry {
	text-shadow:2px 2px rgba(255, 255, 255, 0.3);
}
input[type="submit"], input[type="submit"]:active {
	background: #8a8a8a; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #8a8a8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#8a8a8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#8a8a8a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#8a8a8a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8a8a8a',GradientType=0 ); /* IE6-9 */
	color: #404040;
	border:none;
}
input[type="submit"]:hover {
	background: #9e9e9e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #9e9e9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#9e9e9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#9e9e9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#9e9e9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#9e9e9e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#9e9e9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9e9e9e',GradientType=0 ); /* IE6-9 */
	color: #404040;
	
}

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
#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(../img/progress.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; }