
/* tabs (those little circles below slides) */
.slidetabs {
  display:block;
	position:relative;
	top:-24px;
	float:right;
	z-index:20;
	min-width:12px;
	padding-right:24px;
}

/* single tab */
.slidetabs a {
	width:12px;
	height:12px;
	float:left;
	margin:4px;
	background:url(../images/customer/eng/pagination.gif) 0 0 no-repeat;
	display:block;
	font-size:0px;
	text-indent:-9999em;
}

/* mouseover state */
.slidetabs a:hover {
    background-position:0 -12px;
}

/* active state (current page state) */
.slidetabs a.current, .slidetabs a.activeSlide {
    background-position:0 -12px;
}


/* prev and next buttons */
.forward, .backward {
    float:left;
    margin-top:140px;
    background:#fff url(/media/img/scrollable/arrow/hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    cursor:pointer;
    font-size:1px;
    text-indent:-9999em;
}

/* next */
.forward { background-position: 0 -30px; clear:right; }
.forward:hover { background-position:-30px -30px; }
.forward:active	{ background-position:-60px -30px; }


/* prev */
.backward:hover	{ background-position:-30px 0; }
.backward:active { background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are
   configured with rotate: true */
.disabled {
    visibility:hidden !important;
}

/* MTR People tabs */
.mtrpeople_slidetabs {
  display:block;
	position:absolute;
	bottom:2px;
	right:4px;
	z-index:20;
	min-width:12px;
}

.mtrpeople_slidetabs a {
	width:12px;
	height:12px;
	float:left;
	margin:1px;
	background:url(../images/customer/eng/pagination.gif) 0 0 no-repeat;
	display:block;
	font-size:0px;
	text-indent:-9999em;
}

/* mouseover state */
.mtrpeople_slidetabs a:hover {
    background-position:0 -12px;
}

/* active state (current page state) */
.mtrpeople_slidetabs a.current, .mtrpeople_slidetabs a.activeSlide {
    background-position:0 -12px;
}

