div#article_carousel {
	position:relative;
	margin-top: 11px;
	width: 494px;	
	height: 326px;
	font-family: tahoma;
	overflow: hidden;
}

#carousel_pointer {
	position: absolute;
	top: 134px;
	left: 24px;
	background-image: url(../images/carousel_pointer.png);
	width: 67px;
	height: 59px;
}

#carousel_large {
	position:absolute;
	top:0;
	left:0px;
	background-color:white;
	height: 182px;
	width:494px;
	width: 2076px;

}
#carousel_tabs {
	position: absolute;
	top: 182px;
	left:0;
}
.carousel_content {
	float:left;
	width:494px;
	height: 182px;
	overflow: hidden;
}

.carousel_left {
	float: left;
	width:242px;
	height:182px;
}

.carousel_right {
	float: right;
	width: 242px;
	height:182px;
}

.carousel_image {
	float:left;
	width: 240px;
	height: 180px;
	background-color: #ccc;
	border: solid 1px black;
}
/*
.carousel_text {
	float:right;
	width:242px;
	height: 182px;
}
*/
.carousel_tab {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 100px;
	height: 116px;
	
	background-color: #b3b3b3;
	border: solid 1px #999;
	color:white;
	
	padding: 8px 7px;

}

.carousel_tab.first {
	margin-left: 0;
}

.carousel_tab.selected {
	/*background-color: #dbdbdb;*/
	/*color:#535353;*/
	/*border: solid 1px #b3b3b3;*/
}

.carousel_text_title {
	font-size:16px;
	margin-bottom:5px;
}

.carousel_text_title a {
	color:#535353;
}
.carousel_text_title a:hover {
	text-decoration: underline;
}

.carousel_text_lead {
	font-size: 11px;
	letter-spacing: 0.03em;
	line-height: 16px;
}

.carousel_tab_image {
	border: solid 1px white;
	width: 98px;
	height: 71px;
	margin-bottom:3px;
}

.carousel_tab_lead {
	font-size:11px;
	text-align:center;
	line-height:14px;
	height:42px;
	overflow: hidden;
}

.carousel_text_footer {
	position:absolute;
	bottom:0;
	height:21px;
}
.carousel_info {
	background-color:#B3B3B3;
	color:white;
	display:block;
	float:left;
	font-size:10px;
	height:21px;
	margin-right:2px;
	padding-left:4px;
	text-transform:uppercase;
	width:78px;
}
.article_comments {
	background-color:#535353;
	color:white;
	font-size:8px;
	width:15px;
}
.article_reportage, .article_text, .article_comments {
	display:block;
	float:left;
	height:15px;
	line-height:14px;
	margin:3px 5px 2px 0;
	text-align:center;
}

.read_further {
	background:white url(../images/read_further.png) no-repeat scroll right bottom;
	height:21px;
	display: block;
	float:left;
	width:74px;
}