#slider img {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	background-color: #FFFFFF;
}

a.toc {
	position: absolute;
	bottom: 30px;
	z-index: 2;
	/*width: 20px;*/
	min-width: 20px;
	font-weight: bold;
	background: #E5E4E4 url("/images/wrungshop/tocgra.png") repeat-x;
	color: #636363;
	border: 1px solid #C8C8C8;
	text-align: center;
	padding: 4px 6px;
	text-decoration: none;
}

a.tocActive {
	background-color: #D6B103;
	color: #FFFFFF;
}

#previous {
	position: absolute;
	top: 158px;
	left: 40px;
	z-index: 2;
	width: 34px;
	height: 34px;
	background: url('/images/wrungshop/arrowlt.jpg');
}

#next {
	position: absolute;
	top: 158px;
	right: 40px;
	z-index: 2;
	width: 34px;
	height: 34px;
	background: url('/images/wrungshop/arrowrt.jpg');
}
