ul.bepro_listings_gallery_show li{
	list-style-type:none;
	display:inline;
	margin-left:10px;
}
div.bepro_listings_gallery_thumbnails img{
	width:10%;
}
ul.bepro_listings_gallery_show li a img{
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}

/* style stock gallery */
.gallery-item{
	float:left;
}

.bepro_listings_slider1 li,.bepro_listings_slider2 li{
	left: 0;
}

#cee_prev{
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	margin-left: -40px;
	text-transform: capitalize;
}
#cee_next{
	text-align: right;
	color: #fff;
	font-weight: bold;
	margin-right: -10px;
	text-transform: capitalize;
}
#cee_count{
	color: #fff;
	font-weight: bold;
}