#newsCarouselWrapper {
	float: left;
    width: 690px;
    overflow: hidden;
}

#newsCarouselContent {
    width: 2500px;
}

	#newsCarouselContent .newsBlock {
		float: left;
		width: 690px;
	}

	#newsCarouselContent .newsBox {
	    float: left;
	    width: 210px;
		padding: 10px;
	}
	
		#newsCarouselContent .newsBox .footNote {
			float: left;
			line-height: 20px;
			height: 20px;
			color: #666666;
			font-size: 10px;
		}
		
		#newsCarouselContent .newsBox .readMore {
			float: right;
		}

.newsCarouselControl {
	float: left;
	width: 15px;
	height: 30px;
	margin-top: 60px;
	cursor: pointer;
}

	.newsCarouselControl.prev {
		background: url("/pictures/layout/prototip/leftmiddle.png") no-repeat left center;
	}
	
	.newsCarouselControl.next {
		float: right;
		background: url("/pictures/layout/prototip/rightmiddle.png") no-repeat right center;
	}