body {position:relative}

.tabs_slideshow {
	position:relative;
}


/* container for slides */
.images {
	position:relative;	
}

/* single slide */
.images div {
	display:none;
	top:0;
	left:0;		
	position:absolute;
}

.controls {margin-top:4px; padding-bottom:10px}

/* tabs and play/stop */
.playstop {
float:left
}

/* play/stop */
.playstop .play {
background: url(/transactionservices/home/img/play1.gif);
display:block;
width:13px;
height:13px;
float:left;
margin-right:10px;
}
.playstop .play:hover {
background: url(/transactionservices/home/img/play2.gif);
}

/* play/stop */
.playstop .stop {
background: url(/transactionservices/home/img/pause1.gif) no-repeat;
display:block;
width:13px;
height:13px;
float:left;
}
.playstop .stop:hover {
background: url(/transactionservices/home/img/pause2.gif) no-repeat;
}

.slidetabs {
float:right;
}


/* single tab */
.slidetabs a, .playstop a {
	color:#cccccc;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	width:20px;
	display:block;
	float:left;
	text-align:center;
}

/* mouseover state  */
.slidetabs a:hover, .playstop a:hover  {
	color:#999999;
}

/* active state (current page state)  */
.slidetabs a.current, .playstop a.current {
	color:#999999;
} 


/* tabs and back/fwd */
.backfwd {
position:absolute;
top:10px; left:175px;
}

.backfwd .backward {
background: url(/transactionservices/home/sa/2010q2/recruitment/img/back3.jpg);
display:block;
width:13px;
height:13px;
float:left;
}
.backfwd .backward:hover {
background: url(/transactionservices/home/sa/2010q2/recruitment/img/back2.jpg);
}

.backfwd .forward {
background: url(/transactionservices/home/sa/2010q2/recruitment/img/play3.jpg);
display:block;
width:13px;
height:13px;
float:left;
}
.backfwd .forward:hover {
background: url(/transactionservices/home/sa/2010q2/recruitment/img/play2.jpg);
}

.backfwd .stop {
background: url(/transactionservices/home/sa/2010q2/recruitment/img/pause3.jpg) no-repeat;
display:block;
width:13px;
height:13px;
float:left;
}
.backfwd .stop:hover {
background: url(/transactionservices/home/sa/2010q2/recruitment/img/pause2.jpg) no-repeat;
}




/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
