/*
CSS Name: No Borders
Description: Only needed styles are applied, no borders - Image design by Theme.
Author: Benedikt Morschheuser
Version: 1.1
*/
div.bmo_scrollGallery div.bmo_the_gallery_image img, div.bmo_the_gallery div.bmo_the_gallery_image a img{
	background: url("../imgs/ajax-loader.gif") no-repeat scroll center center transparent;
	vertical-align:middle;
	display:inline;
	max-height:100%; 
	max-width:100%;
}

div.bmo_scrollGallery div.bmo_the_gallery_thumbs div.bmo_the_gallery_image a{
	display:block;
	width:100%;	
	height:100%;
	line-height:100px;/*will be changed by js*/
	text-align:center;
	overflow:hidden;
}
div.bmo_scrollGallery div.bmo_the_gallery_image div.bmo_the_gallery_caption{
	bottom:0px;
}