
	

	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:802px;
		background:#fff;		

		}	
	
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}

	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:802px;
		height:305px;
		overflow:hidden; 
		}	
	

	/* numeric controls */	

	ol#controls{
	height:20px;
	margin: 0 0;
	background-color: #feb55d;
	padding:0;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:19px;


		}
	ol#controls li a{
	float:left;
	height:20px;
	line-height:20px;
	color:#555;
	padding:0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
		}
	ol#controls li.current a{
	color:#E8E8E8;
	background-color: #dea056;
	height:12;
	width:12;
	font-weight: bold;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */