@charset "UTF-8";
/* CSS Document */

<style type="text/css">
/* 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:350px;
	height:200px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	display:block;
	width:95px;
	float:left;
}
#nextBtn {
	float:right;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:93px;
	padding:4px 0;
	margin:2px 0;
	color:#aeb1b6;
	text-align:center;
	text-decoration:none;
	border:1px solid #3a3e44;
}
#nextBtn a {
}
#prevBtn a:hover, #nextBtn a:hover {
	color:#FFF;
}
/* // Easy Slider */
#bgcontainer {
	padding: 20px;
	height: 200px;
	width: 350px;
	margin-left: 80px;
}
</style>
