/*
CSS Name: Classic Black Design
Description: Minimalistic design, grey captions.
Author: Benedikt Morschheuser
Version: 1.0
*/

/*defaults*/


div.bmo_scrollGallery div.bmo_the_gallery_thumbs div.bmo_the_gallery_image a{
	display:block;
	width:95%;	/*dont use padding or margins here, use the % width and hight to reduce the size of the inner images*/
	height:95%;
	line-height:100px;/*will be changed by js*/
	text-align:center;
	overflow:hidden;
}

div.bmo_scrollGallery div.bmo_the_gallery_images div.bmo_the_gallery_image img{
	background: url("../imgs/ajax-loader.gif") no-repeat scroll center center transparent;
	/*styles to center images*/
	vertical-align:middle;
	display:inline;
	max-height:100%; /*dont use pa