/* right hand marquee */

#MarqueeSection{
height: 200px;
}

#rh-vmarquee {
width: 167px;
margin-bottom: 10px;
overflow:hidden;

line-height:15px;
color: #777777;
}

#rh-marqueecontainer {
	position: absolute;
	width: 170px;
	height: 200px;
	margin-top: 10px;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	font-weight:normal;
	overflow: hidden;
	text-align:left;
}

#rh-marqueecontainer h1 {
font-size: 11px;
}

#rh-marqueecontainer ul {
margin-left: 0px;
padding: 0px;
}

#rh-scrollingbuttons{
position: relative;
top: 0px;
left: 190px;
width: 16px;
}




