.psc-tab-strip {
	white-space: nowrap;
	overflow: hidden;
}
.psc-tab 
{
	float: left;
	border-left: 2px solid #000000;
	padding: 0px;
	margin: 0px;
}
.psc-tab a {
	background-color: #d0deed;
	font-weight: bold !important;
	display: block;
	padding: 8px;
	margin: 0px;
}
.psc-tab a:hover, .psc-tab-active a {
	background-color: #183e72;
	color: #ffffff !important;
	font-weight: bold !important;
}
.psc-tab-content {
	display: none;
	clear: both;
	background: #ffffff;
	border: 3px solid #b8b8b8;
	border-top: 2px solid #000000;
	padding: 8px;
}
a.top_up {
	border: 0px none red;
}
a.top_up img {
	border: 0px none red;
	width: 200px;
}
a#tiny-lightbox-prev span {
	filter: none !important;
	background-image: url('prev.png');
}
a#tiny-lightbox-next span {
	filter: none !important;
	background-image: url('next.png');
}

