.illustration,
.illustration .img-wrap {
	position:relative;
	width:360px;
	height:235px;
	overflow:hidden;
}
.illustration .img-wrap {
	background:0 0 no-repeat;
}
.illustration .panel,
.illustration .panel .controls,
.illustration .panel .bg {
	height:75px;
	width:360px;
}
.illustration .panel {
	position:absolute;
	top:160px;
	left:0;
}
.illustration .panel .controls {
	position:relative;
	color:#fff;
	display:none;
}
.illustration .panel .bg {
	left:0;
	position:absolute;
	background:#000;
	opacity:.4;
	filter:alpha(opacity=40);
}
.illustration .panel .image-index {
	position:relative;
	top:11px;
	left:80px;
	font:normal 12px Arial, Helvetica, sans-serif;
}
.illustration .panel .left-arrow,
.illustration .panel .right-arrow,
.illustration .panel .play,
.illustration .panel .stop {
	position:absolute;
	width:27px;
	height:26px;
	background:url(/i/slideshow.png) 0 0 no-repeat;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/i/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 {
	position:absolute;
	display:block;
	left:0;
	top:203px;
	width:340px;
}
.illustration .copyright .buy {
	color:#3b78a8;
}

/* slideshow in photo article */
.photo .illustration,
.photo .illustration .img-wrap {
	position:relative;
	width:467px;
	height:auto;
}
.photo .illustration .img-wrap {
	width:auto;
	float:left;
}
.photo .illustration {
	margin:0 auto;
	overflow:visible;
}
.photo .illustration .img-wrap {
	background:0 0 no-repeat;
}
.photo .illustration .panel,
.photo .illustration .panel .controls,
.photo .illustration .panel .bg {
	height:36px;
	width:467px;
}
.photo .illustration .panel {
	position:absolute;
	top:0;
	left:0;
}
.photo .illustration .panel .play,
.photo .illustration .panel .stop {
	top:10px;
	left:227px;
}
.photo .illustration .descr {
	display:block;
	position:relative;
	margin:0 -25%;
	zoom:1;
	clear:both;
}
.photo .illustration .copyright {
	position:relative;
	left:auto;
	top:auto;
	width:auto;
	text-align:center;
	margin:5px 0 18px;
}
