#slider_container_1 {
	float: left;
	width: 750px;
	-moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	border-radius: 10px 10px;
	height: 350px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 10px;
}

#SliderName{
	width: 750px;
	height: 350px;
	margin: auto;
}
#slider #reklam {
	float: left;
	height: 340px;
	width: 300px;
	background-color: #DF1521;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
}


.SliderNamePrev{
	width: 36px;
	height: 50px;
	display: block;
	position: absolute;
	top: 138px;
	left: -292px;
	text-decoration: none;
	background-image: url(/img/left.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -55px;
	margin-top: -30px;
}

.SliderNameNext{
	width: 36px;
	height: 50px;
	display: block;
	position: absolute;
	top: 138px;
	right: 10px;
	text-decoration: none;
	background-image: url(/img/right.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: -55px;
	margin-top: -30px;
}

.SliderNameDescription{
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding: 5px;
	display: block;
	margin-top: 30px;
}

#SliderNameNavigation {
	height: 0px;
	-moz-border-radius: 6px 6px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover{
	margin: 0;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	text-decoration: none;
}

#SliderNameNavigation a.active:link, #SliderNameNavigation a.active:active, #SliderNameNavigation a.active:visited, #SliderNameNavigation a.active:hover{
}


