@CHARSET "UTF-8";

.gallery-arrow {
	position: absolute;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	width: 34px;
	background: url(../images/arrow-l_3.png) center center no-repeat;
	cursor: pointer;
	display: none;
}

.gallery-arrow-r {
	background-image: url(../images/arrow-r_3.png);
	right: 0px;
}

.gallery-arrow-l {
	left: 0px;
}

.gallery-thumbnails-wrapper {
	position: absolute;
	z-index: 1;
	left: 34px;
	right: 34px;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
	background: url(../images/black-80.png);
}

.gallery-thumbnails {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	height: 87px;
	margin: 0 auto;
}

.gallery-thumbnails li {
	position: relative;
	width: 137px;
	height: 87px;
	float: left;
}

.gallery-thumbnails li a {
	display: block;
	background: transparent;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.gallery-thumbnails li img {
	display: block;
	width: 133px;
	height: 83px;
	border: none;
	margin: 2px;
}

.gallery-thumbnails li.selected a, .gallery-thumbnails li:hover a {
	border: 2px solid #3f3333;
}

.gallery-image-wrapper {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0px;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.gallery-image {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 1200px;
	height: 800px;
}

.gallery-title {
	background: url(../images/white-87.png);
	display: none;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 16px;
	height: auto;
	width: auto;
	color: #0d5eaf;
	font-size: 22px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
}

.page-uid-gallery .page-inside-image {
	right: 0;
}

.gallery-thumbnails-container {
	position: absolute;
	z-index: 4;
	display: block;
	left: 243px;
	margin-left: 0;
	bottom: 0;
	right: auto;
	width: 100px;
	top: auto;
	height: 87px;
	background: transparent;
	overflow: hidden;
	padding: 0;
	border: none;
	display: none;
}

.gallery-button-wrapper {
	position: absolute;
	z-index: 4;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
}

.gallery-button {
	position: absolute;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	width: 80px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery-button-prev {
	left: 0px;
	background-image: url(../images/gallery-arrow-left.png);
}

.gallery-button-next {
	right: 0px;
	background-image: url(../images/gallery-arrow-right.png);
}

.gallery-button-sep {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.gallery-number-wrapper {
	position: absolute;
	z-index: 4;
	right: 10px;
	top: 0px;
	width: auto;
	height: auto;
	display: none;
}

.gallery-number {
	display: inline-block;
}

.gallery-button-wrapper *, .gallery-number-wrapper * {
	color: #C41230;
	font-size: 20px;
}

.gallery-gril-button-wrapper {
	position: absolute;
	z-index: 2;
	top: 0px;
	height: auto;
	left: 0px;
	right: 0px;
	text-align: center;
}

.gallery-gril-button {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	width: 230px;
	background: url(../images/grill.png);
	color: #e6e7e8 !important;
	cursor: pointer;
	text-transform: uppercase;
}

.gallery-thumbnails-wrapper-outer {
	position: absolute;
	z-index: 4;
	left: 243px;
	margin-left: 0;
	top: 6px;
	right: auto;
	width: 100px;
	height: 87px;
	background: transparent;
	overflow: hidden;
	padding: 0;
	border: none;
	display: none;
}

.gallery-thumbnails-wrapper-outer-1 {
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	right: 0;
	height: 100px;	
}

.gallery-thumbnails-wrapper-outer-0 {
	position: absolute;
	z-index: 6;
	left: 0px;
	bottom: 0;
	right: 0;
	height: 100px;
	overflow: hidden;
}


.page-gallery-wrapper{
	position: absolute;
	z-index: 1;
	left: 20px;
	right: 20px;
	bottom: 47px;
	height: 157px;
	background: url(../images/white-78.png);
	overflow: hidden;	 
}