/* loading screen */
div#splash {
	position: absolute;
	display: block;
	left: 46%;
	top: 40%;
	height: 30px;
	width: 300px;
	background: transparent url('../images/content/splash.gif') no-repeat 72px 6px;
	color: #aaa;
	z-index: 100000000;
}

.body {visibility: hidden;}

div#content {
	border: 0!important;
	margin-left: 4px;
	padding-top: 4px;
	height: 260px;
}

/* easy slider */
div#slider, div#slider li {
	position:relative;
	margin:0;
	padding:0;
	width:767px;   /* slide width & height */
	height:244px;
	overflow:hidden;
}

span#nextBtn a {
	position: relative;
	top: -47px;
	left: 651px;
	display: block;
	background: url('../images/content/home_slide_button.png') no-repeat;
	width: 130px;
	height: 40px;
	text-indent: -9999px;  /* knock text off screen */
}

span#nextBtn a:hover {background: url('../images/content/home_slide_button.png') no-repeat 2px 0px!important;}

span#prevBtn {display:none;}

div#slider li a {
	position: relative;
	display: block;
	top: -85px;
	left: 22px;
	background: url('../images/content/home_slide_link.png') no-repeat;
	width: 130px;
	height: 45px;
	text-indent: -9999px;	
}

div#slider li a:hover {
	background: url('../images/content/home_slide_link.png') no-repeat 0px 3px!important;
}

span#page a {
	position: relative;
	top: -6px;
	padding: 0px 5px;
	margin-right: 3px;
	color: #fff;
	text-decoration: none;
	background: url('../images/content/slide_no.gif') no-repeat 0px 1px;
}

span#page a.page-current {background: url('../images/content/slide_no_active.gif') no-repeat 0px 1px;!important;}


/* footer */
div#footer {ztop: -18px!important;}