/* General Stylesheet */

html, body, div, table, tr, td, form, ul, ol, li, blockquote, img, p, h1, h2, h3, h4, h5, h6, a, abbr, acronym {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
html {
	height: 100%;
	}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
table, tr, col, th, tf, td {
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	}

#faded {background:url(/images/splash.gif) left top no-repeat; width:420px; height:335px; padding: 15px 45px; position:relative; color: #fff;	font-size: 17px; font-family:arial;}
#faded ul {width:420px; list-style:none; margin: 0; padding:0; *margin-top: 35px;}
#faded li { height:335px;width:460px;margin-left: -45px;}
#faded div.slideSpan { position:absolute; float: left; width:420px; height: 335px; z-index: 101;cursor: hand; }

#faded a.prev {
	background:url("/images/button-prev.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:40px;
	left:-19px;
	overflow:hidden;
	position:absolute;
	text-indent:-1000px;
	top:167px;
	width:40px;
	z-index:100;
}
#faded a.next {
	background:url("/images/button-next.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:40px;
	overflow:hidden;
	position:absolute;
	right:-19px;
	text-indent:-1000px;
	top:167px;
	width:40px;
	z-index:100;
}	

