@charset "utf-8";
/* CSS Document */

#photogallery {
	margin:0 0 10px 0;
	padding-top:80px;
}
#slider{
	width:300px;
	height:200px;
	overflow:hidden;
	margin:0;
	padding:0;
	background:#333333;
	float:left;
}
#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:300px;
	height:200px;
	overflow:hidden;
	margin:0;
	}
#slider li img {border:none}
#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;	
	}

