.contentslide{
	border: 0px;
	padding: 0px;
	width: 315px;
	height: 131px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 315px;
	height: 131px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 0;
	opacity: 0;

}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	width: 320px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:21px;
	text-align: right;
	padding-right:5px;
	padding-top:5px;
	background-color: transparent;
}

.pagination a{
	text-decoration: none;
	background-image:url(Bilder/slider.png);
	width:14px;
	height:14px;
	color: #ffffff;
}

.pagination a:hover, .pagination a.selected{
	background-image:url(Bilder/slider.png);
	width:14px;
	height:14px;
	color: #ffffff;
}
