.skin19 .jQueryTabs_nav
{
	width : 100%;
}
.skin19 .jQueryTabs_navUL
{
	list-style : none;
	width : 100%;
	margin : 0 auto;
	padding : 0;
	background-color : transparent;
	display : inline-block;
	border-top-left-radius : 5px;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
}
.skin19 .jQueryTabs_navLink
{
	display : block;
	text-decoration : none;
	margin : 0;
	-webkit-touch-callout : none;
	-webkit-user-select : none;
	-khtml-user-select : none;
	-moz-user-select : none;
	-ms-user-select : none;
	user-select : none;
	background-color : none;
	height : 40px;
	text-align : center;
	box-sizing : initial;
	border-top-style : none;
	border-top-color : transparent;
	line-height : 39px;
	border-top-width : 0px;
	border-right-color : none;
	border-bottom-color : none;
	border-left-color : none;
	border-right-width : 0px;
	border-bottom-width : 0px;
	border-left-width : 0px;
	border-right-style : none;
	border-bottom-style : none;
	border-left-style : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 700;
}
.skin19 .jQueryTabs_navLink.hover
{
	text-decoration : none;
	background-image : -webkit-gradient(linear, left top, left bottom,color-stop(0%, #009980),color-stop(100%, #574b69));
	background-image : -webkit-linear-gradient( top,#009980 0%, #574b69 100%);
	background-image : -moz-linear-gradient( top,#009980 0%, #574b69 100%);
	background-image : -o-linear-gradient( top,#009980 0%, #574b69 100%);
	background-image : -ms-linear-gradient( top,#009980 0%, #574b69 100%);
	background-image : linear-gradient( to bottom,#009980 0%, #574b69 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr= #009980, endColorstr= #574b69,GradientType=0 );
}
.skin19 .jQueryTabs_navLink.hover .jQueryTabs_navSpan
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1.00);
	*color : #FFFFFF;
}
.skin19 .jQueryTabs_navLink.hover .jQueryTabs_navImg
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1.00);
	*color : #FFFFFF;
}
.skin19 .jQueryTabs_navLI
{
	display : block;
	width : 20%;
	float : left;
	box-sizing : border-box;
}
.skin19 .jQueryTabs_navLink .jQueryTabs_navImg
{
	vertical-align : middle;
	margin-right : 7px;
	font-size : 16px;
	color : #2A2937;
	color : rgba(42, 41, 55, 0.50);
	*color : #2A2937;
}
.skin19 .jQueryTabs_navLink .jQueryTabs_navSpan
{
	color : #2A2937;
	color : rgba(42, 41, 55, 0.50);
	*color : #2A2937;
	font-size : 13px;
}
.skin19 .jQueryTabs_content
{
	transition : height 0.25s ease;
	padding : 25px;
	margin-top : 0px;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#FFF5F6F9, endColorstr=#FFF5F6F9,GradientType=0 );
	background-color : rgba(245, 246, 249, 1.00);
	border-bottom-right-radius : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-right-radius : 5px;
	border-bottom-left-radius : 5px;
	-moz-border-radius-bottomleft : 5px;
	-webkit-border-bottom-left-radius : 5px;
	border : 1px solid #7E2A5F;
	overflow : auto;
}
.skin19 .jQueryTabs_contentDivs
{
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	box-sizing : border-box;
	display : block;
	transition : opacity 0.25s ease;
	opacity : 1;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
.skin19 .jQueryTabs_contentDivs.hidden
{
	display : none;
}
.skin19 .jQueryTabs_contentDivs .skin_p
{
	margin : 0;
}
.skin19 .jQueryTabs_navLink.selected .jQueryTabs_navImg
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1.00);
	*color : #FFFFFF;
}
.skin19 .jQueryTabs_navLink.selected .jQueryTabs_navSpan
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1.00);
	*color : #FFFFFF;
}
.skin19 .jQueryTabs_contentDivs.fade-out
{
	opacity : 0;
	width : auto;
}
.skin19 .jQueryTabs_contentDivs.fade-in
{
	opacity : 1;
}
body
{
	margin : 0;
}
.skin19 .jQueryTabs_navLink.selected
{
	background-image : -webkit-gradient(linear, left top, left bottom,color-stop(0%, #cc0044),color-stop(100%, #7e2a5f));
	background-image : -webkit-linear-gradient( top,#cc0044 0%, #7e2a5f 100%);
	background-image : -moz-linear-gradient( top,#cc0044 0%, #7e2a5f 100%);
	background-image : -o-linear-gradient( top,#cc0044 0%, #7e2a5f 100%);
	background-image : -ms-linear-gradient( top,#cc0044 0%, #7e2a5f 100%);
	background-image : linear-gradient( to bottom,#cc0044 0%, #7e2a5f 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr= #cc0044, endColorstr= #7e2a5f,GradientType=0 );
	background-color : transparent;
}
.jQueryTabs_navUL
{
	vertical-align : top;
}
.jQueryTabs_navSpan,
.jQueryTabs_navImg,
a.jQueryTabs_navLink
{
	-webkit-transition : all .4s ease;
	-moz-transition : all .4s ease;
	-ms-transition : all .4s ease;
	-o-transition : all .4s ease;
	transition : all .4s ease;
}
.skin19 .jQueryTabs_navLI:last-of-type .jQueryTabs_navLink, .skin19 .jQueryTabs_navLI.last-item .jQueryTabs_navLink
{
	border-top-right-radius : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
}
.skin19 .jQueryTabs_navLI:first-of-type .jQueryTabs_navLink, .skin19 .jQueryTabs_navLI.first-item .jQueryTabs_navLink
{
	border-top-left-radius : 5px;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
}
a.jQueryTabs_navLink
{
	color : transparent;
	outline : none;
}

/*end of skin css*/

#testimony1 .jQueryTabs_navLI
{
	width : 14.28%;
}
#jQueryTabs1 .jQueryTabs_contentDivs
{
	transition : opacity 0.17s ease;
}
#jQueryTabs1 .jQueryTabs_content
{
	transition : height 0.17s ease;
}
#testimony1 .jQueryTabs_navUL
{
	border-top-left-radius : 25px;
	-moz-border-radius-topleft : 25px;
	-webkit-border-top-left-radius : 25px;
	border-top-right-radius : 25px;
	-moz-border-radius-topright : 25px;
	-webkit-border-top-right-radius : 25px;
	border-bottom-left-radius : 25px;
	-moz-border-radius-bottomleft : 25px;
	-webkit-border-bottom-left-radius : 25px;
	border-bottom-right-radius : 25px;
	-moz-border-radius-bottomright : 25px;
	-webkit-border-bottom-right-radius : 25px;
}
#testimony1 .jQueryTabs_navLink
{
	border-top-right-radius : 15px;
	-moz-border-radius-topright : 15px;
	-webkit-border-top-right-radius : 15px;
	border-bottom-left-radius : 15px;
	-moz-border-radius-bottomleft : 15px;
	-webkit-border-bottom-left-radius : 15px;
	border-bottom-right-radius : 15px;
	-moz-border-radius-bottomright : 15px;
	-webkit-border-bottom-right-radius : 15px;
	border-top-left-radius : 15px;
	-moz-border-radius-topleft : 15px;
	-webkit-border-top-left-radius : 15px;
	font-style : italic;
}
#testimony1 .jQueryTabs_navLink.hover
{
}
#testimony1 .jQueryTabs_navLink.selected
{
}
#testimony1 .jQueryTabs_navLink .jQueryTabs_navSpan
{
	color : #050505;
	color : rgba(5, 5, 5, 0.90);
	*color : #050505;
}
#testimony1 .jQueryTabs_navLink.hover .jQueryTabs_navSpan
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1.00);
	*color : #FFFFFF;
}
#testimony1 .jQueryTabs_navLink.selected .jQueryTabs_navSpan
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1.00);
	*color : #FFFFFF;
}
#testimony1 .jQueryTabs_contentDivs
{
	font-family : Georgia, 'Times New Roman', Times, serif;
	font-weight : 700;
	transition : opacity 0.17s ease;
}
#testimony1 .jQueryTabs_content
{
	transition : height 0.17s ease;
}
@media (max-width:640px)
{
	#testimony1 .jQueryTabs_navUL
	{
		width : 280%;
		position : relative;
		left : 0px;
	}
	#testimony1 .jQueryTabs_navLI
	{
		width : 14.28%;
	}
	#testimony1 .jQueryTabs_nav
	{
		overflow : hidden;
	}
}
