    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	
	#header{
		height:262px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{
		width:600px;
		margin-left:24px;}	
	#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:616px;;
		height:276px;
		overflow:hidden;
		text-align:center;

		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:14px;
		height:129px;
		position:absolute;
		left:10px;
		top:100px;
		}	
	#nextBtn{ 
		left:640px;
		
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:14px;
		height:129px;
		background-image:url(../images/bt-previous.png);
		}	
	#nextBtn a{ 
		background-image:url(../images/bt-next.png);
		}												

/* // Easy Slider */
