.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;
}
#PowerSlider1Container:before, #PowerSlider1Container:after, #PowerSlider1Container div:before, #PowerSlider1Container ul:before, #PowerSlider1Container div:after, #PowerSlider1Container ul:after
{
	content : normal;
}
#PowerSlider1 .customText21
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1);
	*color : #FFFFFF;
	font-family : "proxima-nova-soft",sans-serif;
	font-size : 45px;
	font-weight : 400;
	line-height : 120%;
	border : 0px none rgb(0, 102, 204);
	background-color : transparent;
	background-image : none;
	padding : 0px;
	text-align : right;
	position : absolute;
	width : auto;
	transition : all 0ms ease 0ms;
	-webkit-transition : all 0ms ease 0ms;
	top : 67px;
	left : auto;
	right : 20px;
	bottom : auto;
	background-position : 0% 0%;
	background-repeat : no-repeat;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	text-shadow : 0px 0px 0px transparent;
	z-index : 2;
}
/* 
 * 	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);
}
#PowerSlider1_back_in
{
	position : absolute;
	background-image : url(PowerSlider1/prev-arrow-white.png);
	background-attachment : scroll;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#3FC7C7C7, endColorstr=#3FC7C7C7,GradientType=0 );
	background-color : rgba(199, 199, 199, 0.247059);
	width : 55px;
	height : 55px;
	cursor : pointer;
	right : auto;
	bottom : auto;
	left : -78px;
	top : 155px;
	background-position : 50% 50%;
	background-repeat : no-repeat;
	-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;
	-webkit-border-top-left-radius : 10px;
	-moz-border-radius-topleft : 10px;
	border-top-left-radius : 10px;
	-webkit-border-top-right-radius : 10px;
	-moz-border-radius-topright : 10px;
	border-top-right-radius : 10px;
	-webkit-border-bottom-left-radius : 10px;
	-moz-border-radius-bottomleft : 10px;
	border-bottom-left-radius : 10px;
	-webkit-border-bottom-right-radius : 10px;
	-moz-border-radius-bottomright : 10px;
	border-bottom-right-radius : 10px;
}
#PowerSlider1_back_in.hover
{
	background-image : url(PowerSlider1/prev-arrow-dark.png);
	background-attachment : scroll;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#66B03C3C, endColorstr=#66B03C3C,GradientType=0 );
	background-color : rgba(176, 60, 60, 0.4);
	cursor : pointer;
	background-position : 50% 50%;
	background-repeat : no-repeat;
	-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;
}
#PowerSlider1_next_in
{
	position : absolute;
	width : 55px;
	height : 55px;
	cursor : pointer;
	right : -78px;
	bottom : auto;
	background-image : url(PowerSlider1/next-arrow-white.png);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#3FE6E6E6, endColorstr=#3FE6E6E6,GradientType=0 );
	background-color : rgba(230, 230, 230, 0.247059);
	left : auto;
	top : 155px;
	background-position : 50% 50%;
	background-repeat : no-repeat;
	-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;
	-webkit-border-top-left-radius : 10px;
	-moz-border-radius-topleft : 10px;
	border-top-left-radius : 10px;
	-webkit-border-top-right-radius : 10px;
	-moz-border-radius-topright : 10px;
	border-top-right-radius : 10px;
	-webkit-border-bottom-left-radius : 10px;
	-moz-border-radius-bottomleft : 10px;
	border-bottom-left-radius : 10px;
	-webkit-border-bottom-right-radius : 10px;
	-moz-border-radius-bottomright : 10px;
	border-bottom-right-radius : 10px;
}
#PowerSlider1_next_in.hover
{
	cursor : pointer;
	background-image : url(PowerSlider1/next-arrow-dark.png);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#66B03C3C, endColorstr=#66B03C3C,GradientType=0 );
	background-color : rgba(176, 60, 60, 0.4);
	background-position : 50% 50%;
	-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;
}
#PowerSlider1_bullets_in, #PowerSlider1_bullets_in ul, #PowerSlider1_bullets_in li
{
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none outside none;
	width : auto;
	height : auto;
}
#PowerSlider1_bullets_in
{
	position : absolute;
	background-image : none;
	background-attachment : scroll;
	background-color : transparent;
	border-width : 0px;
	border-style : solid none none;
	border-color : transparent;
	padding : 0px;
	overflow : visible;
	width : auto;
	height : auto;
	top : auto;
	left : 478px;
	right : auto;
	bottom : 132px;
	background-position : 50% 50%;
	background-repeat : no-repeat;
}
#PowerSlider1_bullets_in ul
{
	position : relative;
	overflow : visible;
	width : auto;
	height : auto;
}
#PowerSlider1_bullets_in li
{
	float : left;
}
#PowerSlider1_bullets_in li a
{
	background-image : none;
	background-attachment : scroll;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#66000000, endColorstr=#66000000,GradientType=0 );
	background-color : rgba(0, 0, 0, 0.4);
	float : left;
	width : 11px;
	height : 11px;
	cursor : pointer;
	color : rgb(0, 0, 0);
	text-align : center;
	left : auto;
	right : auto;
	top : auto;
	bottom : auto;
	padding : 0px;
	-webkit-border-top-left-radius : 50px;
	-moz-border-radius-topleft : 50px;
	border-top-left-radius : 50px;
	-webkit-border-top-right-radius : 50px;
	-moz-border-radius-topright : 50px;
	border-top-right-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;
	margin : 0px 3px;
	background-position : 50% 50%;
	background-repeat : no-repeat;
}
#PowerSlider1_bullets_in li a.hover
{
	background-image : none;
	background-attachment : scroll;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#66000000, endColorstr=#66000000,GradientType=0 );
	background-color : rgba(0, 0, 0, 0.4);
	float : left;
	cursor : pointer;
	color : rgb(0, 255, 255);
	background-position : 50% 50%;
	background-repeat : no-repeat;
}
#PowerSlider1_bullets_in li a.active
{
	background-image : none;
	background-attachment : scroll;
	background-color : rgb(255, 228, 23);
	float : left;
	cursor : pointer;
	color : rgb(0, 0, 255);
	background-position : 50% 50%;
	background-repeat : no-repeat;
}
#PowerSlider1_pagination_in
{
	width : auto;
	height : auto;
	position : absolute;
	left : 35px;
	top : 40px;
	font-size : 14px;
	font-family : 'Open Sans', sans-serif;
	right : auto;
	bottom : auto;
	font-weight : 500;
	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 : rgba(0, 0, 0, 0.498039) 1px 1px 0px;
	-moz-text-shadow : rgba(0, 0, 0, 0.498039) 1px 1px 0px;
	text-shadow : rgba(0, 0, 0, 0.498039) 1px 1px 0px;
}
#PowerSlider1_pagination_in.hover
{
	width : auto;
	height : auto;
}
#PowerSlider1_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 : 0px;
	position : absolute;
	top : 0px;
	right : auto;
	bottom : auto;
	background-position : 0% 0%;
	background-repeat : no-repeat;
}
#PowerSlider1_navbar_in, #PowerSlider1_navbar_in ul, #PowerSlider1_navbar_in li
{
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none outside none;
	width : auto;
	height : auto;
}
#PowerSlider1_numbers_in, #PowerSlider1_numbers_in ul, #PowerSlider1_numbers_in li
{
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none outside none;
	width : auto;
	height : auto;
}
#PowerSlider1_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;
	top : 35px;
	left : 424px;
	bottom : auto;
	right : auto;
	background-position : 0% 0%;
	background-repeat : no-repeat;
}
#PowerSlider1_numbers_in ul
{
	position : relative;
	overflow : hidden;
	width : auto;
	height : auto;
}
#PowerSlider1_numbers_in li
{
	float : left;
	padding-right : 0px;
}
#PowerSlider1_numbers_in li a
{
	background-image : none;
	background-attachment : scroll;
	background-color : rgb(239, 237, 237);
	font-style : normal;
	font-variant : normal;
	font-weight : 700;
	font-size : 14px;
	line-height : 100%;
	font-family : "proxima-nova-soft",sans-serif;
	padding : 11px 0px 0px;
	border : 0px solid rgb(0, 0, 0);
	float : left;
	width : 36px;
	height : 25px;
	cursor : pointer;
	color : rgb(79, 79, 79);
	text-decoration : none;
	text-align : center;
	text-transform : none;
	margin : 0px 4px 4px;
	-webkit-border-top-left-radius : 0px;
	-moz-border-radius-topleft : 0px;
	border-top-left-radius : 0px;
	-webkit-border-top-right-radius : 0px;
	-moz-border-radius-topright : 0px;
	border-top-right-radius : 0px;
	-webkit-border-bottom-left-radius : 0px;
	-moz-border-radius-bottomleft : 0px;
	border-bottom-left-radius : 0px;
	-webkit-border-bottom-right-radius : 0px;
	-moz-border-radius-bottomright : 0px;
	border-bottom-right-radius : 0px;
	background-position : 0% 0%;
	background-repeat : no-repeat;
}
#PowerSlider1_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;
}
#PowerSlider1_numbers_in li a.hover
{
	background-image : none;
	background-attachment : scroll;
	background-color : rgb(255, 228, 23);
	font-style : normal;
	font-variant : normal;
	font-weight : 700;
	font-size : 14px;
	line-height : 100%;
	font-family : "proxima-nova-soft",sans-serif;
	padding : 11px 0px 0px;
	border : 0px solid 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;
}
#PowerSlider1_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;
}
#PowerSlider1_numbers_in li a.active
{
	background-image : none;
	background-attachment : scroll;
	background-color : rgb(55, 55, 55);
	font-style : normal;
	font-variant : normal;
	font-weight : 700;
	font-size : 14px;
	line-height : 100%;
	font-family : "proxima-nova-soft",sans-serif;
	padding : 11px 0px 0px;
	border : 0px solid 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;
}
#PowerSlider1_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;
}
#PowerSlider1_playpause_in
{
	width : 17px;
	height : 16px;
	position : absolute;
	left : auto;
	top : 50px;
	right : 46px;
	bottom : auto;
}
#PowerSlider1_playpause_in div
{
	display : block;
	cursor : pointer;
	float : left;
}
#PowerSlider1_playpause_in div.play
{
	background-image : url(PowerSlider1/buttonverde.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;
	width : 17px;
	height : 16px;
	cursor : pointer;
	color : rgb(0, 0, 0);
	text-decoration : none;
	text-align : left;
	text-transform : none;
	-webkit-border-top-left-radius : 0px;
	-moz-border-radius-topleft : 0px;
	border-top-left-radius : 0px;
	-webkit-border-top-right-radius : 0px;
	-moz-border-radius-topright : 0px;
	border-top-right-radius : 0px;
	-webkit-border-bottom-left-radius : 0px;
	-moz-border-radius-bottomleft : 0px;
	border-bottom-left-radius : 0px;
	-webkit-border-bottom-right-radius : 0px;
	-moz-border-radius-bottomright : 0px;
	border-bottom-right-radius : 0px;
	border : 0px solid rgb(0, 0, 0);
	background-position : 0% 0%;
	background-repeat : no-repeat;
}
#PowerSlider1_playpause_in div.play.hover
{
	background-image : url(PowerSlider1/buttonverde.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 : 0% 0%;
	background-repeat : no-repeat;
}
#PowerSlider1_playpause_in div.pause
{
	background-image : url(PowerSlider1/buttonverde.pausafw.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 : 17px;
	height : 16px;
	cursor : pointer;
	color : rgb(0, 0, 0);
	text-decoration : none;
	text-align : left;
	text-transform : none;
	background-position : 0% 0%;
	background-repeat : no-repeat;
}
#PowerSlider1_playpause_in div.pause.hover
{
	background-image : url(PowerSlider1/buttonverde.pausafw.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 : 0% 0%;
	background-repeat : no-repeat;
}
.PowerSlider1
{
	position : relative;
	text-align : left;
}
#PowerSlider1
{
	width : 1000px;
	height : 369px;
	margin : 0px auto;
	top : 0px;
}
#PowerSlider1Container
{
	border : 0px none rgb(0, 102, 204);
	padding : 0px;
	position : relative;
	width : 100%;
	height : 369px;
	color : rgb(0, 0, 0);
	background-color : rgb(255, 255, 255);
	background-image : none;
	overflow-x : hidden;
	overflow-y : hidden;
	right : auto;
	bottom : auto;
	background-position : 50% 50%;
	background-repeat : no-repeat;
	margin : 0;
	float : none;
}
#PowerSlider1 #extend-slider, #PowerSlider1 #extend-slider li
{
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none outside none;
}
#PowerSlider1 #extend-slider li.slide1
{
	height : 369px;
	background-color : transparent;
	width : 100%;
}
#PowerSlider1 #extend-slider li.slide2
{
	height : 369px;
	background-color : transparent;
	width : 100%;
}
#PowerSlider1 #extend-slider li.slide3
{
	height : 369px;
	width : 100%;
	background-color : transparent;
}
#PowerSlider1 #extend-slider li.slide4
{
	height : 369px;
	width : 100%;
	background-color : transparent;
}
#PowerSlider1 #extend-slider li
{
	width : 100%;
}
#PowerSlider1_navbar_in li a
{
	width : NaNpx;
	height : NaNpx;
}
#PowerSlider1 .customButton1
{
	width : 220px;
	height : auto;
	position : absolute;
	left : 20px;
	top : auto;
	right : auto;
	bottom : 45px;
	vertical-align : top;
	text-align : center;
	padding-top : 10px;
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1);
	*color : #FFFFFF;
	text-decoration : none;
	font-family : "proxima-nova-soft",sans-serif;
	font-size : 14px;
	background-color : rgb(176, 60, 60);
	font-weight : 400;
	background-image : none;
	-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;
	padding-bottom : 10px;
	-webkit-border-top-left-radius : 10px;
	-moz-border-radius-topleft : 10px;
	border-top-left-radius : 10px;
	-webkit-border-top-right-radius : 10px;
	-moz-border-radius-topright : 10px;
	border-top-right-radius : 10px;
	-webkit-border-bottom-left-radius : 10px;
	-moz-border-radius-bottomleft : 10px;
	border-bottom-left-radius : 10px;
	-webkit-border-bottom-right-radius : 10px;
	-moz-border-radius-bottomright : 10px;
	border-bottom-right-radius : 10px;
	z-index : 0;
}
#PowerSlider1 .customButton1.hover
{
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#7FB03C3C, endColorstr=#7FB03C3C,GradientType=0 );
	background-color : rgba(176, 60, 60, 0.5);
	background-image : none;
}
#PowerSlider1 .customText1
{
	width : auto;
	height : auto;
	position : absolute;
	left : 20px;
	top : 173px;
	font-family : "proxima-nova-soft",sans-serif;
	color : #FFFFFF;
	color : rgba(255, 255, 255, 0.8);
	*color : #FFFFFF;
	text-align : left;
	line-height : 150%;
	font-weight : 400;
	font-size : 20px;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	text-shadow : 0px 0px 0px transparent;
	right : auto;
	bottom : auto;
	z-index : 5;
}
#PowerSlider1 .customText3
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1);
	*color : #FFFFFF;
	font-family : "proxima-nova-soft",sans-serif;
	font-size : 45px;
	font-weight : 400;
	line-height : 120%;
	border : 0px none rgb(0, 102, 204);
	background-color : transparent;
	background-image : none;
	padding : 0px;
	text-align : right;
	position : absolute;
	width : auto;
	transition : all 0ms ease 0ms;
	-webkit-transition : all 0ms ease 0ms;
	top : 67px;
	left : 20px;
	right : auto;
	bottom : auto;
	background-position : 0% 0%;
	background-repeat : no-repeat;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	text-shadow : 0px 0px 0px transparent;
}
#PowerSlider1 .customImage1
{
	width : 458px;
	height : 269px;
	position : absolute;
	left : auto;
	top : 50px;
	bottom : auto;
	right : 45px;
}
#PowerSlider1 .customImage2
{
	width : 1000px;
	height : 368px;
	position : absolute;
	left : -2px;
	top : 1px;
	right : auto;
	bottom : auto;
}
#PowerSlider1 .
{
	z-index : 3;
	font-size : 20px;
}
#PowerSlider1 .customButton2
{
	width : 220px;
	height : auto;
	position : absolute;
	left : 19px;
	top : auto;
	right : auto;
	bottom : 45px;
	vertical-align : top;
	text-align : center;
	padding-top : 10px;
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1);
	*color : #FFFFFF;
	text-decoration : none;
	font-family : "proxima-nova-soft",sans-serif;
	font-size : 14px;
	background-color : rgb(176, 60, 60);
	font-weight : 400;
	background-image : none;
	-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;
	padding-bottom : 10px;
	-webkit-border-top-left-radius : 10px;
	-moz-border-radius-topleft : 10px;
	border-top-left-radius : 10px;
	-webkit-border-top-right-radius : 10px;
	-moz-border-radius-topright : 10px;
	border-top-right-radius : 10px;
	-webkit-border-bottom-left-radius : 10px;
	-moz-border-radius-bottomleft : 10px;
	border-bottom-left-radius : 10px;
	-webkit-border-bottom-right-radius : 10px;
	-moz-border-radius-bottomright : 10px;
	border-bottom-right-radius : 10px;
	z-index : 0;
}
#PowerSlider1 .customButton2.hover
{
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#7FB03C3C, endColorstr=#7FB03C3C,GradientType=0 );
	background-color : rgba(176, 60, 60, 0.5);
}
#PowerSlider1 .customText2
{
	width : auto;
	height : auto;
	position : absolute;
	left : 19px;
	top : 173px;
	font-family : "proxima-nova-soft",sans-serif;
	color : #FFFFFF;
	color : rgba(255, 255, 255, 0.8);
	*color : #FFFFFF;
	text-align : right;
	line-height : 150%;
	font-weight : 400;
	font-size : 20px;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	text-shadow : 0px 0px 0px transparent;
	right : auto;
	bottom : auto;
}
#PowerSlider1 .customText4
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1);
	*color : #FFFFFF;
	font-family : "proxima-nova-soft",sans-serif;
	font-size : 45px;
	font-weight : 400;
	line-height : 120%;
	border : 0px none rgb(0, 102, 204);
	background-color : transparent;
	background-image : none;
	padding : 0px;
	text-align : right;
	position : absolute;
	width : auto;
	transition : all 0ms ease 0ms;
	-webkit-transition : all 0ms ease 0ms;
	top : 67px;
	left : 19px;
	right : auto;
	bottom : auto;
	background-position : 0% 0%;
	background-repeat : no-repeat;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	text-shadow : 0px 0px 0px transparent;
}
#PowerSlider1 .customButton3
{
	width : 220px;
	height : auto;
	position : absolute;
	left : 10px;
	top : auto;
	right : auto;
	bottom : 45px;
	vertical-align : top;
	text-align : center;
	padding-top : 10px;
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1);
	*color : #FFFFFF;
	text-decoration : none;
	font-family : "proxima-nova-soft",sans-serif;
	font-size : 14px;
	background-color : rgb(176, 60, 60);
	font-weight : 400;
	background-image : none;
	-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;
	padding-bottom : 10px;
	-webkit-border-top-left-radius : 10px;
	-moz-border-radius-topleft : 10px;
	border-top-left-radius : 10px;
	-webkit-border-top-right-radius : 10px;
	-moz-border-radius-topright : 10px;
	border-top-right-radius : 10px;
	-webkit-border-bottom-left-radius : 10px;
	-moz-border-radius-bottomleft : 10px;
	border-bottom-left-radius : 10px;
	-webkit-border-bottom-right-radius : 10px;
	-moz-border-radius-bottomright : 10px;
	border-bottom-right-radius : 10px;
	z-index : 0;
}
#PowerSlider1 .customButton3.hover
{
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#7FB03C3C, endColorstr=#7FB03C3C,GradientType=0 );
	background-color : rgba(176, 60, 60, 0.5);
}
#PowerSlider1 .customText5
{
	width : auto;
	height : auto;
	position : absolute;
	left : 20px;
	top : 170px;
	font-family : "proxima-nova-soft",sans-serif;
	color : #FFFFFF;
	color : rgba(255, 255, 255, 0.8);
	*color : #FFFFFF;
	text-align : right;
	line-height : 150%;
	font-weight : 400;
	font-size : 20px;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	text-shadow : 0px 0px 0px transparent;
	right : auto;
	bottom : auto;
	z-index : 5;
}
#PowerSlider1 .customText6
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1);
	*color : #FFFFFF;
	font-family : "proxima-nova-soft",sans-serif;
	font-size : 45px;
	font-weight : 400;
	line-height : 120%;
	border : 0px none rgb(0, 102, 204);
	background-color : transparent;
	background-image : none;
	padding : 0px;
	text-align : right;
	position : absolute;
	width : auto;
	transition : all 0ms ease 0ms;
	-webkit-transition : all 0ms ease 0ms;
	top : 67px;
	left : 19px;
	right : auto;
	bottom : auto;
	background-position : 0% 0%;
	background-repeat : no-repeat;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	text-shadow : 0px 0px 0px transparent;
}
#PowerSlider1 .customImage4
{
	width : 263px;
	height : 359px;
	position : absolute;
	left : auto;
	top : 5px;
	bottom : auto;
	right : 55px;
}
#PowerSlider1 .customImage3
{
	width : 406px;
	height : 358px;
	position : absolute;
	left : auto;
	top : 6px;
	bottom : auto;
	right : 55px;
}
#PowerSlider1 #extend-slider li.slide5
{
	height : 369px;
	width : 100%;
	background-color : transparent;
}
#PowerSlider1 .customButton4
{
	width : 220px;
	height : auto;
	position : absolute;
	left : 19px;
	top : auto;
	right : auto;
	bottom : 45px;
	vertical-align : top;
	text-align : center;
	padding-top : 10px;
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1);
	*color : #FFFFFF;
	text-decoration : none;
	font-family : "proxima-nova-soft",sans-serif;
	font-size : 14px;
	background-color : rgb(176, 60, 60);
	font-weight : 400;
	background-image : none;
	-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;
	padding-bottom : 10px;
	-webkit-border-top-left-radius : 10px;
	-moz-border-radius-topleft : 10px;
	border-top-left-radius : 10px;
	-webkit-border-top-right-radius : 10px;
	-moz-border-radius-topright : 10px;
	border-top-right-radius : 10px;
	-webkit-border-bottom-left-radius : 10px;
	-moz-border-radius-bottomleft : 10px;
	border-bottom-left-radius : 10px;
	-webkit-border-bottom-right-radius : 10px;
	-moz-border-radius-bottomright : 10px;
	border-bottom-right-radius : 10px;
	z-index : 0;
}
#PowerSlider1 .customButton4.hover
{
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#7FB03C3C, endColorstr=#7FB03C3C,GradientType=0 );
	background-color : rgba(176, 60, 60, 0.5);
}
#PowerSlider1 .customText7
{
	width : auto;
	height : auto;
	position : absolute;
	left : 19px;
	top : 146px;
	font-family : "proxima-nova-soft",sans-serif;
	color : #FFFFFF;
	color : rgba(255, 255, 255, 0.8);
	*color : #FFFFFF;
	text-align : left;
	line-height : 150%;
	font-weight : 400;
	font-size : 20px;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	text-shadow : 0px 0px 0px transparent;
	right : auto;
	bottom : auto;
	z-index : 3;
}
#PowerSlider1 .customText8
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1);
	*color : #FFFFFF;
	font-family : "proxima-nova-soft",sans-serif;
	font-size : 45px;
	font-weight : 400;
	line-height : 120%;
	border : 0px none rgb(0, 102, 204);
	background-color : transparent;
	background-image : none;
	padding : 0px;
	text-align : right;
	position : absolute;
	width : auto;
	transition : all 0ms ease 0ms;
	-webkit-transition : all 0ms ease 0ms;
	top : 67px;
	left : 19px;
	right : auto;
	bottom : auto;
	background-position : 0% 0%;
	background-repeat : no-repeat;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	text-shadow : 0px 0px 0px transparent;
}
#PowerSlider1 .customImage5
{
	width : 518px;
	height : 369px;
	position : absolute;
	left : auto;
	top : 0px;
	right : 0px;
	bottom : auto;
}
#PowerSlider1 #extend-slider li.slide6
{
	height : 369px;
	background-color : transparent;
	width : 100%;
}
#PowerSlider1 .customText9
{
	width : auto;
	height : auto;
	position : absolute;
	left : 19px;
	top : 226px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 400;
	font-size : 16px;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	-webkit-text-shadow : 0px 0px 0px transparent;
	-moz-text-shadow : 0px 0px 0px transparent;
	text-shadow : 0px 0px 0px transparent;
	right : auto;
}
@media (max-width:1023px)
{
	#PowerSlider1 .customText21
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		top : 82px;
		bottom : auto;
		vertical-align : top;
		left : auto;
		right : 60px;
		horizontal-align : center;
		text-align : right;
		width : auto;
		font-size : 45px;
	}
	#PowerSlider1_back_in
	{
		display : block;
		top : 0px;
		left : 0px;
		right : auto;
		bottom : auto;
		width : 45px;
		height : 45px;
	}
	#PowerSlider1_back_in.hover
	{
		-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;
	}
	#PowerSlider1_next_in
	{
		right : 0px;
		-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;
		display : block;
		top : 0px;
		left : auto;
		bottom : auto;
		width : 45px;
		height : 45px;
	}
	#PowerSlider1_next_in.hover
	{
		-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;
	}
	#PowerSlider1_progressbar_in
	{
		top : 0px;
		bottom : auto;
	}
	#PowerSlider1
	{
		width : 100%;
		top : 0px;
		height : 369px;
	}
	#PowerSlider1Container
	{
		height : 369px;
		max-width : 1000px;
	}
	#PowerSlider1 #extend-slider li.slide1
	{
		width : 100%;
		height : 369px;
	}
	#PowerSlider1 #extend-slider li.slide2
	{
		width : 100%;
		height : 369px;
	}
	#PowerSlider1 #extend-slider li.slide3
	{
		width : 100%;
		height : 369px;
	}
	#PowerSlider1 #extend-slider li.slide4
	{
		width : 100%;
		height : 369px;
	}
	#PowerSlider1 #extend-slider li
	{
		width : 100%;
	}
	#PowerSlider1_navbar_in li a
	{
		width : NaNpx;
		height : NaNpx;
	}
	#PowerSlider1 .customButton1
	{
		display : block;
		-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;
		z-index : 4;
		top : 274px;
		bottom : auto;
		vertical-align : bottom;
		left : 20px;
		right : auto;
		horizontal-align : center;
		font-weight : 300;
	}
	#PowerSlider1 .customText1
	{
		font-weight : 300;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		top : 164px;
		bottom : auto;
		vertical-align : top;
		left : 20px;
		right : auto;
		horizontal-align : center;
		z-index : 2;
		text-align : left;
		width : 417px;
		font-size : 20px;
	}
	#PowerSlider1 .customText3
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		top : 82px;
		bottom : auto;
		vertical-align : top;
		left : 20px;
		right : auto;
		horizontal-align : center;
		text-align : right;
		width : auto;
		font-size : 45px;
	}
	#PowerSlider1 .customButton2
	{
		display : block;
		-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;
		z-index : 4;
		top : 274px;
		bottom : auto;
		vertical-align : bottom;
		left : 19px;
		right : auto;
		horizontal-align : center;
		font-weight : 300;
	}
	#PowerSlider1 .customText2
	{
		font-weight : 300;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		top : 164px;
		bottom : auto;
		vertical-align : top;
		left : 19px;
		right : auto;
		horizontal-align : center;
		z-index : 2;
		text-align : left;
		width : 417px;
	}
	#PowerSlider1 .customText4
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		top : 82px;
		bottom : auto;
		vertical-align : top;
		left : 19px;
		right : auto;
		horizontal-align : center;
		text-align : right;
		width : auto;
		font-size : 45px;
	}
	#PowerSlider1 .customButton3
	{
		display : block;
		-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;
		z-index : 4;
		top : 275px;
		bottom : auto;
		vertical-align : bottom;
		left : auto;
		right : 60px;
		horizontal-align : center;
		font-weight : 300;
	}
	#PowerSlider1 .customText5
	{
		font-weight : 300;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		top : 164px;
		bottom : auto;
		vertical-align : top;
		left : auto;
		right : 60px;
		horizontal-align : center;
		z-index : 2;
		text-align : right;
		width : 417px;
	}
	#PowerSlider1 .customText6
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		top : 82px;
		bottom : auto;
		vertical-align : top;
		left : auto;
		right : 60px;
		horizontal-align : center;
		text-align : right;
		width : auto;
		font-size : 45px;
	}
	#PowerSlider1 .customImage1
	{
		left : auto;
		right : 45px;
	}
	#PowerSlider1 #extend-slider li.slide5
	{
		width : 100%;
		height : 369px;
	}
	#PowerSlider1 .customButton4
	{
		display : block;
		-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;
		z-index : 4;
		top : 274px;
		bottom : auto;
		vertical-align : bottom;
		left : 19px;
		right : auto;
		horizontal-align : center;
		font-weight : 300;
	}
	#PowerSlider1 .customText7
	{
		font-weight : 300;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		top : 164px;
		bottom : auto;
		vertical-align : top;
		left : 19px;
		right : auto;
		horizontal-align : center;
		z-index : 2;
		text-align : left;
		width : 504px;
	}
	#PowerSlider1 .customText8
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		top : 82px;
		bottom : auto;
		vertical-align : top;
		left : 19px;
		right : auto;
		horizontal-align : center;
		text-align : right;
		width : auto;
		font-size : 45px;
	}
	#PowerSlider1 .customImage5
	{
		top : 0px;
		bottom : auto;
		left : auto;
		right : 0px;
	}
	#PowerSlider1 #extend-slider li.slide6
	{
		width : 100%;
		height : 369px;
	}
}
@media (max-width:640px)
{
	#PowerSlider1 .customText21
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		font-size : 41px;
		top : 30px;
		left : auto;
		right : 0px;
		bottom : auto;
		width : 428px;
		text-align : center;
		font-weight : 400;
	}
	#PowerSlider1_back_in
	{
		display : none;
		-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;
		top : 150px;
	}
	#PowerSlider1_back_in.hover
	{
		-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;
	}
	#PowerSlider1_next_in
	{
		display : none;
		-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;
		top : 150px;
	}
	#PowerSlider1_next_in.hover
	{
		-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;
	}
	#PowerSlider1_progressbar_in
	{
		top : 0px;
		bottom : auto;
	}
	#PowerSlider1
	{
		top : 0px;
		height : 350px;
	}
	#PowerSlider1Container
	{
		height : 350px;
	}
	#PowerSlider1 #extend-slider li.slide1
	{
		height : 350px;
	}
	#PowerSlider1 #extend-slider li.slide2
	{
		height : 350px;
	}
	#PowerSlider1 #extend-slider li.slide3
	{
		height : 350px;
	}
	#PowerSlider1 #extend-slider li.slide4
	{
		height : 350px;
	}
	#PowerSlider1_navbar_in li a
	{
		width : NaNpx;
		height : NaNpx;
	}
	#PowerSlider1 .customButton1
	{
		display : block;
		top : auto;
		right : auto;
		left : 208px;
		bottom : 30px;
		width : 220px;
		padding-top : 12px;
		padding-bottom : 12px;
		font-size : 25px;
		z-index : 3;
	}
	#PowerSlider1 .customText1
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		width : 428px;
		left : 101px;
		font-size : 14px;
		top : 144px;
		bottom : auto;
		right : auto;
		text-align : center;
		display : none;
	}
	#PowerSlider1 .customText3
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		font-size : 41px;
		top : 30px;
		left : 101px;
		right : auto;
		bottom : auto;
		width : 428px;
		text-align : center;
		font-weight : 300;
	}
	#PowerSlider1 .customImage1
	{
		left : 86px;
		right : auto;
		top : 41px;
		bottom : auto;
	}
	#PowerSlider1 .customButton2
	{
		display : block;
		top : auto;
		right : auto;
		left : 208px;
		bottom : 30px;
		width : 220px;
		padding-top : 12px;
		padding-bottom : 12px;
		font-size : 25px;
		z-index : 3;
	}
	#PowerSlider1 .customText2
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		width : 428px;
		left : 101px;
		font-size : 14px;
		top : 144px;
		bottom : auto;
		right : auto;
		text-align : center;
		display : none;
	}
	#PowerSlider1 .customText4
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		font-size : 41px;
		top : 30px;
		left : 101px;
		right : auto;
		bottom : auto;
		width : 428px;
		text-align : center;
		font-weight : 300;
	}
	#PowerSlider1 .customButton3
	{
		display : block;
		top : auto;
		right : auto;
		left : 208px;
		bottom : 30px;
		width : 220px;
		padding-top : 12px;
		padding-bottom : 12px;
		font-size : 25px;
		z-index : 3;
	}
	#PowerSlider1 .customText5
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		width : 428px;
		left : 101px;
		font-size : 14px;
		top : 144px;
		bottom : auto;
		right : auto;
		text-align : center;
		display : none;
	}
	#PowerSlider1 .customText6
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		font-size : 41px;
		top : 30px;
		left : 101px;
		right : auto;
		bottom : auto;
		width : 428px;
		text-align : center;
		font-weight : 300;
	}
	#PowerSlider1 .customImage4
	{
		left : 183px;
		right : auto;
		top : -4px;
		bottom : auto;
	}
	#PowerSlider1 .customImage3
	{
		left : 112px;
		right : auto;
		top : -4px;
		bottom : auto;
	}
	#PowerSlider1 #extend-slider li.slide5
	{
		height : 350px;
	}
	#PowerSlider1 .customButton4
	{
		display : block;
		top : auto;
		right : auto;
		left : 30px;
		bottom : 30px;
		width : 220px;
		padding-top : 12px;
		padding-bottom : 12px;
		font-size : 25px;
		z-index : 3;
		font-weight : 400;
	}
	#PowerSlider1 .customText7
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		width : 428px;
		left : 101px;
		font-size : 14px;
		top : 144px;
		bottom : auto;
		right : auto;
		text-align : center;
		display : none;
	}
	#PowerSlider1 .customText8
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		font-size : 41px;
		top : 30px;
		left : 25px;
		right : auto;
		bottom : auto;
		width : 428px;
		text-align : left;
		font-weight : 300;
	}
	#PowerSlider1 .customImage5
	{
		left : auto;
		right : 0px;
		top : 0px;
		bottom : auto;
		height : 100%;
		width : auto;
	}
	#PowerSlider1 #extend-slider li.slide6
	{
		height : 350px;
	}
	#PowerSlider1 .
	{
		font-size : 25px;
	}
	#PowerSlider1 .customText9
	{
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		-webkit-text-shadow : 0px 0px 0px transparent;
		-moz-text-shadow : 0px 0px 0px transparent;
		text-shadow : 0px 0px 0px transparent;
		left : 19px;
		right : auto;
		top : 163px;
		bottom : auto;
		display : none;
	}
}
