@charset "utf-8";
/* CSS Document */
img{border:none;}
	
    /* image replacement */
.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
 }
    /* // image replacement */
	
#content1{
	position:relative;
}
			

/* Easy Slider */

#contestslider{
	margin-left:0px;
	width:561px;		
	overflow:hidden; 
}	
#contestslider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
}
#contestslider { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		
}	
	
#prevBtn{ 
		display:block;
		height:17px;
		left:0px;
		position:absolute;
		top:375px;
		width:42px;
}
#nextBtn{ 
		display:block;
		height:17px;
		left:0px;
		position:absolute;
		top:375px;
		width:30px;
}	
#nextBtn{ 
		left:515px;
}														
#prevBtn a, #nextBtn a{  
		display:block;
		width:42px;
		height:17px;
		background:url(/images/contest/left-arrow.jpg) no-repeat 0 0;	
}	
#nextBtn a{ 
		background:url(/images/contest/right-arrow.jpg) no-repeat 0 0;	
}								
	
.liWidth{
width:185px!important;

}
	

