.Gallery_TitleWrapper{
	margin: 10px 0 20px;	/* set title margins here */
}

.Gallery_TitleContainer{
	border: none;	/* set background- and border color here */
	background: #bbd147;
	padding: 5px 10px;
}

.Gallery_TitleContainer h1{
	font-size: 12px;
	font-weight: bold;
}

.Gallery_ImageContainer, a.Gallery_ImageLink{
	width: 100px;	/* set thumbnail size here */
	height: 100px;
}

.Gallery_Title{
	margin: 0;
}

div.Gallery_ImageWrapper{
	float: left;
}

div.Gallery_ImageWrapper div.Gallery_ImageContainer{
	padding: 0 10px 10px 0;
	position: relative;
}

img.Gallery_ImageContainer{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

a.Gallery_ImageLink,
a.Gallery_ImageLink:link,
a.Gallery_ImageLink:visited{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

a.Gallery_ImageLink div.Gallery_ImageLinkContent,
a.Gallery_ImageLink:link div.Gallery_ImageLinkContent,
a.Gallery_ImageLink:visited div.Gallery_ImageLinkContent{
	height: 100%;
	background: #fff;
	filter: alpha(opacity = 0);
	opacity: 0;
}

a.Gallery_ImageLink:hover div.Gallery_ImageLinkContent,
a.Gallery_ImageLink:visited:hover div.Gallery_ImageLinkContent{
	background: transparent url(/images/selectedHover.png) no-repeat right bottom;
	filter: none;
	opacity: 1;
}

a.Gallery_ImageLinkIe:hover div.Gallery_ImageLinkContent,
a.Gallery_ImageLinkIe:visited:hover div.Gallery_ImageLinkContent{
	background: transparent url(/images/emptyPng.png) no-repeat right bottom;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/selectedHover.png', sizingMethod='scale');
}

a.Gallery_ImageLink span{
	display: none; 
}

/** classic */

div#Classic_GalleryContainer{
	overflow: hidden;
}

div#classicGalleryImages{
	width: 100%;
	float: left;
	overflow: hidden;
}

div.Classic_GalleryImagesImage{
	width: 100%;
	text-align: center;
	display: none;
}

div.Classic_GalleryImagesImageFirst{
	display: block
}

div.Classic_GalleryImageWrapper{
	width: 100%;
}

div.Classic_GalleryImageWrapper img.Classic_GalleryImage{}

div.Classic_GalleryImageCaption{
	display: none;
}

div.gallery_classic_gallery_footer{
	float: left;
	width: 100%;
}

table.gallery_classic_gallery_footer_table{
	width: 100%;
	margin: 5px 0 0 0;
	background: #bbd147;
}

td#gallery_classic_gallery_image_captions{
	padding: 10px;
	text-align: left;
}

td#gallery_classic_gallery_controller{
	width: 55px;
	padding: 10px;
	text-align: left;
}

img#Classic_Gallery_Prev{}

img#Classic_Gallery_Next{
	margin-left: 5px;
}
