	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:430px;
		}	
					
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container_slider{
	position:relative;
	text-align:left;
	width:335px;
	background:#000000;
	z-index: 800;
	margin: 0;
	
		}	
		
	#content{
	position:relative;
	z-index: 900;
	
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	z-index: 999;
	
		}
	#slider2{
	margin: 0em;
}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:335px;
		height:300px;
		overflow:hidden; 
		}	
	#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:430px;
		height:300px;
		overflow:hidden; 
		}		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:26px;
		height:26px;
		position:absolute;
		left:26px;
		top:260px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:56px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	display:block;
	position:relative;
	width:26px;
	height:26px;
	background-image: url(../images/left_arrow1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a, #slider1next a{
	background-image: url(../images/right_arrow1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
		
	/* numeric controls */	

	ol#controls{
	padding:0;
	height:28px;
	margin-top: -40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 320px;
		}
	ol#controls li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	height:15px;
	line-height:28px;
		}
	ol#controls li a{
	float:left;
	height:17px;
	line-height:17px;
	border:1px solid #000000;
	color:#000000;
	text-decoration:none;
	background-color: #252525;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 4px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
		}
	ol#controls li.current a{
	color:#666666;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
