.h {
	border-top-color: #000000;
	border: 1;
	border-top-style: solid;
	border-right-style: none;
}
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:340px;
	width:418px;
	margin-left: auto;
	margin-top: auto;
	left: 47px;
	top: 0px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	left: -22px;
	top: 10px;
	margin: 0px;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}

