<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

img{border:none;}

/* Easy 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:250px;
	height:160px;
	overflow:hidden;
	margin: 0px auto;
		}
#slider li p {
	color: #626261;
	padding: 8px 5px;
	line-height: 1.5;
}
#slider li p.name {
	color: #626261;
	margin-top















	padding: 2
.px 5px;
	position: relative;
	padding: 2px 4px;
	margin: 20px 60px 0px 10px;
	float: right;
	font-weight: bold;
}


#slider {
	height: 165px;
	width: 300px;
	margin: 0px auto;
}
#prevBtn {
	margin: -65px 0 0 35px;
		}	
#nextBtn {
	margin: -65px 0 0 75px;
}
#prevBtn, #nextBtn {
	display:block;
	width:17px;
	height:17px;
	position: absolute;
}


	#prevBtn a, #nextBtn a{
	display:block;
	width:17px;
	height:17px;
	text-indent: -9999px;
		}	
/*	#nextBtn a{
	background:url(../images/slidernav.png) no-repeat 0px -17px;
		}												*/

/* // Easy Slider */
/* #prevBtn a {
	background:url(../images/slidernav.png) no-repeat 0 0; 
}
*/</pre></body></html>