
	
	pre{
		display:block;
		font:12px Arial,Helvetica monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
	
			
	#stage{
		
		margin-top:40px;
		position:relative;
		width:900px;
		height:450px;
		background:#1b1b1b;	
		}	
		
	/*			
	#projectstage{
		margin:0 auto;
		margin-top:1px;
		padding-top:1px;
		position:relative;
		width:900px;
		height:418px;
		background:url(../images/bg_slider.jpg) no-repeat left top;	
		}	
	*/
	
	#sliderbox{
		padding-top:1px;
		margin:1px 1px 1px 1px;
		position:relative;
		text-align:left;
		width:898px;
		height:408px;
		
	}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0px;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:898px;
		height:408px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		rigth:40px;
		top:71px;
		z-index:1000;
		}	
										
	
		
	/* numeric controls */	

		ol#controls{
		margin:1em 0;
		padding-top: 3px;
		padding-left:13px;
		height:18px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
		}
	ol#controls li a{
		display:block;
		float:left;
		height:18px;
		text-indent:-9999px;
		background:url(../images/bullet_d.png) no-repeat;
		color:#1d1d1d;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:url(../images/bullet_a.png) no-repeat;
		
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	
	
/* // Easy Slider */