﻿#NewsTicker{
	background-position: left top;
	width: 380px;
	height: 550px;
	margin: 20px auto 0 auto;
	float: right;
	position: relative;
	background: url("../images/bgr_news.gif") no-repeat left top;
}
.fadetop {
	background-position: left top;
	background: url("../images/fadetop.png") no-repeat left top;
	position: absolute;
	width: 378px;
	left: 1px;
	top: 4px;
	z-index: 100;
	height: 12px;	
}
.fadebottom {
	background: url("../images/fadebottom.png") no-repeat left top;
	position: absolute;
	width: 378px;
	left: 1px;
	z-index: 100;
	height: 12px;
	bottom: -5px;
}
#marqueecontainer{
	position: relative;
	width: 380px; /*marquee width */;
	height: 520px; /*marquee height */;
	overflow: hidden;
	top: 10px;
	left: 10px;
}
#vmarquee li{
	list-style-type: none;
	display: block;
	clear: both;
	width: 340px;
}

#vmarquee .heading{
	font-size: 14px;
	padding: 0px!important;
	margin: 0px 0px 5px 0px;
	float: left;	
}
#vmarquee .text{
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 20px;
	float: left;	
}

#vmarquee span{
	padding: 0px;
	margin: 0px;
}

#vmarquee{
	position: absolute;
	width: 95%;
	height: 500px;
}
#vmarquee img{
 float:left;
 margin-right:10px;
 }
#vmarquee a{
	color: #FFCC66;	
}
#vmarquee a:hover
{
  color: #FFCC66;
  text-decoration: underline;
}
#vmarquee a:visited
{
  color: #FFCC66; 
}



