.gallery {
	padding: 48px 96px 0 0px;
	float: right;
}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
	

/* Easy Slider */

	#slider ul{
		margin:0px 0 0 0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width:353px;
		height:210px;
		
		}	

		
	/* numeric controls */	

	ol#controls{
		margin:0;
		padding:0;
		height:28px;	
		}
	ol#controls li {
		margin:30px 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 #3f4c6b;
		background-image: url(../images/shade.png); background-position: bottom;
		color:#ffffff;
		padding:0 10px;
		text-decoration:none;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		}
	ol#controls li a:hover {
		background:#333;
		border:1px solid #676767;
		color:#fff;
		}
	ol#controls li.current a{
		background:#333;
		border:1px solid #676767;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */