@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 547px;
	padding: 0px;
	border:none;
}
#slidingPanel{
	margin-left:0px;
/*	border-left:1px solid #EEEEEE; */
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}

.SlidingPanelsContent {
	float: left;
	width: 547px;
	overflow: hidden;
	margin:0px;
/*	padding-right:10px;
	padding-left:10px; */
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.slidingTabPanelWrapper {
	height:30px;
	margin:10px 0px 15px 0px;
	display: none;
	width:547px;
/*	border:solid 1px #ccc;*/
	float:left;
	border:solid 0px #E7E7E7;
	border-bottom-width:1px;	
/*	background:url(img/tab_shadow.png) bottom center no-repeat; */
}
.slidingTabPanel {
	list-style:none;
	margin:0px;
	padding:0;
	/*width:450px;*/
	height:29px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	/*width:126px;*/
	margin:0 2px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	/*width:144px;*/
	height:29px;
	cursor:default;
	outline:none;
	background-position:-144px;
}
.tab {
	position:relative;
	top:1px;
	display:block;
	height:29px;
/*	background-position:-126px;
    width:144px;*/
	cursor:pointer;
	outline:none;
}
.tab:hover {
	position:relative;
	top:1px;
	display:block;
	height:29px;
	background-position:-144px;
	cursor:pointer;
	outline:none;
/*	background-position:-126px;
    width:144px;*/
}

#credit {
	background-image:url(../../content_images/aboutus/credit.gif);
	width:104px;
}
#credit.tabActive {
	background-position: -104px center;
}
#credit.tab:hover {
	background-position: -104px center;
}

#debit {
	background-image:url(../../content_images/aboutus/debit.gif);
	width:97px;
}
#debit.tabActive {
	background-position: -97px center;
}
#debit.tab:hover {
	background-position: -97px center;
}

#netbanking {
	background-image:url(../../content_images/aboutus/netbanking.gif);
	width:97px;
}
#netbanking.tabActive {
	background-position: -97px center;
}
#netbanking.tab:hover {
	background-position: -97px center;
}

#cashcards {
	background-image:url(../../content_images/aboutus/cashcards.gif);
	width:95px;
}
#cashcards.tabActive {
	background-position: -95px center;
}
#cashcards.tab:hover {
	background-position: -95px center;
}

#mobilepayments {
	background-image:url(../../content_images/aboutus/mobilepayments.gif);
	width:125px;
}
#mobilepayments.tabActive {
	background-position: -125px center;
}
#mobilepayments.tab:hover {
	background-position: -125px center;
}

#indian {
	background-image:url(../../content_images/aboutus/indian.gif);
}
#chinese {
	background-image:url(../../content_images/aboutus/chinese.gif);
}
#singapore {
	background-image:url(../../content_images/aboutus/singapore.gif);
}
/*#effects {
	background-image:url(img/tab_effects_II.png);
}*/

ul{
	padding-left:0px;
	margin-left:0px;
}

ul li {
	margin-left:0px;
	font-size:12px;
	color:#333;
}