
	
	img{border:none;}
				
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:863px;
		height:377px;
		background:#fff;		
		margin-bottom:0px;
		overflow:hidden;
		
		}	
					
	#content{
		position:relative;
		}			

/* Easy 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:863px;
		height:377px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:36px;
		height:54px;
		position:absolute;
		left:10px;
		top:180px;
		z-index:1000;
		}	
	#nextBtn{ 
		left:815px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		position:relative;
		width:36px;
		height:54px;
		background:url(../imgs/left.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../imgs/right.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	
	
/* // Easy Slider */
