.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;
}
#PowerSlider4Container:before, #PowerSlider4Container:after, #PowerSlider4Container div:before, #PowerSlider4Container ul:before, #PowerSlider4Container div:after, #PowerSlider4Container 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);
}
#PowerSlider4_back_in
{
	position : absolute;
	top : 200px;
	left : 0px;
	background-image : url(PowerSlider4/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;
}
#PowerSlider4_back_in.hover
{
	background-image : url(PowerSlider4/prev-arrow-white.png), -webkit-gradient(linear, left top, left bottom,color-stop(0%, #ff6600),color-stop(100%, #ff9900));
	background-image : url(PowerSlider4/prev-arrow-white.png), -webkit-linear-gradient( top,#ff6600 0%, #ff9900 100%);
	background-image : url(PowerSlider4/prev-arrow-white.png), -moz-linear-gradient( top,#ff6600 0%, #ff9900 100%);
	background-image : url(PowerSlider4/prev-arrow-white.png), -o-linear-gradient( top,#ff6600 0%, #ff9900 100%);
	background-image : url(PowerSlider4/prev-arrow-white.png), -ms-linear-gradient( top,#ff6600 0%, #ff9900 100%);
	background-image : url(PowerSlider4/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;
}
#PowerSlider4_next_in
{
	position : absolute;
	top : 200px;
	left : auto;
	width : 75px;
	height : 75px;
	cursor : pointer;
	right : 0px;
	bottom : auto;
	background-image : url(PowerSlider4/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);
}
#PowerSlider4_next_in.hover
{
	cursor : pointer;
	background-image : url(PowerSlider4/next-arrow-white.png), -webkit-gradient(linear, left top, left bottom,color-stop(2%, #ff6600),color-stop(102%, #ff9900));
	background-image : url(PowerSlider4/next-arrow-white.png), -webkit-linear-gradient( top,#ff6600 2%, #ff9900 102%);
	background-image : url(PowerSlider4/next-arrow-white.png), -moz-linear-gradient( top,#ff6600 2%, #ff9900 102%);
	background-image : url(PowerSlider4/next-arrow-white.png), -o-linear-gradient( top,#ff6600 2%, #ff9900 102%);
	background-image : url(PowerSlider4/next-arrow-white.png), -ms-linear-gradient( top,#ff6600 2%, #ff9900 102%);
	background-image : url(PowerSlider4/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;
}
#PowerSlider4_bullets_in, #PowerSlider4_bullets_in ul, #PowerSlider4_bullets_in li
{
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none outside none;
	width : auto;
	height : auto;
}
#PowerSlider4_pagination_in
{
	width : auto;
	height : auto;
	position : absolute;
	left : 386px;
	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 : 0px 5px 10px rgba(0, 0, 0, 0.5);
	-moz-text-shadow : 0px 5px 10px rgba(0, 0, 0, 0.5);
	-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;
	-webkit-box-shadow : 0px 0px 0px 0px transparent;
	-moz-box-shadow : 0px 0px 0px 0px transparent;
	box-shadow : 0px 0px 0px 0px transparent;
}
#PowerSlider4_pagination_in.hover
{
	width : auto;
	height : auto;
}
#PowerSlider4_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;
}
#PowerSlider4_progressbar_in .progress-bar
{
	background-color : rgb(255, 153, 0);
	width : 100%;
	height : 100%;
	position : absolute;
}
#PowerSlider4_navbar_in, #PowerSlider4_navbar_in ul, #PowerSlider4_navbar_in li
{
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none outside none;
	width : auto;
	height : auto;
}
#PowerSlider4_numbers_in, #PowerSlider4_numbers_in ul, #PowerSlider4_numbers_in li
{
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none outside none;
	width : auto;
	height : auto;
}
#PowerSlider4_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;
}
#PowerSlider4_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;
}
#PowerSlider4_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;
}
#PowerSlider4_playpause_in
{
	position : absolute;
	width : 35px;
	height : 35px;
	left : 40px;
	top : auto;
	right : auto;
	bottom : 37px;
}
#PowerSlider4_playpause_in div
{
	display : block;
	cursor : pointer;
	float : left;
}
#PowerSlider4_playpause_in div.play
{
	background-image : url(PowerSlider4/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;
}
#PowerSlider4_playpause_in div.play.hover
{
	background-image : url(PowerSlider4/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;
}
#PowerSlider4_playpause_in div.pause
{
	background-image : url(PowerSlider4/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;
}
#PowerSlider4_playpause_in div.pause.hover
{
	background-image : url(PowerSlider4/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;
}
#PowerSlider4Container
{
	border : 0px none rgb(0, 102, 204);
	padding : 0px;
	position : relative;
	width : 791px;
	height : 442px;
	color : rgb(0, 0, 0);
	background-color : transparent;
	background-image : none;
	overflow : hidden;
	right : auto;
	bottom : auto;
	background-position : 0% 0%;
	background-repeat : repeat;
	background-size : 100% auto;
	margin : 0 auto;
	float : none;
}
#PowerSlider4 #extend-slider, #PowerSlider4 #extend-slider li
{
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none outside none;
}
#PowerSlider4 #extend-slider li.slide1
{
	height : 442px;
	width : 100%;
	border-top-style : none;
	background-image : none;
}
#PowerSlider4 #extend-slider li.slide2
{
	height : 442px;
	width : 100%;
	background-image : none;
}
#PowerSlider4 #extend-slider li.slide3
{
	height : 442px;
	width : 100%;
	border-top-style : none;
}
#PowerSlider4 #extend-slider li.slide4
{
	height : 442px;
	width : 100%;
}
#PowerSlider4 #extend-slider li
{
	width : 100%;
}
#PowerSlider4
{
	width : 791px;
	height : 442px;
	top : 0px;
	left : 0px;
	margin : 0px auto;
}
#PowerSlider4_navbar_in li a
{
	width : NaNpx;
	height : NaNpx;
}
#PowerSlider4 .customImage1
{
	width : 800px;
	height : 442px;
	position : absolute;
	left : 0px;
	top : 0px;
	right : auto;
	bottom : auto;
}
#PowerSlider4 .customImage2
{
	width : 800px;
	height : 442px;
	position : absolute;
	left : 0px;
	top : 0px;
	right : auto;
	bottom : auto;
}
#PowerSlider4 .customImage3
{
	width : 800px;
	height : 442px;
	position : absolute;
	left : 0px;
	top : 0px;
	right : auto;
	bottom : auto;
}
#PowerSlider4 .customImage4
{
	width : 800px;
	height : 442px;
	position : absolute;
	left : 0px;
	top : 0px;
	right : auto;
	bottom : auto;
}
#PowerSlider4 .innerpagination
{
	font-weight : 300;
}
#PowerSlider4 #extend-slider li.slide5
{
	height : 442px;
}
#PowerSlider4 .customImage5
{
	width : 800px;
	height : 442px;
	position : absolute;
	left : 0px;
	top : 0px;
	right : auto;
	bottom : auto;
}
