.rotator {
	font-family: arial;
	font-size: 9pt;
	margin-bottom: 10px;
	width: 389px;
}
	.rotator img {
		border: none;
	}
	
	.rotator ul {
		font-family: arial;
		font-size: 9pt;
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	.rotator li {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	.rotator h4 {
		font-family: arial;
		font-size: 9pt;
		margin: 5px 0;
		padding: 0;
		padding: 1px 14px;
	}

	.rotator .main_image {
		width: 100%;
		height: 253px;
		float: left;
		background: #333;
		position: relative;
		overflow: hidden;
		color: #fff;
	}
		.rotator .main_image .desc{
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			display: none;
		}
			.rotator .desc .desc_block {
				width: 100%;
				background: #111;
				border-top: 1px solid #000;
			}
				.rotator .desc_block a {
					color: #FFFFFF;
					display: block;
					font-family: Helvetica;
					font-size: 16pt;
					font-weight: bold;
					margin: 0;
					padding: 19px 19px 10px;
					text-decoration: none;
				}
					.rotator .desc_block a:hover {
						color: #FFFFFF;
						text-decoration: none;
					}
					.rotator .desc_block a:visited {
						color: #FFFFFF;
					}
			
		.rotator .main_image a.collapse {
			background: url('/images/site/rotator/btn_collapse.gif') no-repeat left top;
			height: 27px;
			width: 93px;
			text-indent: -99999px;
			position: absolute;
			top: -27px;
			right: 20px;
		}
		.rotator .main_image a.show {
			background-position: left bottom;
		}


	.rotator .image_thumb {
		float: left;
		margin-top: 10px;
		position: relative;
		width: 100%;
	}
		.rotator .image_thumb img {
			border: 1px solid #ccc;
			padding: 5px;
			background: #fff;
			float: left;
			display: none;
		}
		.rotator .image_thumb ul {
			background: url("/images/site/rotator/graybar_small.jpg") repeat-x scroll 0 0 #000000;
			float:left;
			list-style: none;
			margin: 0;
			padding: 3px 0;
			width: 100%;
		}

		.rotator .image_thumb li {
			background: none repeat scroll 0 0 transparent;
			border-left: 1px solid #9C9698;
			border-right: 1px solid #000000;
			color: #C0C0C0;
			float: left;
		}
			.rotator .image_thumb li.hover {
				background: #ddd;
				-moz-box-shadow: 0px 1px 1px #000000 inset;
				-webkit-box-shadow: 0px 1px 1px #000000 inset;
				box-shadow: 0px 1px 1px #000000 inset;
				color: #000000;
				cursor: pointer;
			}
			.rotator .image_thumb li.active {
				background: none repeat scroll 0 0 #6A1417;
				-moz-box-shadow: 0px 1px 1px #000000 inset;
				-webkit-box-shadow: 0px 1px 1px #000000 inset;
				box-shadow: 0px 1px 1px #000000 inset;
				color: #FFFFFF;
				cursor: pointer;
			}
			
	.rotator .rotator_pause {
		cursor: pointer;
		height: 18px;
		padding: 7px 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 93px;
	}
		.rotator .rotator_pause .stop_text {
			color: #C0C0C0;
			float: left;
			font-size: 17px;
			font-weight: bold;
			margin-left: 17px;
		}
		
		.rotator .rotator_pause .stop_square {
			background-color: #C0C0C0;
			display: block;
			float: left;
			height: 11px;
			margin-left: 6px;
			margin-top: 3px;
			width: 11px;
		}