/*
The Other 6 Days
Graphics Design (C) 2007, 2008 Creative Resources Media
Custom Applications (C) 2007, 2008 P5 WebSolutions
Site Content (C) 2007, 2008 The Other 6 Days
Supporting Applications rights reserved by their respective owners.  See individual files for details.
All Right Reserved.  No part of the original source may be altered, copied, or redistributed without the express written consent of Creative Resources Media and/or P5 WebSolutions
*/

@charset "utf-8";
/* CSS Document */
#marqueecontainer{
	position: relative;
	width: 140px; /*marquee width */
	
	height: 150px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 1px solid #666666;
	padding: 2px;
	padding-left: 4px;
}
.scroll_div {
	border:solid 1px #3366FF;
	width: 150px;
	width: 150px;
}
.vmarquee_content {
	position:absolute;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#author {
	font-family:Arial, Helvetica, sans-serif;
	size: .75em;
	color:#666666;
	font-style: italic
	}
#quote {
	font-family:Arial, Helvetica, sans-serif;
	}
#quote_heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .55em;
	font-weight:bold;
	}
