body {
		background:#fff;
		margin:0;
		padding:0;
		text-align:center;
	}
	img{border:none;}
    /* // image replacement */
			
	#content{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:500px;
		}			
	#container{
		position:relative;
		margin:auto;
		width:auto;
		overflow:hidden;	
		}			

/* Easy Slider */
	#slider {
		width:800px;
		margin:auto;
	}
	#slider ul{
		margin:auto;
		padding:0;
		list-style:none;
		width:500px;
		}
	#slider li{ /* define width and height of list item (slide). entire slider area will adjust according to the parameters provided here*/ 
		margin:0;
		padding:0;
		list-style:none;
		width:500px;
		height:380px;
		text-align:center;
		}
   /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
	#arrows {
		position:absolute;
		left:50%;
		top:0;
		width:500px;
		height:380px;
		z-index:1000;
	}
	#prevBtn, #nextBtn{ 
		display:block;
		width:101px;
		height:120px;
		position:absolute;
		left:-350px;
		top:155px;
		}	
	#nextBtn{ 
		left:250px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		position:relative;
		width:101px;
		height:120px;
		background:url(../images/left.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/right.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:auto;
		padding-top:20px;
		width:250px;
		height:64px;	
		}
	ol#controls li{
		margin:0 4px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:64px;
		}
	ol#controls li a{
		display:block;
		text-indent:-8000px;
		float:left;
		height:64px;
		width:67px;
		line-height:64px;
		/*border:1px solid #aaa;*/
		background:#fff url(../images/nav.gif) no-repeat 0 0;	
		padding:0;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#fff url(../images/navon.gif) no-repeat 0 0;	
		color:#000;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
