/* 
 * (c) virtual identity AG 
 */
div#vi-stoerer
{
	position: absolute;
	z-index: 998;
	width: 340px;
	height: 170px;
	overflow: hidden;
}

div.vi-stoerer-left
{
	bottom: 20px;
	left: 0;
}

div.vi-stoerer-right
{
	bottom: 20px;
	right: 0;
}

div#vi-stoerer iframe#vi-stoerer-include
{
	border: none;
	width: 340px;
	height: 170px;
}

div.vi-stoerer-left div#vi-clicklayer
{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 170px;
	z-index: 999;
	cursor: pointer;
	background-image: url(http://tag1.virtual-identity.com/stoerer/resources/arrow-left.gif);
	background-repeat: no-repeat;
	background-position: 13px 81px;
}

div.vi-stoerer-right div#vi-clicklayer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 170px;
	z-index: 999;
	cursor: pointer;
	background-image: url(http://tag1.virtual-identity.com/stoerer/resources/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 13px 81px;
}
