	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:1000px;
		height:200px;
		background:#fff;		
		}	
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		/*position:relative;*/
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:750px;
		height:200px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:750px;
		}														
	#prevBtn a, #nextBtn a,
		
	/* numeric controls */	

	ol#slider_title{
		/*margin:1em 0;*/
		margin:0;
		padding:0;
		height:50px;	
		width:250px;
		float:left;
		cursor: hand;
		}

	ol#slider_title li{
		padding-left:10;
		/*float:left;*/
		clear:both;
		list-style:none;
		height:50px;
		width:250px;
		max-height:50px;
		background:#d7d7d7;
		border-top:1px solid #ffffff;
		border-left:2px;

	    box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    -webkit-box-sizing:border-box;

		/*line-height:28px;*/
		font-weight: bold;
		}
	ol#slider_title li a{
		padding:0;
		margin:0px;
		text-decoration:none;
		color:white;
		}
	ol#slider_title li.current {
		background:#969696;
		/*color:#fff;*/
		color:white;
		}

/*	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}*/

	
/* // Easy Slider */