@charset "utf-8";
/* CSS Document */


#content {
	margin: 0px; padding: 1px 0px; width: 100%; display: block;z-index:10;
}
.clear {
	margin: 0px; padding: 0px; width: 0px; height: 0px; line-height: 0; clear: both; display: block;
}



.fp_bgPattern {
	left: 0px; top: 0px; width: 100%; height: 100%; position: fixed;
}
img.fp_bgImage {
	left: 0px; top: 0px; width: 100%; position: fixed; opacity: 0.2;
}
#fp_thumbContainer {
	position:absolute;
	
	margin: 40px 0px 0px; 
	width: 100%; 
	height: 0px; 
	overflow: hidden; 
	padding-left: 0px; 
	/*background:url("../images/content-background.png");*/
	/*box-shadow: inset 0px 0px 10px #000; 
	
	-moz-box-shadow: 0px 0px 10px #000 inset; 
	-webkit-box-shadow: 0px 0px 10px #000 inset;*/
}
#fp_thumbScroller {
	 overflow: hidden; position: relative;height: 200px;
}
#fp_thumbScroller .container {
	 float: left; display: none; position: relative; height: 200px;
}
#fp_thumbScroller .content {
	margin-top: 0px; float: left;
}
#fp_thumbScroller .content div {
	margin: 0px 5px; height: 100%;
}
#fp_thumbScroller img {
	border-radius: 2px; border: 3px solid rgb(255, 255, 255); height: 200px; box-shadow: 1px 1px 3px #000; -webkit-border-radius: 2px; -moz-border-radius: 2px; -moz-box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000;
}
#fp_thumbScroller a {
	padding: 1px;
}
.fp_overlay {
	background: rgb(0, 0, 0); left: 0px; top: 0px; right: 0px; bottom: 0px; display: none; position: fixed; z-index: 10; opacity: 0.8;
}
.fp_loading {
	background: url("../images/loader.gif") no-repeat center rgb(255, 255, 255); margin: -35px 0px 0px -35px; border-radius: 10px; left: 50%; top: 50%; width: 70px; height: 70px; display: none; position: fixed; z-index: 9999; opacity: 0.7; box-shadow: 1px 1px 3px #000; -webkit-border-radius: 10px; -moz-border-radius: 10px; -moz-box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000;
}
.fp_next {
	border-radius: 2px; width: 50px; height: 50px; bottom: 50%; margin-top: -25px; position: fixed; z-index: 1000; cursor: pointer; opacity: 0.7; box-shadow: 0px 0px 3px #000; -webkit-border-radius: 2px; -moz-border-radius: 2px; -moz-box-shadow: 0px 0px 3px #000; -webkit-box-shadow: 0px 0px 3px #000;
}
.fp_prev {
	border-radius: 2px; width: 50px; height: 50px; bottom: 50%; margin-top: -25px; position: fixed; z-index: 1000; cursor: pointer; opacity: 0.7; box-shadow: 0px 0px 3px #000; -webkit-border-radius: 2px; -moz-border-radius: 2px; -moz-box-shadow: 0px 0px 3px #000; -webkit-box-shadow: 0px 0px 3px #000;
}
.fp_close {
	border-radius: 2px; width: 50px; height: 50px; bottom: 50%; margin-top: -25px; position: fixed; z-index: 1000; cursor: pointer; opacity: 0.7; box-shadow: 0px 0px 3px #000; -webkit-border-radius: 2px; -moz-border-radius: 2px; -moz-box-shadow: 0px 0px 3px #000; -webkit-box-shadow: 0px 0px 3px #000;
}
.fp_next:hover {
	opacity: 0.9;
}
.fp_prev:hover {
	opacity: 0.9;
}
.fp_close:hover {
	opacity: 0.9;
}
.fp_next {
	background: url("../images/next.png") no-repeat center rgb(255, 255, 255); right: -50px;
}
.fp_prev {
	background: url("../images/prev.png") no-repeat center rgb(255, 255, 255); left: -50px;
}
.fp_close {
	background: url("../images/close.png") no-repeat 10px 50% rgb(255, 255, 255); top: 10px; width: 170px; text-align: center; right: 10px; color: rgb(0, 0, 0); text-transform: uppercase; line-height: 50px; padding-left: 10px; margin-top: 0px; display: none;
}
.fp_scrollWrapper {
	margin: 10px auto; padding: 10px 45px; border-radius: 10px; width: 300px; height: 12px; display: none; position: relative; opacity: 0.6; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}
.ui-widget-content {
	height: 14px; border-bottom-color: rgb(204, 204, 153); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
.ui-slider-horizontal .ui-slider-handle {
	background: rgb(155, 155, 155); border: currentColor; width: 15px; height: 12px; margin-top: 5px; margin-left: 0px; z-index: 1; cursor: pointer;
}
.ui-state-default {
	background-image: none;
}
.fp_prev_thumb {
	background: url("../images/nav.png") no-repeat left top; top: 8px; width: 15px; height: 17px; position: absolute; cursor: pointer;
}
.fp_next_thumb {
	background: url("../images/nav.png") no-repeat left top; top: 8px; width: 15px; height: 17px; position: absolute; cursor: pointer;
}
.fp_prev_thumb:hover {
	
}
.fp_next_thumb:hover {
	background-position: right top;
}
.fp_prev_thumb {
	background-position: left bottom; left: 10px;
}
.fp_next_thumb {
	background-position: right bottom; right: 10px;
}

img.fp_preview {
	border-radius: 2px; border: 3px solid rgb(255, 255, 255); position: fixed; z-index: 999 !important; opacity: 1!important; box-shadow: 1px 1px 3px #000; -webkit-border-radius: 2px; -moz-border-radius: 2px; -moz-box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000;
}