pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:675px;
	}	
		
/* image replacement */
    .graphic, #prevBtn, #nextBtn{
        margin:0;
        padding:0;
        display:block;
        overflow:hidden;
        text-indent:-8000px;
        }
/* // image replacement */
		

/* Easy Slider */

#slider{
	z-index:0;
}	
#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:675px;
	height:244px;
	overflow:hidden; 
	}	

#prevBtn, #nextBtn{ 
	display:block;
	width:28px;
	height:31px;
	position:relative;
	z-index:2;
}
#prevBtn{
	width:28px;
	height:31px;
	top:-136px;
	left:10px;
	float:left;
}
#prevBtn a{  
	display:block;
	width:28px;
	height:31px;
	background:url(/Portals/_default/Skins/Woodbridge/img/btn_prev.png) no-repeat;
}
#nextBtn{
	width:28px;
	height:31px;
	left:609px;
	top:-136px;
	float:left;
}
#nextBtn a{  
	display:block;
	width:28px;
	height:31px;
	background:url(/Portals/_default/Skins/Woodbridge/img/btn_next.png) no-repeat;
}												

/* // Easy Slider */

