ul.fp_galleryList {
	list-style: none;
	position: relative;
	text-align: center;
	margin-top: 34px;
	*margin-top: 60px;
	margin-bottom: 31px;
}

ul.fp_galleryList li {
	display: inline;
	margin: 0px 19px;
	cursor: pointer;
	font-size: 14px;
	text-shadow: 0px 0px 1px #fff;
}

ul.fp_galleryList li.current {
	color: #ebe5c3;
	font-weight: bold;
}

ul.fp_galleryList li.current:hover {
	border: none;
}

ul.fp_galleryList li:hover {
	border-bottom: 1px solid #ebe5c3;
}

#fp_thumbContainer {
	position: relative;
	overflow: hidden;
	margin: 0 2px;
	height: 166px;
	background-color: #004e63;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

#fp_thumbScroller {
	position: relative;
	overflow: hidden;
}

#fp_thumbScroller .container {
	position: relative;
	float: left;
	display: none;
}

#fp_thumbScroller .content {
	float: left;
	margin-top: 9px;
}

#fp_thumbScroller .content div {
	margin: 0px 5px;
	height: 100%;
}

#fp_thumbScroller img {
	border: 1px solid #fff;
	height: 146px;
	width: 120px;
}

.fp_overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	background: #000;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.fp_loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -35px 0px 0px -35px;
	background: #fff url(../images/loader.gif) no-repeat center center;
	width: 70px;
	height: 70px;
	z-index: 9999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.fp_next,
.fp_prev,
.fp_close {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50%;
	margin-top: -25px;
	cursor: pointer;
	opacity: 0.7;
	z-index: 1000;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.fp_next:hover,
.fp_prev:hover,
.fp_close:hover {
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

.fp_next {
	background: #fff url(../images/next.png) no-repeat center center;
	right: -50px;
}

.fp_prev {
	background: #fff url(../images/prev.png) no-repeat center center;
	left: -50px;
}

.fp_close {
	display: none;
	width: 170px;
	text-align: center;
	padding-left: 10px;
	text-transform: uppercase;
	line-height: 50px;
	top: 10px;
	right: 10px;
	margin-top: 0px;
	background: #fff url(../images/close.png) no-repeat 10px 50%;
	color: #000;
}

.fp_scrollWrapper {
	display: none;
	width: 280px;
	padding: 6px 20px;
	height: 8px;
	position: relative;
	background: #004e63;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: auto;
	margin-top: 18px;
	margin-left: auto;
}

.ui-state-default {
	background-image: none;
}

.fp_prev_thumb,
.fp_next_thumb {
	background: transparent url(../images/nav_pre.png) no-repeat top left;
	position: absolute;
	top: 5px;
	width: 10px;
	height: 11px;
	cursor: pointer;
}

.fp_prev_thumb:hover {
	background-position: left top;
}

.fp_next_thumb:hover {
	background-position: right top;
}

.fp_prev_thumb {
	left: 5px;
	background-position: left bottom;
}

.fp_next_thumb {
	right: 5px;
	background: transparent url(../images/nav_next.png) no-repeat right;
}

img.fp_preview {
	position: fixed;
	z-index: 999;
	border: 3px solid #fff;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}