.x-gallery {
	position:relative;
	width:715px; height:528px;

	margin:0 auto;
}

.x-gallery * {
	margin:0; padding:0; border:0;
	list-style:none;
	text-align:left;
}

.x-gallery .w-picture {
	position:absolute;
	left:0px; top:0;
	width:683px; height:460px;
	background:url(../gallery-images/w-picture.png) no-repeat;
	margin-left:16px;
	overflow:hidden;
}

.x-gallery .w-picture div {
	position:relative;
	left:5px; top:5px;
	width:673px; height:450px;
	overflow:hidden;
	cursor:default;
	text-align:left;
}

.x-gallery .w-picture a {
	display:block;
	position:absolute;
	bottom:0px; left:286px;
	width:100px; height:18px;
	background:#e3e1ee;
	z-index:179;
	text-align:center;
	line-height:18px;
	opacity:0;
	cursor:default;
}

js-activated .x-gallery .w-picture p:hover a {
	display:block;
}

.x-gallery .w-picture p {
	position:absolute;
	height:450px;
	width:673px;
	overflow:hidden;
	text-align:center;
	background:#fff;
}

.x-gallery .w-picture img {
	position:relative;
	height:450px;
}

.x-gallery .w-picture .fx-first { z-index:9; }
.x-gallery .w-picture .fx-slide { display:block; left:673px; z-index:7; }
.x-gallery .w-picture .fx-opacity { display:block; opacity:0; z-index:7; }
.x-gallery .w-picture .fx-hidden { display:none; z-index:7; }


.x-gallery .s-thumbnail {
	position:absolute;
	left:45px; top:473px;
	width:591px; height:51px; /*(51+9)x10-9*/
	margin-left:16px;
	overflow:hidden;
}

.x-gallery .w-thumbnail {
	position:relative;
	width:7979px; /*js*/
	height:100%;
}

.x-gallery .w-thumbnail li {
	position:relative;
	float:left;
	width:51px; height:51px;
	margin-right:9px;
	background:#0e003d;
}

.x-gallery .w-thumbnail li img {
	position:relative;
	width:51px; height:51px;
}

.x-gallery .w-thumbnail li.selected img {
	width:47px; height:47px;
	border:2px solid #fdd853;
}

.x-gallery .z-picture {
	position:absolute;
	top:372px;
	height:83px; width:83px;
	z-index:79;
}

.x-gallery .z-pic-left {
	left:5px;
	margin-left:16px;
}

.x-gallery .z-pic-right {
	right:5px;
	margin-right:16px;
}

.x-gallery .z-picture span {
	display:block;
	width:83px; height:83px;
	position:absolute;
	top:0;
	background-image:url(../gallery-images/z-picture.png);
	font-weight:normal;
}

.x-gallery .z-pic-right span {
	background-position:-83px 0;
}

.x-gallery .z-picture a {
	display:block;
	width:50px;

	position:relative;
	top:46px; left:0;
	padding-top:16px;

	background:url(../gallery-images/arrows1-left.png) no-repeat 18px top;
	text-align:center;
}

.x-gallery .z-pic-right a {
	left:30px;
	background:url(../gallery-images/arrows1-right.png) no-repeat 22px top;
}


.x-gallery .z-thumbnail {
	position:absolute;
	left:0px; top:489px;
	width:100%;
}

.x-gallery .z-thumbnail a {
	position:absolute;
	top:0;
	margin:0 0 0 4px;
}

.x-gallery .z-thumbnail a.a2 {
	right:0;
	margin:0 4px 0 0;
}

.x-gallery .z-thumbnail a:hover { text-decoration:underline; }

.x-gallery .z-picture a,
.x-gallery .z-thumbnail a,
.x-gallery .w-picture a {
	color:#0e003d;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
}

/* */

.q-hidden { width:1px; height:1px; visibility:hidden; overflow:hidden; }

#debug {
	width:500px; height:20px;
	border:1px solid red;
	z-index:797979;
}

