@charset "utf-8";
/* CSS used for photo auto scroll
/* CSS Document */

#photocontainer {
	position:relative; 
	width:0px;
	height:0px; 
	border:1px solid #162f08;
	background-color: #162f08;
	overflow:hidden;
}
#displayarea {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:0px; 
	height:0px; 
	clip:rect(0,0,0,0)
}
	
     

