@charset "UTF-8";
/* CSS Document */

/* Rotating Raffle Header DIV */
#header_raffles { 
	width: 900px; 
	height: 317px;
	position:relative;
	background: #fff url(/_images/feature/bg.gif) repeat-x bottom;
}
#rotation { 
	width: 900px; 
	height: 280px;
	background: #111;
	overflow: hidden;
}

#rotation div {
	width: 900px;
	height: 280px;
	overflow: hidden;
/*	border-right:1px solid #000000; */
}
#rotation .header_img { 
	float: right; 
	margin-right:75px;
	margin-left:25px;
	width: 430px;
	height: 300px;
}
#rotation h1, #rotation p {
	text-align: right;
	margin-left: 50px;
}
#rotation h1 {
	font: 32px Arial, Helvetica, sans-serif;
	text-transform: none;
	padding-top:40px;
}
#rotation p { color:#666666; }
#header_raffles #prev {
	position:absolute;
	left: 30px;
	top: 110px;
	z-index:100;
}
#header_raffles #next {
	position:absolute;
	right: 30px;
	top: 110px;
	z-index:100;
}
#rotation_nav { 
	position:absolute; 
	top:285px; 
	left: 0;
	width: 900px;
	height: 12px;
	text-align: center;
	z-index:100;
	font-size: 12px;
	line-height: 12px;
}
#rotation_nav a {
	background: url(/_images/feature/default.gif) repeat-x bottom;
	width: 11px;
	height: 12px;
	margin: 0 4px;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
	vertical-align: top;
}
#rotation_nav a.activeSlide {
	background: url(/_images/feature/selected.gif) repeat-x bottom;
	padding: 0;
}
#rotation_nav a:focus { outline: none; }


