div#modalWrapper {
	border: none;
}

a#closeBut {
	top: 10px;
	right: 20px;
	width: 30px;
	height: 25px;
	background: url(../img/close2.gif) no-repeat;
}

div.wrapper div#modalContent {
	padding: 0px;
	width: 721px;
	height: 469px;
	background: url(../img/newsPreview.jpg) 0 0 no-repeat;
}




.newsPreview{
	width: 721px;
	height: 469px;
	position: relative;
}

.flexcroll.flexNews{
	left: 101px;
	top: 75px;
	width: 535px;
	height: 285px;
	z-index: 3;
}

.flexNews .desc{
	width: 365px;
	float: left;
	text-align: left;
	color: #000;
	font-size: 11px;
	min-height: 100px;
}
.flexNews .title{
	color: #bf0000;
	font-weight: bold;
	width: 365px;
	padding: 0 0 10px 0;
}

.flexNews .pics{
	width: 108px;
	float: left;
	margin: 0 0 0 20px;
}


.flexNews .pics .pic{
	width: 106px;
	height: 82px;
	background: url(../img/newsPicbg.png) 0 0 no-repeat;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
	display: block;
}

.flexNews .pics .pic img{
	border: none;
	width: 98px;
	height: 73px;
	position: absolute;
	top: 1px;
	left: 4px;
}

