<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* tabs */
.ui-tabs {
	position: relative;
	min-width: 670px;
	max-width: 670px;
	height: 130px;
	z-index: 0;
	height: 236px;
	width: 670px;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.innertab {
	height: 236px;
	width: 670px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#tabs img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 0;
}




.ui-tabs .ui-tabs-nav {
	z-index: 9999;
	list-style-type: none;
	display: block;
	position: absolute;
	width: 161px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	height: 236px;
}

.ui-tabs .ui-tabs-nav li {
	float:left;
	list-style-type: none;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0;
	height: 59px;
	width: 161px;
}
.ui-tabs .ui-tabs-nav li a {
	display:block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	width: 161px;
	padding: 0px;
	height: 59px;
	background-image: url(/imagesn/slider-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.ui-tabs .ui-tabs-nav li a span{
	padding-top: 10px;
	padding-left: 13px;
	display: block;
	line-height: 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	width: 120px;
}




.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	background-repeat: no-repeat;
	background-position: right top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(/imagesn/slider-bg.png);
}



.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-panel {
	display: block;
	background-image: url(/imagesn/trash1.jpg);
}
.ui-tabs .ui-tabs-hide { display: none !important; }	

#lasttab span {
	display: block;
/*	padding-top: 20px;*/
}

#lasttab a  {
-webkit-border-radius: 0px 0px 0px 5px;
border-radius: 0px 0px 0px 5px;
}

#firsttab a  {
-webkit-border-radius: 5px 0px 0px 0px;
border-radius: 5px 0px 0px 0px;
}
</pre></body></html>