body {position:relative}
 a img{border:none;}
.tabs_slideshow {
	position:relative;
}


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

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

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

/* tabs and play/stop */
.playstop {
/*float:left*/
margin-top:-50px;
margin-left:510px;
z-index:1000;
display: block;
width:48px;
z-index:1000;
position:relative;
}

/* play/stop */
.playstop .play {
background:url('play1.gif');
display:inline-block;
width:22px;
height:23px;
z-index:1001;
margin-right:-4px;
}

/* play/stop */
.playstop .stop {
background: url('Pause1.gif');
display:inline-block;
width:20px;
height:23px;
z-index:1001;
margin-left:0;
}
.playstop .play1 {
background:url('play2.gif');
display:inline-block;
width:22px;
height:23px;
z-index:1001;
margin-right:-4px;
}

/* play/stop */
.playstop .stop1 {
background: url('Pause2.gif');
display:inline-block;
width:20px;
height:23px;
z-index:1001;
margin-left:0;
}

.slidetabs {
float:right;
position: relative;
margin-top:-190px;
}


/* single tab */
.slidetabs a, .playstop a {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	width:18px;
	display:inline-block;
	text-align:center;
	border: none;
	cursor: pointer;
	z-index:1001;
}

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

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

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