/*
	border-top-radius:30px; 
	-moz-border-radius:30px; 
	-webkit-border-radius:30px;
	-khtml-border-radius:30px;
	-o-border-radius:30px;
*/

#dzines	{ 
	position:relative;
	float:left;clear:both;
	height:380px;
	width:1000px;
	overflow:hidden;
	margin-top:20px;
}

#dzines_decker {
	position:absolute;
	padding:20px;
	margin:0;
	width:590px;
	height:140px;
	min-height:140px;
	background:#AD2675;
	bottom:30px;
	right:30px;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}	

#dzines_decker.landa  {
	/*background:#555;*/
	background:#5D672B;
}

#dzines_decker h2 {
	font-weight:normal;
	margin:0;
	margin-bottom:20px;
	padding:0;
	color:#DFACCA;
	font-size: 28px; 
	line-height:32px;
	font-size: 1.8em;
	line-height:150%;
}

#dzines_decker.landa h2 {
	/*color:#c3c3c3;*/
	color:#BEC2AA;
}

#dzines_decker p {
	margin:0;
	color:#fff;
	width:450px;
}

#dzines_decker a {
	padding-top:15px;display:block;
	margin:0;
	color:#fff !important;
font-weight:bold;
}

#dzines_decker.landa p {
	width:auto;
}

#dzines_box {
	float:left;clear:both;
	width:1000px;
	margin:0;
	padding:0px;
}

.dzines_title	{ 
	position:absolute;
	left:50px;
	top:20px;
	z-index:99;
}

.karusell {
	position:relative;
	overflow: scroll; 
	width:1000px;
	height: 160px;
	margin-top:20px;
	top:0px;
	left:0px;
	background:#e5e5e5;
}

.karusell .karusell_box {
	position: absolute; 
	background:#ffffff;
	width:1000px;
	height: 160px;
}

.karusell a.karusell_panel .intro{
	float: left; 
	overflow: hidden; 
	width:320px;max-width:320px;
	height:160px;max-height:160px;
	margin:0;
	margin-right:20px;
	cursor:hand;
	background:#e5e5e5;
	display:block;
}

.karusell a.karusell_panel:hover .intro,
.karusell a.karusell_panel .intro.active {
	background:#c5c5c5;
}

.karusell a.karusell_panel  p {
	text-align: left; 
	overflow: hidden;
	color:#000000;
	width:280px;max-width:280px;
	height:60px;max-height:60px;
	padding-left:20px;
	padding-right:20px;
}

.karusell a.karusell_panel:hover .intro p {
	color:#000000;
}

.karusell a.karusell_panel  h2 {
	font-size: 1.5em;
	/*line-height:140%;*/
	font-weight:normal;
	margin:0px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	overflow:hidden;
	width:250px;max-width:250px;
	height:50px;
	color:#AD2675;
}

.karusell.landa a.karusell_panel  .intro h2 {
	position:relative;
	color:#555;
	z-index:2;
}

.karusell.landa a.karusell_panel:hover  .intro h2 {
	display:none;
}

.karusell.landa a.karusell_panel:hover  .intro h2,
.karusell.landa a.karusell_panel .intro.active h2 {
	display:none;
}

.karusell.landa a.karusell_panel  .intro img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.karusell.landa a.karusell_panel .moreinfo{
	position:relative;
	padding:0;
	z-index:99;
	float:left;
	clear:both;
	top:200px;
	height:160px;
	width:320px;max-width:320px;
	/*background:#526823;*/
	background:#5D672B;
	color:#fff;
	overflow:hidden;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

.karusell a.karusell_panel .moreinfo p {
	color:#fff;
	width:280px;max-width:280px;
	height:60px;max-height:60px;
	padding-left:20px;
	padding-right:20px;
}

.karusell.landa a.karusell_panel .moreinfo.active,
.karusell.landa a.karusell_panel:hover .moreinfo {
	position:absolute;
	top:0px;
	left:0px;
	padding:0;margin:0;
}

.karusell a.karusell_panel  .moreinfo h2 {
	color:#ffffff;
}