.JQuerySliderShow
{
	display : block;
}
.JQuerySliderHide
{
	display : none;
}
.PowerSlider2
{
	position : relative;
	text-align : left;
}
/* reset slider inner li*/
.PowerSlider2 li li
{
	width : auto;
	height : auto;
	list-style-type : disc;
	list-style-position : outside;
	list-style-image : none;
}
.PowerSlider2 div.play, .PowerSlider2 div.pause
{
	box-sizing : border-box;
}
#PowerSlider8Container:before, #PowerSlider8Container:after, #PowerSlider8Container div:before, #PowerSlider8Container ul:before, #PowerSlider8Container div:after, #PowerSlider8Container ul:after
{
	content : normal;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after
{
	content : ".";
	display : block;
	clear : both;
	visibility : hidden;
	line-height : 0;
	height : 0;
}
/* display none until init */
.owl-carousel
{
	position : relative;
	width : 100%;
	-ms-touch-action : pan-y;
}
.owl-carousel .owl-wrapper
{
	display : none;
	position : relative;
	-webkit-transform : translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer
{
	overflow : hidden;
	position : relative;
	width : 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight
{
	-webkit-transition : height 500ms ease-in-out;
	-moz-transition : height 500ms ease-in-out;
	-ms-transition : height 500ms ease-in-out;
	-o-transition : height 500ms ease-in-out;
	transition : height 500ms ease-in-out;
}
.owl-carousel .owl-item
{
	float : left;
	overflow : hidden;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div
{
	cursor : pointer;
}
.owl-controls
{
	-webkit-user-select : none;
	-khtml-user-select : none;
	-moz-user-select : none;
	-ms-user-select : none;
	user-select : none;
	-webkit-tap-highlight-color : rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item
{
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
	-webkit-transform : translate3d(0,0,0);
	-moz-transform : translate3d(0,0,0);
	-ms-transform : translate3d(0,0,0);
}
#PowerSlider8_back_in
{
	position : absolute;
	top : 202px;
	left : 0px;
	background-image : url(PowerSlider8/prev-arrow-dark.png);
	background-attachment : scroll;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#66FFFFFF, endColorstr=#66FFFFFF,GradientType=0 );
	background-color : rgba(255, 255, 255, 0.4);
	width : 75px;
	height : 75px;
	cursor : pointer;
	right : auto;
	bottom : auto;
	-webkit-border-top-right-radius : 10px;
	-moz-border-radius-topright : 10px;
	border-top-right-radius : 10px;
	-webkit-border-top-left-radius : 0px;
	-moz-border-radius-topleft : 0px;
	border-top-left-radius : 0px;
	-webkit-border-bottom-right-radius : 10px;
	-moz-border-radius-bottomright : 10px;
	border-bottom-right-radius : 10px;
	-webkit-border-bottom-left-radius : 0px;
	-moz-border-radius-bottomleft : 0px;
	border-bottom-left-radius : 0px;
	background-position : 50% 50%;
	background-repeat : no-repeat;
	z-index : 1;
}
#PowerSlider8_back_in.hover
{
	background-image : url(PowerSlider8/prev-arrow-white.png), -webkit-gradient(linear, left top, left bottom,color-stop(0%, #ff6600),color-stop(100%, #ff9900));
	background-image : url(PowerSlider8/prev-arrow-white.png), -webkit-linear-gradient( top,#ff6600 0%, #ff9900 100%);
	background-image : url(PowerSlider8/prev-arrow-white.png), -moz-linear-gradient( top,#ff6600 0%, #ff9900 100%);
	background-image : url(PowerSlider8/prev-arrow-white.png), -o-linear-gradient( top,#ff6600 0%, #ff9900 100%);
	background-image : url(PowerSlider8/prev-arrow-white.png), -ms-linear-gradient( top,#ff6600 0%, #ff9900 100%);
	background-image : url(PowerSlider8/prev-arrow-white.png), linear-gradient( to bottom,#ff6600 0%, #ff9900 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr= #ff6600, endColorstr= #ff9900,GradientType=0 );
	background-attachment : scroll;
	background-color : transparent;
	cursor : pointer;
	background-position : 50% 50%;
	background-repeat : no-repeat;
	z-index : 1;
}
#PowerSlider8_next_in
{
	position : absolute;
	top : 202px;
	left : auto;
	width : 75px;
	height : 75px;
	cursor : pointer;
	right : 0px;
	bottom : auto;
	background-image : url(PowerSlider8/next-arrow-dark.png);
	-webkit-border-top-left-radius : 10px;
	-moz-border-radius-topleft : 10px;
	border-top-left-radius : 10px;
	-webkit-border-bottom-left-radius : 10px;
	-moz-border-radius-bottomleft : 10px;
	border-bottom-left-radius : 10px;
	-webkit-border-top-right-radius : 0px;
	-moz-border-radius-topright : 0px;
	border-top-right-radius : 0px;
	background-position : 50% 50%;
	background-repeat : no-repeat;
	z-index : 5;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#66FFFFFF, endColorstr=#66FFFFFF,GradientType=0 );
	background-color : rgba(255, 255, 255, 0.4);
}
#PowerSlider8_next_in.hover
{
	cursor : pointer;
	background-image : url(PowerSlider8/next-arrow-white.png), -webkit-gradient(linear, left top, left bottom,color-stop(2%, #ff6600),color-stop(102%, #ff9900));
	background-image : url(PowerSlider8/next-arrow-white.png), -webkit-linear-gradient( top,#ff6600 2%, #ff9900 102%);
	background-image : url(PowerSlider8/next-arrow-white.png), -moz-linear-gradient( top,#ff6600 2%, #ff9900 102%);
	background-image : url(PowerSlider8/next-arrow-white.png), -o-linear-gradient( top,#ff6600 2%, #ff9900 102%);
	background-image : url(PowerSlider8/next-arrow-white.png), -ms-linear-gradient( top,#ff6600 2%, #ff9900 102%);
	background-image : url(PowerSlider8/next-arrow-white.png), linear-gradient( to bottom,#ff6600 2%, #ff9900 102%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr= #ff6600, endColorstr= #ff9900,GradientType=0 );
	background-position : 50% 50%;
	z-index : 5;
	background-color : transparent;
}
#PowerSlider8_bullets_in, #PowerSlider8_bullets_in ul, #PowerSlider8_bullets_in li
{
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none outside none;
	width : auto;
	height : auto;
}
#PowerSlider8_bullets_in
{
	position : absolute;
	background-image : none;
	background-attachment : scroll;
	background-color : transparent;
	padding : 0px;
	overflow : hidden;
	width : auto;
	height : 11px;
	left : 483px;
	right : auto;
	bottom : 141px;
	background-position : 50% 50%;
	background-repeat : no-repeat;
}
#PowerSlider8_bullets_in ul
{
	position : relative;
	overflow : hidden;
	width : auto;
	height : auto;
}
#PowerSlider8_bullets_in li
{
	float : left;
	padding-right : 5px;
}
#PowerSlider8_bullets_in li a
{
	background-image : url(PowerSlider8/bullet_normal.png);
	background-attachment : scroll;
	background-color : transparent;
	padding : 0px;
	float : left;
	width : 11px;
	height : 11px;
	cursor : pointer;
	color : rgb(0, 0, 0);
	text-align : center;
	-webkit-border-top-right-radius : 50px;
	-moz-border-radius-topright : 50px;
	border-top-right-radius : 50px;
	-webkit-border-top-left-radius : 50px;
	-moz-border-radius-topleft : 50px;
	border-top-left-radius : 50px;
	-webkit-border-bottom-left-radius : 50px;
	-moz-border-radius-bottomleft : 50px;
	border-bottom-left-radius : 50px;
	-webkit-border-bottom-right-radius : 50px;
	-moz-border-radius-bottomright : 50px;
	border-bottom-right-radius : 50px;
	right : auto;
	bottom : auto;
	left : auto;
	top : auto;
	background-position : 50% 50%;
	background-repeat : no-repeat;
	margin : 0px;
}
#PowerSlider8_bullets_in li a.hover
{
	background-image : url(PowerSlider8/bullet_normal.png);
	background-attachment : scroll;
	background-color : transparent;
	float : left;
	cursor : pointer;
	color : rgb(0, 255, 255);
	background-position : 50% 50%;
	background-repeat : no-repeat;
	padding : 0px;
	margin : 0px;
}
#PowerSlider8_bullets_in li a.active
{
	background-image : none;
	background-attachment : scroll;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#7EFFFFFF, endColorstr=#7EFFFFFF,GradientType=0 );
	background-color : rgba(255, 255, 255, 0.498039);
	float : left;
	cursor : pointer;
	color : rgb(0, 0, 255);
	background-position : 50% 50%;
	background-repeat : no-repeat;
	padding : 0px;
	margin : 0px;
}
#PowerSlider8_pagination_in
{
	width : auto;
	height : auto;
	position : absolute;
	left : 385px;
	top : 400px;
	font-size : 14px;
	font-family : 'Open Sans', sans-serif;
	right : auto;
	bottom : auto;
	font-weight : 700;
	color : #FFFFFF;
	color : rgba(255, 255, 255, 0.811765);
	*color : #FFFFFF;
	-webkit-text-shadow : rgba(0, 0, 0, 0.498039) 1px 1px 0px;
	-moz-text-shadow : rgba(0, 0, 0, 0.498039) 1px 1px 0px;
	-webkit-text-shadow : 0px 5px 10px rgba(0, 0, 0, 0.5);
	-moz-text-shadow : 0px 5px 10px rgba(0, 0, 0, 0.5);
	text-shadow : 0px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow : 0px 0px 0px 0px transparent;
	-moz-box-shadow : 0px 0px 0px 0px transparent;
	box-shadow : 0px 0px 0px 0px transparent;
}
#PowerSlider8_pagination_in.hover
{
	width : auto;
	height : auto;
}
#PowerSlider8_progressbar_in
{
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#7ED2D2D2, endColorstr=#7ED2D2D2,GradientType=0 );
	background-color : rgba(210, 210, 210, 0.498039);
	background-image : none;
	border : 0px none transparent;
	padding : 0px;
	margin : 0px;
	width : 100%;
	height : 8px;
	overflow : hidden;
	z-index : 10;
	left : 2px;
	position : absolute;
	top : auto;
	right : auto;
	bottom : 0px;
	background-position : 0% 0%;
	background-repeat : no-repeat;
}
#PowerSlider8_progressbar_in .progress-bar
{
	background-color : rgb(255, 153, 0);
	width : 100%;
	height : 100%;
	position : absolute;
}
#PowerSlider8_navbar_in, #PowerSlider8_navbar_in ul, #PowerSlider8_navbar_in li
{
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none outside none;
	width : auto;
	height : auto;
}
#PowerSlider8_numbers_in, #PowerSlider8_numbers_in ul, #PowerSlider8_numbers_in li
{
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none outside none;
	width : auto;
	height : auto;
}
#PowerSlider8_numbers_in
{
	position : absolute;
	background-image : none;
	background-attachment : scroll;
	background-color : transparent;
	padding : 0px;
	border : 0px solid rgb(0, 0, 0);
	overflow : hidden;
	width : auto;
	height : auto;
	bottom : auto;
	right : auto;
	top : 35px;
	left : 416px;
	background-position : 0% 0%;
	background-repeat : no-repeat;
}
#PowerSlider8_numbers_in ul
{
	position : relative;
	overflow : hidden;
	width : auto;
	height : auto;
}
#PowerSlider8_numbers_in li
{
	float : left;
	padding-right : 0px;
}
#PowerSlider8_numbers_in li a
{
	background-image : -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.03, rgb(162, 162, 162)), color-stop(1.03, rgb(105, 105, 105)));
	background-image : -webkit-linear-gradient( top,rgb(162, 162, 162) 3%, rgb(105, 105, 105) 103%);
	background-image : -moz-linear-gradient( top,rgb(162, 162, 162) 3%, rgb(105, 105, 105) 103%);
	background-image : -o-linear-gradient( top,rgb(162, 162, 162) 3%, rgb(105, 105, 105) 103%);
	background-image : -ms-linear-gradient( top,rgb(162, 162, 162) 3%, rgb(105, 105, 105) 103%);
	background-image : linear-gradient( to bottom,rgb(162, 162, 162) 3%, rgb(105, 105, 105) 103%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#A2A2A2, endColorstr=#696969,GradientType=0 );
	background-attachment : scroll;
	background-color : transparent;
	font-style : normal;
	font-variant : normal;
	font-weight : 700;
	font-size : 14px;
	line-height : 100%;
	font-family : Oxygen, sans-serif;
	padding : 11px 0px 0px;
	border-width : 1px 0px 0px;
	border-style : solid;
	border-color : rgba(255, 255, 255, 0.8) rgb(0, 0, 0) rgb(0, 0, 0);
	float : left;
	width : 36px;
	height : 25px;
	cursor : pointer;
	color : rgb(255, 255, 255);
	text-decoration : none;
	text-align : center;
	text-transform : none;
	margin : 0px 4px 4px;
	background-position : 0% 0%;
	background-repeat : no-repeat;
}
#PowerSlider8_numbers_in li a span
{
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 12px;
	line-height : 100%;
	font-family : Arial, Helvetica, sans-serif;
	color : rgb(0, 0, 0);
	text-decoration : none;
	text-align : center;
	text-transform : none;
}
#PowerSlider8_numbers_in li a.hover
{
	background-image : -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.03, rgb(41, 152, 56)), color-stop(1.03, rgb(57, 181, 74)));
	background-image : -webkit-linear-gradient( top,rgb(41, 152, 56) 3%, rgb(57, 181, 74) 103%);
	background-image : -moz-linear-gradient( top,rgb(41, 152, 56) 3%, rgb(57, 181, 74) 103%);
	background-image : -o-linear-gradient( top,rgb(41, 152, 56) 3%, rgb(57, 181, 74) 103%);
	background-image : -ms-linear-gradient( top,rgb(41, 152, 56) 3%, rgb(57, 181, 74) 103%);
	background-image : linear-gradient( to bottom,rgb(41, 152, 56) 3%, rgb(57, 181, 74) 103%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#299838, endColorstr=#39B54A,GradientType=0 );
	background-attachment : scroll;
	background-color : transparent;
	font-style : normal;
	font-variant : normal;
	font-weight : 700;
	font-size : 14px;
	line-height : 100%;
	font-family : Oxygen, sans-serif;
	padding : 11px 0px 0px;
	border-width : 1px 0px 0px;
	border-style : solid;
	border-color : rgba(255, 255, 255, 0.6) rgb(0, 0, 0) rgb(0, 0, 0);
	float : left;
	cursor : pointer;
	color : rgb(255, 255, 255);
	text-decoration : none;
	text-align : center;
	text-transform : none;
	background-position : 0% 0%;
	background-repeat : no-repeat;
	margin : 0px 4px 4px;
	border-radius : 0px;
}
#PowerSlider8_numbers_in li a.hover span
{
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 12px;
	line-height : 100%;
	font-family : Arial, Helvetica, sans-serif;
	color : rgb(0, 0, 0);
	text-decoration : none;
	text-align : center;
	text-transform : none;
}
#PowerSlider8_numbers_in li a.active
{
	background-image : -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.03, rgb(255, 255, 255)), color-stop(0.39, rgb(244, 244, 244)), color-stop(1.03, rgb(212, 212, 212)));
	background-image : -webkit-linear-gradient( top,rgb(255, 255, 255) 3%, rgb(244, 244, 244) 39%, rgb(212, 212, 212) 103%);
	background-image : -moz-linear-gradient( top,rgb(255, 255, 255) 3%, rgb(244, 244, 244) 39%, rgb(212, 212, 212) 103%);
	background-image : -o-linear-gradient( top,rgb(255, 255, 255) 3%, rgb(244, 244, 244) 39%, rgb(212, 212, 212) 103%);
	background-image : -ms-linear-gradient( top,rgb(255, 255, 255) 3%, rgb(244, 244, 244) 39%, rgb(212, 212, 212) 103%);
	background-image : linear-gradient( to bottom,rgb(255, 255, 255) 3%, rgb(244, 244, 244) 39%, rgb(212, 212, 212) 103%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#FFFFFF, endColorstr=#D4D4D4,GradientType=0 );
	background-attachment : scroll;
	background-color : transparent;
	font-style : normal;
	font-variant : normal;
	font-weight : 700;
	font-size : 14px;
	line-height : 100%;
	font-family : Oxygen, sans-serif;
	padding : 11px 0px 0px;
	border : 0px solid rgb(0, 0, 0);
	float : left;
	cursor : pointer;
	color : rgb(113, 113, 113);
	text-decoration : none;
	text-align : center;
	text-transform : none;
	background-position : 0% 0%;
	background-repeat : no-repeat;
	margin : 0px 4px 4px;
	border-radius : 0px;
}
#PowerSlider8_numbers_in li a.active span
{
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 12px;
	line-height : 100%;
	font-family : Arial, Helvetica, sans-serif;
	color : rgb(0, 0, 0);
	text-decoration : none;
	text-align : center;
	text-transform : none;
}
#PowerSlider8_playpause_in
{
	position : absolute;
	width : 35px;
	height : 35px;
	left : 40px;
	top : auto;
	right : auto;
	bottom : 37px;
}
#PowerSlider8_playpause_in div
{
	display : block;
	cursor : pointer;
	float : left;
}
#PowerSlider8_playpause_in div.play
{
	background-image : url(PowerSlider8/playorange.fw.png);
	background-attachment : scroll;
	background-color : transparent;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 12px;
	line-height : 100%;
	font-family : Arial, Helvetica, sans-serif;
	padding : 0px;
	border : 0px solid rgb(0, 0, 0);
	width : 35px;
	height : 35px;
	cursor : pointer;
	color : rgb(0, 0, 0);
	text-decoration : none;
	text-align : left;
	text-transform : none;
	background-position : 50% 50%;
	background-repeat : no-repeat;
}
#PowerSlider8_playpause_in div.play.hover
{
	background-image : url(PowerSlider8/playorange.fw.png);
	background-attachment : scroll;
	background-color : transparent;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 12px;
	line-height : 100%;
	font-family : Arial, Helvetica, sans-serif;
	padding : 0px;
	border : 0px solid rgb(0, 0, 0);
	cursor : pointer;
	color : rgb(0, 0, 0);
	text-decoration : none;
	text-align : left;
	text-transform : none;
	background-position : 50% 50%;
	background-repeat : no-repeat;
}
#PowerSlider8_playpause_in div.pause
{
	background-image : url(PowerSlider8/pauseorange.fw.png);
	background-attachment : scroll;
	background-color : transparent;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 12px;
	line-height : 100%;
	font-family : Arial, Helvetica, sans-serif;
	padding : 0px;
	border : 0px solid rgb(0, 0, 0);
	width : 35px;
	height : 35px;
	cursor : pointer;
	color : rgb(0, 0, 0);
	text-decoration : none;
	text-align : left;
	text-transform : none;
	background-position : 50% 50%;
	background-repeat : no-repeat;
}
#PowerSlider8_playpause_in div.pause.hover
{
	background-image : url(PowerSlider8/pauseorange.fw.png);
	background-attachment : scroll;
	background-color : transparent;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 12px;
	line-height : 100%;
	font-family : Arial, Helvetica, sans-serif;
	padding : 0px;
	border : 0px solid rgb(0, 0, 0);
	cursor : pointer;
	color : rgb(0, 0, 0);
	text-decoration : none;
	text-align : left;
	text-transform : none;
	background-position : 50% 50%;
	background-repeat : no-repeat;
}
#PowerSlider8Container
{
	border : 0px none rgb(0, 102, 204);
	padding : 0px;
	position : relative;
	width : 791px;
	height : 442px;
	color : rgb(0, 0, 0);
	background-color : rgb(0, 0, 0);
	background-image : none;
	overflow : hidden;
	right : auto;
	bottom : auto;
	background-position : 50% 0%;
	background-repeat : repeat;
	background-size : auto;
	margin : 0 auto;
	float : none;
}
#PowerSlider8 #extend-slider, #PowerSlider8 #extend-slider li
{
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none outside none;
}
#PowerSlider8 #extend-slider li.slide1
{
	height : 442px;
	width : 100%;
	border-top-style : none;
}
#PowerSlider8 #extend-slider li.slide2
{
	height : 442px;
	width : 100%;
}
#PowerSlider8 #extend-slider li.slide3
{
	height : 442px;
	width : 100%;
	border-top-style : none;
}
#PowerSlider8 #extend-slider li.slide4
{
	height : 442px;
	width : 100%;
}
#PowerSlider8 #extend-slider li
{
	width : 100%;
}
#PowerSlider8
{
	width : 791px;
	height : 442px;
	top : 0px;
	left : 0px;
	margin : 0px auto;
}
#PowerSlider8_navbar_in li a
{
	width : NaNpx;
	height : NaNpx;
}
#PowerSlider8 .customImage1
{
	width : 800px;
	height : 442px;
	position : absolute;
	left : 0px;
	top : 0px;
	right : auto;
	bottom : auto;
}
#PowerSlider8 .customImage2
{
	width : 800px;
	height : 442px;
	position : absolute;
	left : 0px;
	top : 0px;
	right : auto;
	bottom : auto;
}
#PowerSlider8 .innerpagination
{
	font-weight : 300;
}
