div.box {display:block; position:relative; clear:both; width:698px;	height:352px; margin:0px 0 0 72px; }
div.box div.bottom {display:block; position: relative; clear:both; width:762px;	height:352px; line-height:0px; overflow:hidden;}
#showcase {display:block; position:absolute; overflow:hidden; clear:both; width:698px; margin:0px; top:0px; left:31px;}
#showcase ul.fullview {display:block; width:12000px; position:relative;	list-style-type:none; margin:0px; padding:0px;}
#showcase ul.fullview li {display:block; position:relative; float:left; width:698px; margin:0px; padding:0px;}
#showcase ul.fullview li img.crops {display:block; width:698px; }
#slider-controls {display:block; position:absolute; top:175px; left:0px; width:762px; height: 23px;}
#slider-controls a {display:none; text-indent:-10000px;	overflow:hidden;}
#slider-controls a.prev {display:block; position:absolute; top:0px;	left:0px; width:31px; height:23px; background:url(../images/arrow_left.gif) no-repeat; outline:none;}
#slider-controls a.next {display:block; position:absolute; top:0px;	right:0px;	width:31px; height:23px; background:url(../images/arrow_right.gif) no-repeat; outline:none;}
#tooltip{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: auto;
	padding-bottom: 17px;
	background: url(images/tooltip-bottom.gif) no-repeat bottom left;
	z-index: 1000;
	opacity: .85;
	filter: alpha(opacity=85);
}

#tooltip span.text {
	display: block;
	width: 132px;
	height: auto;
	padding: 5px 9px 0px 9px;
	background: url(images/tooltip-top.gif) no-repeat top right;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

