#sliderhol {
		width:750px;
		float:left;
		padding-left:70px;
	}
	pre{
		display:block;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:100px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 auto; 
		position:relative;
		text-align:left;
		width:820px;
		background:#FFF;		
		margin-bottom:2em;
		}	
	#header{
		height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		
		}			

/* Easy Slider */

	#slider{}	
	#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:110px;
		height:100px;
		overflow:hidden;

		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:100px;
		position:absolute;
		left:-30px;
		/*top:71px;*/
		}	
	#nextBtn{ 
		left:820px;
		margin-left:-30px;
		margin-top:-50px;
		}	
		#prevBtn{ 
		margin-left:-10px;
		margin-top:-50px;
		}
	#prevBtn a, #nextBtn a{  
		display:block;
		width:40px;
		height:40px;
		background:url(../../img/larrw.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../../img/rarrw.png) no-repeat 0 0;
		
		}						
