
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
	 margin:40px 0 0 60px ;
		width:826px;
		background: url(../images/LCD.png) no-repeat;	
		height:446px;	
		
		}	
	 	
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{ 
	margin:0 0 0 25px;
	padding:24px 0 0 0;
 
	}	
	#slider ul{ 
		list-style:none; 
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/  
		 list-style:none;
		width:778px;
		height:307px;
		overflow:hidden;  
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:26px;
		height:26px;
		position:absolute;
		}	
	#nextBtn{
	top:340px;  
	left:509px;
		}		
		#prevBtn{
	top:340px;  
	left:290px;
		}													
	#prevBtn a, #nextBtn a{  
		display:block;
		width:26px;
		height:26px;
		}	
	#nextBtn a{ 
		
	}												

/* // Easy Slider */


*html	#nextBtn{
	top:342px;  
	left:485px;
		}		
*html		#prevBtn{
	top:342px;  
	left:265px;
		}													