ul.fp_galleryList{
	list-style:none;
	position:relative;
	display:none;
}
ul.fp_galleryList li{
	display:inline;
	margin:0px 30px;
	text-transform:uppercase;
	cursor:pointer;
	font-size:14px;
	text-shadow:0px 0px 1px #fff;
}
ul.fp_galleryList li.current{
	color:#FFED2F;
}
ul.fp_galleryList li.current:hover{
	border:none;
}
ul.fp_galleryList li:hover{
	border-bottom:1px solid #fff;
}
#fp_thumbContainer{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 0 5px 0;
	height:445px;
	background:url(../images/preload-trans.gif) no-repeat 50% 50%;
}
#fp_thumbScroller{
	position:relative;
	overflow:hidden;	
}
#fp_thumbScroller .slidercontainer{
	position:relative;
	float:left;
	display:none;
}
#fp_thumbScroller .slidercontent{
	float:left;
	margin-top:17px;
}
#fp_thumbScroller .slidercontent div{
	margin:0 1px;
	height:100%;
}
#fp_thumbScroller img{
	height:430px;
	/*opacity:1;
	-webkit-box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
			box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.3);*/
}

#fp_thumbScroller a{
	padding:0;
}
.fp_overlay{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:18;
	background:#000;
	opacity:0.9;
	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{
	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
{
	opacity:0.9;
}
.fp_next{
	/*background:transparent url(../images/scroll_right.png) no-repeat center center;
	right:-50px;*/ /*10 to show*/
}
.fp_prev{
	/*background:transparent url(../images/scroll_left.png) no-repeat center center;
	left:-50px;*/ /*10 to show*/
}

.fp_close{
	cursor:pointer;
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	top:0;
	right:0;
	margin:0;
	opacity:0;
	z-index:20;
}

#nav-slider-wrapper {
	position:relative;
	margin:20px auto 0 auto;
	padding:0px 45px 10px 45px;
	width:250px;
}

.fp_scrollWrapper{
	height:12px;
	user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
}
.ui-widget-content{
	height:20px;
	background:#595957;
	opacity:0.9;
	position:relative;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	margin:0 10px;
}
.ui-slider-horizontal .ui-slider-handle{
	margin-top:8px;
	z-index:10;
	outline:none;
	cursor:pointer;
	border:none;
	width:10px;
	height:12px;
	background: #DBCECE;
	margin-left:-4px;
}
.ui-state-default {
	background-image:none;
}
.fp_prev_thumb{
	/*background:transparent url(../images/scroll_left.png) no-repeat center center;
	position:absolute;
	top:3px;
	left:-5px;
	width:34px;
	height:34px;
	cursor:pointer;*/
}
.fp_next_thumb{
	/*background:transparent url(../images/scroll_right.png) no-repeat center center;
	position:absolute;
	top:3px;
	width:34px;
	height:34px;
	cursor:pointer;*/
}
.fp_prev_thumb:hover{
	background-position:left top;
}
.fp_next_thumb:hover{
	background-position:right top;
}
.fp_prev_thumb{
	left:10px;
	background-position:left bottom;
}
.fp_next_thumb{
	right:10px;
	background-position:right bottom;
}
img.fp_preview{
	position:fixed;
	z-index:19;
	-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);	
}

.fp_label_wrap {
	margin:0 auto;
	text-align:center;
	width:100%;
	}
	
#fp_label{

  color:#222;
  background:transparent;
  display:none;
  font-size:0px;
  letter-spacing:1px;
	padding:6px 20px;
	text-align:center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}