			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:696px;
		background:#fff;		
		margin-bottom:2em;
		}	
			
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		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:650px;
		text-align:center;
		overflow:hidden; 
		margin-top:0px;
		}	
	#prevBtn, #slider1prev{ 
		float:left;
		width:30px;
		height:77px;
		top:200px;
		margin-left:10px;
		}	
		
	#nextBtn,#slider1next{
		width:30px;
		height:77px;
		
		}	
					
	#prevBtn a, #slider1prev a{  
		display:block;
		margin-top:2px;
		position:relative;
		width:26px;
		height:25px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		text-indent:-8000px;
		margin-left:-10px;
		}	
	#nextBtn a, #slider1next a{ 
		margin-top:-26px;
		background-image:url(images/btn_next.gif);
		display:block;
		width:26px;
		height:25px;
		float:right;
		text-indent:-8000px;
		}
		#prevBtn a.dimmed{background-image:url(images/btn_prev_dimmed.gif); }
		#nextBtn a.dimmed{background-image:url(images/btn_next_dimmed.gif); }
	
		
		/* numeric controls */	

	ol#controls{ 
	    margin:0 auto 0;
		text-align:center;
	    width:395px;  		 
		padding:0;
		height:28px;
		font-size:13px;
		
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#000;
		color:#fff;
		padding:0 10px;
		text-decoration:none;
		font-weight:bold;
		}
		ol#controls li a:hover{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#BC1B32;
		color:#fff;
		padding:0 10px;
		text-decoration:none;
		font-weight:bold;
		}
	ol#controls li.current a{
		background:#BC1B32;
		color: #FFF;
		font-weight:bold;
		}
	ol#controls li.current a:hover{
		background:#BC1B32;
		color: #000;
		font-weight:bold;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	
	.portfolio_item {height:250px; border: 1px solid #999; width:625px; margin:15px 0 0 0; background-color:#E2E2E2; font-size:24px; color:#333; text-align:center;}
		.portfolio_item:hover {height:250px; border:thin #333 solid; width:625px; margin:15px 0 0 0; 
		background-color: #CCC; font-size:24px; color:#333; text-align:center;}
		.portfolio_item img {padding:10px 0px 5px 0px; }
		
/* // Easy Slider */