/* CSS for gallery Putnam Accosiates */

body {
	background:#fff;
	font:80% Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
	padding:0;
	text-align:center;
	}
    /* image replacement */
.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	}
    /* // image replacement */
			

#container{
	margin:50px auto 2em;
	position:relative;
	text-align:center;
	width:510px;
		}	
#wrapper {
	width: 1010px;
	margin: 0px auto;
	height: 730px;
}
#header{
	height:190px;
	color:#fff;
	padding-top: 10px;
		}				
#content{
		position:relative;
		}			

/* Easy Slider */

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:510px;
	height:259px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:26px;
	height:26px;
	position:absolute;
	left:-26px;
	top:100px;
	}	
#nextBtn{
left:520px;
background: url(../images/slideshow/next.gif) no-repeat 0px 0px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:26px;
	height:26px;
	background:url(../images/slideshow/previous.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/slideshow/next.gif) no-repeat 0 0;	
	}												
