/* right hand marquee */

#MarqueeSection{
height: 100px;
}

#rh-vmarquee {
	width: 560px;
	margin-bottom: 10px;
	overflow:hidden;
	position: relative;
	line-height:15px;
	color: #666;
}

#rh-marqueecontainer {
position: absolute;
width: 560px;
height: 100px;
margin-top: 10px;
font-size: 12px;
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: 8px;
padding: 2px;
}

#rh-scrollingbuttons{
position: relative;
top: 0px;
left: 580px;
width: 16px;
}




