#targetWrap {position:relative;}
#caption {
	background:#000; 
	color:#FFF; 
	position:absolute; 
	top:0; 
	left:0; 
	height:180px; 
	width:180px;
	padding:10px;
	font-size:1.3em;
	opacity:0.5;
	filter:alpha(opacity=50);
}
a#next, a#prev {
	width:24px; 
	height:24px;
	display:inline-block;
	text-indent:-999em;
	overflow:hidden;
	background:url(../../images/next.gif) top left no-repeat;
}

a#prev {
	background:url(../../images/prev.gif) top left no-repeat;
}
