/* BEGIN CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END CSS RESET */
body {
	font-family:Arial, sans-serif;
	font-size:.8em;
}

p {
	line-height:1.2em;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:10px;
}

#slider-section {
	position:relative;
	width:755px;
	height:352px;
}

#slider-featured {
	position:relative;
	float:left;
	width:625px;
	height:352px;
	overflow:hidden;
}

#slider-featured ul {
	position:relative;
	top:0;
	white-space:nowrap;
	padding:0;
	margin:5;
}

#slider-featured ul li {
	margin:0;
	padding:0;
}

#slider-featured ul li a img {
	display:block;
	margin:0;
	padding:0;
}


#slider-nav-arrow {
	position:absolute;
	top:40px;
	right:-6px;
	width:22px;
	height:36px;
	background-image:url('images/slider-nav-arrow.png');
	background-repeat:no-repeat;
	z-index:4;
}

#slider-nav {
	position:relative;
	float:right;
	margin:0px;
	z-index:2;
}

#slider-nav ul {
	margin:0;
	padding:0;
	white-space:nowrap;
}

#slider-nav ul li {
	margin:0 0 8px;
	padding:0;
}

#slider-nav ul li a img { /* clear the sub-pixel problem with safari/firefox/etc */
	display:block;
	margin:0;
	padding:0;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
}

#slider-nav ul li a img:hover { /* clear the sub-pixel problem with safari/firefox/etc */
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}

#slider-nav-border {
	position:absolute;
	top:0;
	width:0px;
	height:0px;
	background-image:url('images/slider-nav-border.png');
	background-repeat:no-repeat;
	z-index:3;	
}

.fade {
	position:absolute;
	bottom:0;
	width:505px;
	margin:15px;
	padding:15px;
	background-image:url('images/text-bg.png');
	color:#FFF;
	z-index:6;
	display:none;
}

.fade h2, .fade a {
	color:#ffd41e;
}