.slideshow_newsletters{
	width:100%;
	float:left;
	margin:10px 0 50px 0px;
}

.slideshow_newsletters .big-images{
	position:relative;
	height:576px;
	width:824px;
	margin:auto;
}

.slideshow_newsletters .big-images .left-arrow,
.slideshow_newsletters .big-images .right-arrow{
	width:66px;
	height:67px;
	position:absolute;
	top:215px;
	display:block;
}

.slideshow_newsletters .big-images .left-arrow{
	background-image:url(img/big-left.png);
	left:0;
}

.slideshow_newsletters .big-images .right-arrow{
	background-image:url(img/big-right.png);
	right:0;
}

.slideshow_newsletters .big-images .big-image{
	position:absolute;
}

.slideshow_newsletters .big-images .big-image p{
	position:absolute;
	/*background-color:#656c74;*/
	color:white;
	padding:10px;
	background: url("img/bg-desc.png") repeat-y scroll left top transparent !important;
	font-size: 12px !important;
	width: 804px !important;
}

.slideshow_newsletters .thumbnails{
	height:105px;
	width:824px;
	float:left;
	padding: 0 13px 0 2px;

}

.slideshow_newsletters .thumbnails .container-thumbnails{
	width:100%;
	height:90px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	margin:0;
}

.slideshow_newsletters .thumbnails ul{
	margin:0;
	padding:0;
	width:2000px;
	position:absolute;
}

.slideshow_newsletters .thumbnails .thumbnail{
	float:left;
	margin:0 10px;
	list-style:none;
	padding:0;
	position:relative;
	width:108px;
	height:79px;
}

.slideshow_newsletters .thumbnails .thumbnail img{
	position:absolute;
}

.slideshow_newsletters .thumbnails .thumbnail span{
	position:absolute;
}

.slideshow_newsletters .thumbnails .thumbnail span img{
	margin:0;
}

.slideshow_newsletters .small-left-arrow,
.slideshow_newsletters .small-right-arrow{
	display:block;
	width:16px;
	height:26px;
	float:left;
	margin-top:35px;
}

.slideshow_newsletters .small-left-arrow{
	background-image:url(img/small-left.png);
	margin-left:10px;
}

.slideshow_newsletters .small-right-arrow{
	background-image:url(img/small-right.png);
}