@charset "utf-8";

/* CSS Document */



#stage{width:530px; overflow: auto; overflow-x:hidden; overflow-y:hidden; height:150px; /*top:795px; left:282px;*/ }	

/* ------------------------------------ */
/* List Elements 						*/

	#myList{width:50000px; border:0; margin-left:0; padding-left:0;}
	#myList li{
		list-style:none; 
		margin:0; 
		padding:0; 
		border:0; 
		margin-right:4px;
		padding:4px; 
		float:left;
		width:521px;
		height:150px;
		}
	#myList p{
		padding:3px;
		font-size:11px;
		color:#000000;
		margin-top:0px;

		/*margin-bottom:4px;*/
	}
/* ------------------------------------ */
/* Buttons		 						*/

/*#slider-buttons{
	width:150px; 
	margin-top:0px; 
	height:24px; 
	clear:both;
}
	#slider-buttons a{color:#444;}
	#slider-buttons a:hover{background:#888; color:#FFF;}
	*/
	.buttons{
		 position:relative; 
		 top:212px; 
		 left:510px;
		 z-index:10000;
		 cursor:pointer;
	}
	#previous{	color: #0a7ba5;
	text-decoration: none;
	font-size:12px;
	outline:none;
}
	#next{	color: #0a7ba5;
	text-decoration: none;
	font-size:12px;
	outline:none;
}
