	img{border:none;}
	/* image replacement */
    .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:900px;
		background:#fff;		
		border-bottom:solid 3px #360e33;
		height:675px;
		}	
	#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:900px;
		overflow:hidden; 
		}	
	#prevBtn{ 
		display:block;
		width:39px;
		height:76px;
		position:absolute;
		top:150px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn{
		display:block;
		width:39px;
		height:76px;
		position:absolute;
		top:150px; 
		left:851px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:39px;
		height:77px;
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */
