#ad_slideshow	{ 
	width:700px; 
	height:467px; 
	position:relative;
	overflow:hidden;
	font-size:0.7em;
}

#ad_slideshow img { 
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:1; 
}
.slide_controls {
	position:absolute; 
	z-index:2; 
	display:block; 
	width:15px; 
	background:#000; 
	color:#fff; 
	text-align:center; 
	padding:3px; 
	text-decoration:none; 

}
.toc { 
	left:0; 
	bottom:20px;
	display:none;
}
.toc-active { 
	background:#fff; 
	color:#000; 
}

#next { 
	bottom:20px; 
	right:20px; 
}

#pause { 
	bottom:20px; 
	right:45px; 
}
#play { 
	bottom:20px; 
	right:45px; 
}

#previous { 
	bottom:20px; 
	right:70px; 
}


