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

		/*--- text ---*/
		#CarouselTxt{ 
			background:#000; 
			padding:6px 12px 6px 12px; 
			display:block;
			overflow: hidden; 
			width:156px; 
			float:left; 
			height:288px;
		}

			
				#CarouselTxt h3 {
					font-size:1.6em;
					font-weight:100;
					line-height:1.3em;
					margin-top:0;
					margin-bottom:8px;
					font-family:Georgia,"Times New Roman";
					font-weight:normal;
					text-transform:none;
				}

						#CarouselTxt h3 a{
							color:#fff;
							text-decoration:none;
						}

				#CarouselTxt p{
					color:#d5d5d5;
					margin-bottom:0;
				}

				#CarouselTxt .date{ 
					margin:0; 
					color:#333; 
				}
		
				#CarouselTxt .author{ 
					margin:0; 
					color:#a9a9a9;
				}
		
						#CarouselTxt .author a{ 
							font-size:0.8em;
							color:#8eae00;
						}

				#CarouselTxt .boxedDate{
					background-color:#205160;
					font-size:1.05em;
					height:30px;
					margin-right:12px; margin-bottom:8px;
					width:30px;
				}
				
						#CarouselTxt .boxedDate .day{
							color:#a1b1b6;
							font-size:1em;
							line-height:1em;
						}
				
						#CarouselTxt .boxedDate .month{
							color:#fff;
							font-size:0.8em;
							line-height:1.2em;
							margin-top:3px;
						}
						
				#CarouselTxt .articleBody{
					clear:both;
					font-size:0.92em;
					line-height:1.35em;
					margin:0 8px 0 2px;
					padding-top:3px;
				}


		
		/*--- navi ---*/
		#CarouselNav{
			position : absolute; 
			z-index:5;
			background:#205160;
			float:none;
			height:300px;
			right:497px;
			top:0;
		}
		
				#CarouselNav ul { 
					list-style:none;
					margin:2px 2px 0 0;
				}

					#CarouselNav li { 
						float:left;
					}
					
					#CarouselNav .bt_nav{
						margin:1px; 
						cursor:pointer; 
						color:#999; 
						background-color:#163943;
						border:0 none;
						float:none;
						font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
						margin-left:1px;
						padding:3px 0 2px 0;
						text-align:center;
						width:19px;
					}
					
					#CarouselNav .CarouselCurrent{
						color:#FFF;
						background-color:#000;
						margin-left:0;
						width:20px;
					}
		
	.carousel ul{
		background:#000; 
	}

			.carousel li{
				width:700px; 
				height:300px;
			}
	
					.carousel img{
						width:520px; 
						float:left;
					}

