.galleryContainer {
	margin-top: 30px;
}

.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 540px;
	height: 400px;
}

.galleryviewcrop {
	position: relative;
	width: 540px;
	height: 400px;
	overflow: hidden;
}

.galleryview .zoom {
	cursor: pointer;
	cursor: hand;
	width: 37px;
	height: 37px;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 200;
	background: url('/images/gallery/zoom.png');
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/gallery/zoom.png');
}


h2 {
	font-size: 16px;	
}

.panes .panel {
    text-align: center;
}

.galleryviewcrop img {
	width: 540px;
}

.panel-overlay h2{
	margin: 2px 0;
}


.panel-overlay p{
	margin: 4px 0;
}

.panel-overlay p {
	line-height: 14px;
}

.filmstrip .thumbnailContainer {
	text-align: center;
}

.filmstrip .thumbnailContainer img {
	width: 170px;
}

.filmstrip li {
	width: 170px;
	margin: 0;
}

#pointer {
	padding: 1px;
	margin: 0;
	display:none;
}


