	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
	
		margin:.5em 0;
		width:250px;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		}	
			
    /* 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:center;
	width:320px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		}	
	#header{
		height:80px;
		line-height:40px;
	
		color:#fff;
		}				
	#content{
		position:relative;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		}
	#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:320px;
	height:130px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:70px;
		position:absolute;
		left:-30px;
		top:18px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:320px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:85px;
		background:url(../images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
	margin:-2em 0 0 200px;
	padding:0;
	height:12px;
	font-size:10px;	
	z-index:10000
		}
	ol#controls li{
	margin:0 10px 10px 0;
	padding:0;
	float:left;
	list-style:none;
	height:12px;
	line-height:12px;
		}
	ol#controls li a{
	float:right;
	height:12px;
	line-height:12px;
	border:1px solid;
	background-color:#000000;
	border-color:#333333;
	color:#FFFFFF;
	padding:0 3px;
	text-decoration:none;
	color:#FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
		}
	ol#controls li.current a{
	color:#000000;
	background-color: #FFCC00;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
