/*
Project: bCarousel
Author: Brian DiChiara
Version: 1.1
Usage: with bCarousel js
*/

#the-carousel {
	width:9000px !important;
	height:auto; /* carousel height */
	background:none;
	/*overflow:hidden;*/
}
#the-carousel img {
	border-right:1px solid #FFF;
}

.listing-type-grid{margin-top:9px;}

.bCarousel-wrapper {
	overflow:hidden;
	position:relative;
	width:525px !important;
}
.bCarousel-wrapper ul {
	padding:0; /* width of back/forward */
	list-style:none;
}
.bCarousel-wrapper li {
	display:block;
	float:left;
	list-style:none;
	height:auto; /* carousel height */
	margin-right:31px;
}
.bCarousel-wrapper li a{display:block;}
.bCarousel-wrapper .forward,
.bCarousel-wrapper .back {
	right:0;
	top:0;
	position:absolute;
	float:right;
	display:none;
	width:25px;
	z-index:50;
	background:#333;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	line-height:150px; /* carousel height */
}
.bCarousel-wrapper .forward:hover{background:url(../sample-images/next.png) right center no-repeat;}
.bCarousel-wrapper .forward{background:url(../sample-images/next1.png) -1px -1px no-repeat; width:43px; height:40px; top:77px;}
.bCarousel-wrapper .back { left:0; top:77px; background:url(../sample-images/back.png) 1px -1px no-repeat; width:43px; height:40px;}
.bCarousel-wrapper .back:hover{background:url(../sample-images/prev.png) left center no-repeat;}
.bCarousel-wrapper .show_arrow{
display:block;

}
