/* CSS Document */
/* Easy Slider */
#slidercontainer{
	margin:0 auto;
  padding:0;
	position:relative;
	text-align:left;
	width:118px;
	background:#fff;
	}
#slidercontent{
	position:relative;
	}

#BVPSslider{}
#BVPSslider ul, #BVPSslider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#BVPSslider li{
	/*
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
	width:118px;
	height:100px;
	overflow:hidden;
	}
/* // Easy Slider */
