/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

#scrollingText {
	width: 645px;
	height: 35px;
	position: relative;
	border-top: 3px dotted #00AEEF;
	border-bottom: 3px dotted #00AEEF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1fbfd;
}
#scrollingText div.scrollableArea p, #scrollingText div.scrollableArea p {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	font-size: 12px;
	line-height: 35px;    /* same height as #scrollingText */
	color: #666;
	white-space: nowrap;
	margin-right: 20px;
}
#scrollingText div.scrollableArea p span {
	color: #90b579; !important;
	font-size: 10px !important;
	font-style: italic;
}
#scrollingText div.scrollableArea a {
	
	color:#0CF;
	font-style: italic;
	text-decoration: none;
}
div.leftfade {
	width: 35px;
	height: 100%;
	background-image: url(fade-left.png);
	position: absolute;
	z-index: 200;
	left: 40px;
	top: 0;
}
/* Invisible right hotspot */

div.rightfade {
	width: 35px;
	height: 100%;
	background-image: url(fade-right.png);
	position: absolute;
	z-index: 200;
	right: 0;
}

img#hptwitter {
	height: 100%;
	position: absolute;
	z-index: 300;
	left: -2px;
	top: -2px;
	width: 42px;
	height: 42px;
}
/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
div.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
}
