/*small carousel on inner pages*/

#carouselHolder, #carouselHolderBilly {
color: #4F3B1D;
width:265px;
}


#carouselHolder .carouselEdge, #carouselHolderBilly .carouselEdge{
 padding:3px; 
 background-color: #9C9180;
 margin-top:13px;
}

.carousel, .billycarousel{
	background-color:#9C9180;
}
.carousel li, .billycarousel li{

	background-image:none;
	padding:0;

}
.carousel .textholder, , .billycarousel .textholder{

	display:none;

}


#carouselHolder .smallCarouselTitle, #carouselHolderBilly .smallCarouselTitle{
	font-size: 20px;
	color: #4F3B1D;

}

.smallCarouselTitle {
	font-family:Myriad Pro;
	font-size:20px;
	margin-left:10px;

}

#carouselHolder .thumbs, #carouselHolderBilly .thumbs{
	background-color: #9C9180;

}

#carouselHolder .thumbs .active, #carouselHolderBilly .thumbs .active{
	font-weight:bold;
	color:#fff;
	/*border:1px solid red;*/

}

#carouselHolder .imgInfo, #carouselHolderBilly .imgInfo{
	margin-top : 15px;
	margin-bottom:17px;
	line-height:16px;

}

#carouselHolder .image_link, #carouselHolderBilly .image_link{
	float:right;
	margin-top:-8px;
}

#carouselHolder .image_link img, #carouselHolderBilly .image_link img{
	
	margin-bottom:-8px;
}

.textholder{
	display:none;
}

