img {
	border:none;
}
pre {
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;
	margin:.5em 0;
	width:500px;
}
/* Easy Slider */

	#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li {
	/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:220px;
	height:250px;
	overflow:hidden;
	text-align:center;
}
#slider, #slider li a { text-decoration:none;color:#666;border:none; }

#prevBtn {position:absolute;margin-top:-164px;margin-left:-40px;z-index:0;
}
#nextBtn { position:absolute;z-index:9999999;height:31px;width:31px;margin-top:-164px;margin-left:228px;z-index:0}					

/* // Easy Slider */
