@charset "utf-8";
/* CSS Document */

#slider{
}
#slider{_margin-left:0px;}
*:first-child+html #slider{margin-left:0px;}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:290px;
	height:197px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:145px;
	height:20px;
	position:relative;
/*	left:603px;
	top:834px;*/
	_left:-72px;
	}
*:first-child+html #prevBtn{
	left:-72px;
	}
#nextBtn{ 
	left:145px;
	_left:73px;
	top:-20px;
	}														
*:first-child+html #nextBtn{
	left:73px;
	}
#prevBtn a, #nextBtn a{  
	display:block;
	width:145px;
	height:20px;
	background:url(../../movie/prev.jpg) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../../movie/next.jpg) no-repeat 0 0;	
	}
