.illustration {
	#margin-bottom:1em;
}
.illustration,
.illustration .img-wrap {
	position:relative;
	width:360px;
	height: 203px;
}
.illustration .img-wrap {
	background:0 0 no-repeat;
}
.illustration .panel,
.illustration .panel .controls,
.illustration .panel .panel_bg {
	height:36px;
	width:360px;
}
.illustration .panel {
	position:absolute;
	top:167px;
	left:0;
}
.illustration .panel .controls {
	position:relative;
	color:#fff;
	opacity:0;
	filter:alpha(opacity=0);
}
.illustration .panel .panel_bg {
	left:0;
	position:absolute;
	background:#000;
	opacity:.5;
	filter:alpha(opacity=50);
}
.illustration .panel .image-index {
	position:relative;
	top:11px;
	left:80px;
	width:70px;
	font:normal 11px Arial, Helvetica, sans-serif;
	//filter:alpha(opacity=100);
}
.illustration .panel .left-arrow,
.illustration .panel .right-arrow,
.illustration .panel .play,
.illustration .panel .stop {
	position:absolute;
	width:27px;
	height:26px;
	background:url(/i/slideshow/slideshow.png) 0 0 no-repeat;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/i/slideshow/slideshow.png, sizingMethod=scale);
	cursor:pointer;
}
.illustration .panel .left-arrow,
.illustration .panel .right-arrow {
	top:14px;
}
.illustration .panel .play,
.illustration .panel .stop {
	top:10px;
	left:174px;
}
.illustration .panel .left-arrow {
	left:9px;
	clip:rect(0 9px 9px 0);
}
.illustration .panel .right-arrow {
	right:9px;
	clip:rect(0 27px 9px 17px);
	margin:0 -1px 0 -17px;
}
.illustration .panel .play {
	clip:rect(10px 27px 26px 14px);
	margin:-10px 0 0 -14px;
}
.illustration .panel .stop {
	clip:rect(10px 13px 26px 0);
	margin:-10px 0 0 0;
}
.illustration .copyright,
.illustration .copyright a,
.illustration .copyright a:hover {
	color:#c4c4c4;
	text-decoration:none;
}

.illustration .copyright {
	display:block;
	width:359px;
	font:10px Arial, Helvetica, sans-serif;
	text-align:right;
}

