.p7TPM01, .p7TPM01 .p7TPM_tabs li, .p7TPM01 .p7TPMtabs, .p7TPM01 .p7TPMtabs_viewport,
.p7TPM01 .p7TPM_tabs a, .p7TPM01 .p7TPM_tabs a:visited, .p7TPM01 .p7TPMcwrapper, .p7TPM01 .p7TPM_content,
.p7TPM01 .p7TPM_arrows a, .p7TPM01 .p7TPM_arrow_L, .p7TPM01 .p7TPM_arrow_R {
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: none;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	color: #fff;
}
.p7TPMtabs_wrapper{ margin-left:0%;}
.p7TPM01 {
	width: 100%;
	margin: 0 auto;
	float:left;
}
.p7TPM01 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPM01 .p7TPMtabs {
	position: relative;
	z-index: 999;
	overflow: hidden;
}
.p7TPM01 .p7TPM_arrow_L, .p7TPM01 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: 9999999999;	
}
.p7TPM01 .p7TPM_arrow_R {
	float: right;
}
.p7TPM01 .p7TPM_arrows a {
	display: block;
	text-decoration: none;
	color: #CCC;
	text-indent: -9999px;
	width: 26px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.p7TPM01 .p7TPM_arrows a:hover, .p7TPM01 .p7TPM_arrows a:focus {
	outline: 0;
}
.p7TPM01 .p7TPM_arrows a.off {
	display: block;
	cursor: default;
}
/*Trigger Viewport*/
.p7TPM01 .p7TPMtabs_viewport {
	position:relative;
	overflow:hidden;
	background-image:url(img/bg-d.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color:#000;
	/*border-bottom: 3px solid #ffde00;*/
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM01 .p7TPM_arrows a, .p7TPM01 .p7TPM_tabs a, .p7TPM01 .p7TPM_tabs a:visited {
	font-size: 15px;
	font-weight:bold;
	padding: 10px 12px 22px 12px;
}
/*Trigger Wrapper*/
.p7TPM01 .p7TPMtabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TPM01 .p7TPM_tabs {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	position: relative;
	z-index: 999;
}
.p7TPM01 .p7TPM_tabs a img {
	border: 0;
}
.p7TPM01 .p7TPM_tabs li {
	float: left;
	list-style-type: none;
	position: relative;
	margin:0 0px 0 0;
	text-transform:uppercase;
}
.p7TPM01 .p7TPM_tabs .tpmfirst {
	margin-left: 0;
}
.p7TPM01 .p7TPM_tabs a, .p7TPM01 .p7TPM_tabs a:visited {
	display: block;
	color: #ffc372;
	text-decoration: none;	
}
.p7TPM01 .p7TPM_tabs .tpmfirst a {
}
.p7TPM01 .p7TPM_tabs a:hover, .p7TPM01 .p7TPM_tabs a:focus {
	outline: 0;
	color: #fff;
}
.p7TPM01 .p7TPM_tabs li.open {
	background-color:#ffc372;
	background-image:url(img/bg-h-d.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.p7TPM01 .p7TPM_tabs a.open, .p7TPM01 .p7TPM_tabs a.open:visited {
	text-decoration: none;
	color: #000;
}
/*Panels*/
/*Outer Wrapper*/
.p7TPM01 .p7TPMcwrapper {
	position: relative;
}
.p7TPM01 .p7TPMcwrapper.arrows_on {
	-moz-border-radius: 0 0px 5px 5px;
	-webkit-border-radius: 0 0px 5px 5px;
	border-radius: 0 0px 5px 5px;
}
/*Panels Viewport*/
.p7TPM01 .p7TPM_vp {}

/*Individual panels*/
.p7TPM01 .p7TPM_content {
	padding:2% 0%;
	color: #fff;
}
.p7TPM_slide_panel_v{ min-height:308px;}

@media only screen and (max-width: 1001px) {
.p7TPM01{ padding:5px 2%; width:96%;}
.p7TPM01 .p7TPM_arrows a, .p7TPM01 .p7TPM_tabs a, .p7TPM01 .p7TPM_tabs a:visited {
	font-size: 11px;
	font-weight:bold;
	padding: 9px 7px 20px 7px;
}
}