#envelope {
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 0px;
	background: white;
	font-family: Verdana, Arial, sans-serif;
}
h2 {
	font-size: 16px;
	
	padding: 2px;
	padding-left: 10px;
}
h1 {
	font-size: 18px;
	
	marigin: 0;
	padding: 10px;
	color: white;
}
p {
	font-size: 12px;
	margin-left: -20px;
	margin-top: 20px;
}
.caption {
	font-family: arial, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
}
.caption a {
	color: black;
}
/* #footer {
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: center;
	width: 100%;
	padding: 10px;
} */
#flashwrapper {
	margin-top: 20px;
	text-align: center;
	margin-left: 30px;
}
.carousel img {
	width: 133px;
	height: 100px;
}
.carousel {
	width: 400px;
	margin: auto;
}

.d-carousel {
	width: 555px;
	float: left;
	margin-top: 30px;
}
.carousel li {
	display: inline-block;
	float: left;
	list-style: none;

}
.carousel .d-carousel ul li {
	background: none;
	width: 133px;
}

.jcarousel-direction-rtl {
	direction: rtl;
}


.d-carousel .jcarousel-container {
	display: block;
	
	margin-bottom: 20px;
}

.d-carousel .jcarousel-item {
	height: 150px;
}

.d-carousel .jcarousel-container-horizontal {
	width: 88%;
	padding: 0 15px;
	margin: auto;
}

.d-carousel .jcarousel-item-horizontal {
	margin: 0 8px;
}

.d-carousel .jcarousel-next-horizontal {
	position: absolute;
	top: 30px;
	right: 0;
	margin-right: -3px;
	width: 22px;
	height: 44px;
	cursor: pointer;
	background: transparent url(../thumbs/Recht_.png) no-repeat top right;
}


.d-carousel .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(../thumbs/Recht_.png);
}

.d-carousel .jcarousel-next-horizontal:hover {
	background-position: bottom right;
	background: transparent url(../thumbs/Recht_.png) no-repeat top right;
	background-color: #ccc;
	
}

.d-carousel .jcarousel-prev-horizontal {
	position: absolute;
	top: 30px;
	left: 0;
	margin-left: 5px;
	margin-right: 20px;
	width: 22px;
	height: 44px;
	cursor: pointer;
	background: transparent url(../thumbs/Links_.png) no-repeat top left;
}
ul.carousel {
	width:2000px !important;
}
.d-carousel .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(../thumbs/Links_.png);
}

.d-carousel .jcarousel-prev-horizontal:hover {
	background-position: bottom left;
	background: transparent url(../thumbs/Links_.png) no-repeat top left;

	background-color: #ccc;
}

a.imageLink img{
	border: 1px solid gray;
	margin: 3px;
	margin-left: 10px;
}

.article-name {
	position: absolute;
font-size: 9px;
font: Verdana;
top: 110px;
border: 1px solid gray;
margin-left: 9px;
padding: 5px;
width: 124px;
text-align:  center;
color: #000;
}