/*Handyman Works Marquee II CSS*/
#marquee
{
	position: relative;
	left: -160px;
	top: -107px;
	
}
#marqueecontainer{
	position: relative;
	background-color: black;
	color: #fff;
	width: 460px; /*marquee width */
	width: 800px;
	height: 20px; /*marquee height */
	background-color: transparent;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	font-style:italic;
	overflow: hidden;
	border: 0px solid white;
	margin: 5px 0 5px 0;
	padding: 0px;
	text-align:left;

}

#vmarquee            
{ 
	 position: absolute; 
	 width: 460px;
}
#vmarquee2
{
	 position: absolute; 
	 width: 460px;
}
#marqueecontainer img {
	border: 0px solid white;
}