#slideshow {
	width:240px;
	height:180px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
#slideshow  #imageContainer {
	height:180px;
	width:240px;
	position:relative;
	height:180px;
}
#slideshow_v {
	width:180px;
	height:240px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
#slideshow_v_round {
	width:180px;
	height:240px;
	background: url(../gfx/slideshow_v_round.png);
	position:relative;
}
* html body #slideshow_v_round {
	background: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://www.crowd.se/gfx/slideshow_v_round.png');
}
#slideshow_v #imageContainer {
	width:180px;
	height:240px;
	position:relative;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
