	#rotator {
		height:305px; width:708px; 
		float:left;
		height:305px; width:708px;
		overflow: hidden;
		position:relative;
		z-index:0;
	}
		#rotator_hover {
			height:305px; width:708px;
			position: absolute; top: 0; left: 0;
			background: url(/img/gen/panel_white_hover.png);
		}
		* html #rotator_hover {
			background: none;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/gen/panel_white_hover.png", sizingMethod="crop");
		}
		#rotator div.pics img {
			position:absolute; top:0; left:0;
			height:305px; width:708px;
		}

		#rotator ul.selector {
			display: none;
			position: absolute; margin: 0;
			bottom: 0;
			padding: 13px 10px;
		}
			#rotator ul.selector li {
				float: left; padding:0; background: none;
				margin: 0 0 0 3px;
			}
			#rotator ul.selector li a {
				background: url(/img/gen/bg_rotator_selector.png) left top; color: #082644;
				font-size: 9px; font-weight: bold; line-height: 17px;
				display: block; padding: 0;
				font-family: Verdana, sans-serif; text-decoration:none; text-align: center;
				height: 19px; width: 19px;
			}
			* html #rotator ul.selector a {
				background: none;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/gen/bg_rotator_selector.png", sizingMethod="crop");
			}
			#rotator ul.selector li a:hover,
			#rotator ul.selector li a:active,
			#rotator ul.selector li a.selected {background-position: right top; color: #fff;}
			* html #rotator ul.selector a:hover,
			* html #rotator ul.selector a:active,
			* html #rotator ul.selector a.selected {
				background: none;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/gen/bg_rotator_selector_o.png", sizingMethod="crop");
			}

		#rotator div.description {
			position: absolute;	padding: 26px 0 0 31px;
			width: 205px; font-size: 13px; 
		}
			#rotator p {font-size: 13px; line-height: 19px; margin: 8px 0;}
			#rotator h2 {color: #b21c1c; margin-bottom: 8px;}

			#rotator div.description .wrapper {
				display: block;
				text-decoration:none;
				width: 185px;
			}
				#rotator div.description div.content {display: block; color: #082644;}
				#rotator ul.b {margin: 0 0 10px; float: right;}
				* html #rotator ul.b {height: 1px;}  /* hasLayout IE6 */
				*+html #rotator ul.b {min-width: 1px;} /* hasLayout IE7 */
				#rotator ul.b li {padding: 0; background: none;}
				#rotator ul.b li a {
					line-height: 18px; color: #000;
					padding: 0 12px 0 0; background: url(/img/gen/b_arrowr_black.gif) right 4px no-repeat;}
				#rotator ul.b li a:hover {color: #7F7F00}
		#rotator div.slices {display: none;}