@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:225px;
	height:241px;
	overflow:hidden;
		}
#slider li p {
	color: #626261;
	padding: 5px;
	line-height: 1.5;
}

#slider {
	height: 193px;
	width: 225px;
	margin: 0 0 0 10px;
}
#prevBtn {
	margin: -35px 0 0 15px;
		}	
#nextBtn {
	margin: -35px 0 0 15em;
}
#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.jpg) no-repeat 0px -17px;
	margin-left: 25px;
		}												

/* // Easy Slider */
#prevBtn a {
	background:url(../images/slidernav.jpg) no-repeat 0 0;
}
