@charset "utf-8";
/* CSS Document */


#wr_photogallery_images {
	margin-top: 6px;
}

#wr_photogallery_images .image {
	display: none;
}

#wr_photogallery_images .active {
	display: block;
}


#wr_photogallery_thumbs {
	position: fixed;
	left: 0px;
	width: 100%;
	border-top: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
	background: #FFF;
	width:100%;
	white-space:nowrap;
	bottom:116px !important;
}

.wr_photogallery_thumbs {
	display: none;
	line-height:1px;
}

.wr_photogallery_thumbs a, #wr_photogallery_subgalleries a {
	margin-right: 14px;
}


#wr_photogallery_thumbs .active {
	display: inline;
	position: relative;
}


#wr_photogallery_subgalleries_outer {
	position: fixed;
	left: 0px;
	width: 100%;
	background: #FFF;
	height: 32px;
	display:block;	
	bottom:84px !important;
	white-space:nowrap;
}

#wr_photogallery_subgalleries {
	position: absolute;
	line-height:1px;
	left: 0px;
}

#wr_photogallery-activeSubGal-marker, #wr_photogallery-activeImage-marker {
	position: absolute;
	visibility: hidden;	
	z-index: 1000;
}
