.gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	background:url(/img/panel2.jpg) repeat-x bottom center #ffffff;
	overflow:hidden;
	display: none;
}

.galleryH{
	background:url(/img/panel3.jpg) repeat-x bottom center #ffffff;
}

.lt-ie10 .gallery
{
	border: solid 1px #CCCCCC;
}

.gallery .galerySlides{
	height:350px;
	float: none;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align:bottom;
	visibility: hidden;
	/*display: none;*/
}

.gallery .galerySlide{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.gallery .menuThumbnails{
	height:45px;
	visibility: hidden;
	/*display: none;*/
	box-sizing: content-box;
}
.gallery .menuThumbnailsH{
	height:90px;
}
.gallery .menuThumbnails * {
	box-sizing: content-box;
}
.gallery div.menuThumbnail{
	width:59px;
	display:inline-block;
    float:left;
	height:45px;
}

.gallery div.menuThumbnail.inact:hover{
	background:url(/img/pic_bg.png) repeat;
    float:left;
}

.gallery div.menuThumbnail.act,div.menuThumbnail.act:hover{
	background:url(/img/active_bg.png) no-repeat;
    float:left;
}

.gallery div.menuThumbnail.act a{
	cursor:default;
}

.gallery .fbar{
	width:2px;
	display:inline-block;
    float:left;
	height:45px;
	background:url(/img/divider.png) no-repeat right;
}

.gallery .lbar{
	width:4px;
	display:inline-block;
    float:left;
	height:45px;
}

.gallery div.menuThumbnail a{
	display:block;
	background:url(/img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}
img[id^=galerySlide]{
	max-height: 350px;
	max-width: 480px;
}
img[id^=menuThumbnail]{
	max-height: 35px;
	max-width: 59px;
}