/* Scroll Elements for Home page */

#scroll_bg
{
	width: 225px;
	height: 100px;
	background-repeat:no-repeat;
}


#scroll_wrapper
{
	width: 225px;
	height: 100px;
	overflow: hidden;
	
}

#scroll_inner
{
	width: 775px;
	
}

.item
{
	float: left;
	display: block;
	/*width: 389px;*/
	/*height: 100px;*/
}

#scroll_links
{
	position: absolute;
	font-size: 13px;
	width: 225px;
	line-height: 21px;
	text-align: right;
	display: none;
	letter-spacing:normal;
	visibility: hidden;
}

#scroll_links a
{
	color: #B55F7C;
}

#scroll_links a.active_link
{
	color: #860C31;
}

