



.content-modules .box{
	border: solid 1px silver;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 1px 1px 5px silver;
    -webkit-box-shadow: 1px 1px 5px silver;
    box-shadow: 1px 1px 5px silver;

	background-color: white;
	background-image: -moz-linear-gradient(300deg, white 60%, #efefef 90%);
	background-image: -webkit-gradient(linear, left top, right bottom, 
		from(white), to(#efefef),
		color-stop(.7, white)
	);

}




	
	
	
	



	
	
	
		.module-burgw_slideshow .slideshow{
	position: relative;
	margin: 0px 0px 0px 0px;
}
.module-burgw_slideshow .slideshow .module-burgw_slideshow_text{
	display: none;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.module-burgw_slideshow .slideshow .module-burgw_slideshow_text a{
	display: block;
	text-decoration: none;
	color: #000;
}
.module-burgw_slideshow .slideshow .module-burgw_slideshow_text a:hover{
	color: #000;
}
.module-burgw_slideshow .slideshow .module-burgw_slideshow_text .slidshow_text_box{
	width: 200px;
	height: 220px;
	overflow: hidden;
	background: rgba(227, 24, 25, 0.8);
	padding: 10px;
	color: #fff;
	position: absolute;
	left: 20px;
	top: 20px;
}
.module-burgw_slideshow .slideshow .module-burgw_slideshow_text .slidshow_text_box h2{
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}
.module-burgw_slideshow .slideshow .module-burgw_slideshow_text .slidshow_text_box .slidshow_text{
	font-size: 12px;
	line-height: 18px;
}
.module-burgw_slideshow .slideshow .nav{
	display: block;
	position: absolute;
	bottom: 10px;
	left: 375px;
	z-index: 1000;
	background: rgba(155,155,155,0.8);
	padding: 5px 30px;
}
.module-burgw_slideshow .slideshow .nav .cycle-pager span{
	display: block;
	width: 13px;
	height: 13px;
	margin-right: 7px;
	float: left;
	font-size: 0px;
	border: solid 1px #fff;
	border-radius: 15px;
	-ms-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #fff;
	background: #fff;
	cursor: pointer;
}
.module-burgw_slideshow .slideshow .nav .cycle-pager span.cycle-pager-active{
	border: solid 1px #e31819;
	background: #e31819;
}
.module-burgw_slideshow .slideshow .nav .cycle-pager span:last-child{
	margin-right: 0px;
}
.module-burgw_slideshow .slideshow .nav .cycle-prev, .module-burgw_slideshow .slideshow .nav .cycle-next{
	background: none;
	border: none;
	line-height: 11px;
	position: absolute;
	font-weight: bold;
	font-size: 36px;
	cursor: pointer;
}
.module-burgw_slideshow .slideshow .nav .cycle-prev{
	left: 3px;
}
.module-burgw_slideshow .slideshow .nav .cycle-next{
	right: 3px;
}

		
	
	
