/*---------------|||||||||||Quotes Bar-----------------------------------------------*/
	
	#quotesbar{
	position: relative;
	width: 150px; /*marquee width */
	height: 200px; /*marquee height */
	background-color: #FFFFFF;
	overflow: hidden;
	border: 1px dotted #00CC33;
	padding: 1px;
	padding-left: 1px;
	text-align:left;
		}
