
#CarouselContainer {
	position:relative; 
	float:left; 
	background:#eee; 
	margin: 11px 0 0 0; 
}

		#CarouselTxt { 
			background:#000; 
			padding:20px 10px 10px 10px; 
			width:140px; 
			float:right; 
			height:260px;
			color:#aaa;
		}

				#CarouselTxt h3 {
					font-family: Georgia, Times, serif;
					font-weight:normal;
					font-size: 16px;
					line-height: 20px;
					margin-bottom: 0px;
				}

						#CarouselTxt h3 a {
							font-family: Georgia, Times, serif;
							text-transform: none;
							color:#fff;
						}
				#CarouselTxt .boxedDate { }
						#CarouselTxt .boxedDate .month { 
							color: #ffffff; 
						}
				#CarouselTxt .metaData { margin-left: 35px; }
				#CarouselTxt .author { 
					margin:0; 
					color:#a9a9a9;
				}
					#CarouselTxt .author a {
						font-size: 10px;
						color: #4ed4f0;
					}
				#CarouselTxt .articleBody {
					height: 100px;
					line-height: 16px;
					color: #d5d5d5;
				} 
	#CarouselNav{
		position:absolute; 
		top:1px; 
		left:279px; 
		z-index:5;
	}

			#CarouselNav ul { 
				list-style:none;
				margin:0;
			}
		
					#CarouselNav li {}
					
							#CarouselNav .bt_nav{ 
								background:#000; 
								width:17px; 
								margin:1px; 
								cursor:pointer; 
								color:#999; 
								border:#333 1px solid;
								text-align:center;
								font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
							}
							
									#CarouselNav .CarouselCurrent{
										color:#FFF;
										width:18px; 
										border-color:#000;
									}
		
	.carousel li{
		width:460px; 
		height:290px;
	}

			.carousel img,
			#CarouselContainer .imageBox{
				width:300px; 
				float:left;
			}
			
