
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 520px;	
	height:200px;	
	text-align:left; /*For IE6 Shenanigans*/  

	
	
	/* custom decorations */
				
	
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:10px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:120px;
	height:163px;
	padding:0px 0px;
	font-size:12px;
	margin-right: 9px;	
	
}

/* active item */






/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.contestscrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 592px;	
	height:70px;	
	text-align:left; /*For IE6 Shenanigans*/  
	border-bottom:1px solid #D1D2D4;
	float:left;	
	/* custom decorations */
				
	
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.contestscrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:10px;
}

/* single scrollable item */
div.contestscrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	padding:0px 0px;
	font-size:12px;
	margin-right: 7px;	
	
}

div.contestscrollable div.items div a {text-decoration:none;}




#cont_slider_name {color:#44BED4; text-align:center; margin:0 10px 0 10px; line-height:14px; font-family:Arial, Helvetica, sans-serif; padding:5px; height:70px;  width:120px;}

#cont_slider_name  a {color:#44BED4; text-decoration:none}


#wrp .line1 {font-size:12px; text-align:center; width:100%; margin:auto; margin-bottom:0px; font-weight:bold}
#wrp .line2 {font-size:18px; text-align:center; width:100%; margin:auto; margin-top:0px; margin-bottom:8px; font-weight:bold }
#wrp .line3 {font-size:10px; text-align:center; width:100%; margin:auto}


#topslide {width:670px; margin:auto; margin-top:5px;}