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

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

.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;
	z-index:99;
}

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 */

.Gallery_Classic_GalleryWrapper{
	overflow: hidden;
	text-align: center;
}

.Gallery_Classic_TitleWrapper{
	display: none;
}

.Gallery_Classic_ImagesWrapper{
	position: relative;
}

.Gallery_Classic_ImagesContainer{}

.classic_galleryHeader{}

.classic_galleryClearer{
	clear: both;
	font-size: 0;
	line-height: 0;
}

.classic_galleryImage{
	width: 100%;
	text-align: center;
	clear: both;
	position: relative;
}

.previousImage{
	width: 100%;
}

.nextImage{
	width: 100%;
}

.index{
	width: 100%;
}

.classic_galleryFooter{
	background: #e9e9e9;
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
}

.classic_galleryFooterContent{
	border: 1px solid #cdcdcd;
	padding: 10px;
}

.classic_galleryFooter .classic_caption{
	float: left;
	text-align: left;
	width: 80%;
}

.classic_galleryFooter .classic_controllerContainer{
	float: right;
	width: 20%;
	text-align: right;
}

.classic_controllerContainer .classic_galleryPrev{
	margin: 0 5px 0 0;
	display: inline;
}

.classic_galleryPrev a,
.classic_galleryPrev a:link,
.classic_galleryPrev a:visited{}

.classic_controllerContainer .classic_galleryNext{
	display: inline;
}

.classic_galleryNext a,
.classic_galleryNext a:link,
.classic_galleryNext a:visited{}

div#Classic_GalleryContainer{
	overflow: hidden;
}

/* 'new' classic */

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: 0 0 0 0;
	background: #f6f3d8;
}

td#gallery_classic_gallery_image_captions{
	padding: 3px 0 0 10px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
}

td#gallery_classic_gallery_controller{
	width: 50px;
	padding: 0px;
	text-align: left;
}

img#Classic_Gallery_Prev{}

img#Classic_Gallery_Next{
}

