﻿/* -----------------------------------------
:: THUMBNAIL CAROUSEL
----------------------------------------- */
.product-carousel-bg {
	background: url('../../../../Site/graphics/default-bg.jpg') center center;
	padding: 50px 0px 0px 0px;
}
#myCarousel .thumbnails p {
	text-align: center;
	padding: 10px;
	margin-top: 25px;
	color:#527401;
	font-weight:normal;
	font-size:16px;
}
.thumbs {
	margin-top: 0px;
}
#myCarousel.carousel div.carousel-inner div.item ul.thumbnails li.span2 p{
	line-height:0px;
	padding:0px;
}
	
.placeholder {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.00);
    border: 0 solid rgba(0, 0, 0, 0.0);
    border-radius:0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.0);
    display: block;
}
/* Media Queries */
@media screen and (max-width: 767px) {

.product-carousel-bg {
	background:none;
}
.container-fluid.product-carousel-bg{
	margin: 0px;
	padding: 0px;
}

#myCarousel .thumbnails p {
	padding: 0px;
	margin-top: 0px;
	color:#222222;
	font-weight:normal;
	font-size:12px;
}

.span2:first-child
{
visibility:hidden; display:none;
}
.span2:last-child
{
visibility:hidden; display:none;
}

}

