@charset "UTF-8";


#topBar {
	height: 160px;
	background-image:url(/images/topBar4.jpg);
}


.subNav {
	margin-top: 15px;
	background-image: url(/images/tab_on_bg.jpg);
	text-align: left;
	border-top: none;
	background-repeat: repeat-x;
	background-color: #cfcfcf;
	border: 1px solid black;
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 18px;
	width: 285px;
	background: none;
}
.subNav .textLink {
	padding-left: 18px;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	float: none;
	display: block;
	height: 15px;
}
.subNav .head {
	font-size: 18px;
	text-transform: none;
	line-height: 24px;
	margin-bottom: 5px;
	padding-left: 8px;
}







.winnerPod {
	background-color: #ddd; 
	background-image: url(/images/winnersScroller/winnerScrollerBG.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 4px;
	width: 125px;
	height: 130px;
	float: left;
	display: block;
	padding: 1px 4px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ccc;
	padding-top: 4px;
}
.winnerText {
	padding-top: 3px; 
	font-size: 10px;
}
.winnerName {
	font-weight: bold;
	font-size: 11px;
}
.winnerPod img {
	
}
.winnerPod .prize {
	font-weight: bold;
	font-size: 11px
}



/* scrollable setup */


/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 606px;	 
	height:130px;
	float:left;
}


/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	height: 130px;
}




/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#444;	
}

/* style when element is active (clicked) 
#thumbs div.active {
	background-color:#066;
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	color:#fff;	
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}*/
/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:17px;
	height:17px;
	background:url(/images/winnersScroller/btn_leftFlat.gif) no-repeat;
	background-position:center;
	float:right;
	cursor:pointer;
	margin-left: 8px;
}
a.prev:hover, a.prevPage:hover {
	background-image:url(/images/winnersScroller/btn_leftHi.gif);
}

/* mouseover state 
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}
*/
/* disabled navigational button
a.disabled {
	visibility:hidden !important;		
}
 */
/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(/images/winnersScroller/btn_rightFlat.gif);
	
}
a.next:hover, a.nextPage:hover {
	background-image:url(/images/winnersScroller/btn_rightHi.gif);
}












