#rotator {
	width: 960px;
	height: 241px;
	position: relative;
	z-index: 5;
	background-color: #fff;
}

#main_image {
    width: 960px;
    height: 241px;
    position: relative;
    overflow: hidden;
}
	
	#main_image .block {
		position: absolute;
		bottom: 15px;
		right: 15px;
		width: 330px;
		display: none;
		background-color: #fff;
		z-index: 5;
		padding: 15px;
	}
		#main_image .block h3 { padding: 0 0 5px; }
		#main_image .block p { padding: 0; }
		#main_image .block .more a:link, #main_image .block .more a:visited { border-left: solid 20px #666; padding: 0 0 0 5px; color: #333; text-decoration: none; }
		#main_image .block .more a:hover, #main_image .block .more a:active { border-left: solid 20px #999; padding: 0 0 0 5px; color: #999; text-decoration: none; }

#articles_thumb {
    width: 5px;
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 10;
}

	#articles_thumb ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#articles_thumb ul li {
			margin: 7px 0 0 0;
			width: 4px;
			height: 20px;
			overflow: hidden;
			background-color: #fff;
		}

			#articles_thumb ul li.hover {
				background-color: #fff;
				cursor: pointer;
			}

			#articles_thumb ul li.active {
				background-color: #b5121b;
				cursor: default;
			}

			#articles_thumb ul li h3 { display: none; }
			#articles_thumb ul li p { display: none; }
			#articles_thumb ul li img { display: none; }
			