/************** Ticker **************************/
#ticker_home{
	width:765px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:0px 0px 0px;
}

#ticker_home,
#ticker_home .ticker_left,
#ticker_home .ticker_right,
#ticker_home .ticker_content,
#ticker_home .ticker_content .ticker_move,
#ticker_home .ticker_content .ticker_stopper{
	height:20px;
	line-height:18px;
}

#ticker_home .ticker_left,
#ticker_home .ticker_right,
#ticker_home .ticker_content{
	float:left;
	border:0px solid red; 
	overflow:hidden;
}

#ticker_home .ticker_left,
#ticker_home .ticker_right{
	/*width:50px;*/
	white-space: nowrap;
}

#ticker_home .ticker_left,
#ticker_home .ticker_right,
#ticker_home .ticker_left a,
#ticker_home .ticker_right a{
	color:#ff4eb8;	
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

#ticker_home .ticker_left:hover,
#ticker_home .ticker_right:hover,
#ticker_home .ticker_left a:hover,
#ticker_home .ticker_right a:hover{
	color:#4c4c4c;
	text-decoration:none;
}

#ticker_home .ticker_left{
	padding-right:3px;
	padding-left:2px;	
	text-align:left;
}

#ticker_home .ticker_right{
	padding-left:3px;
	padding-right:2px;
	text-align:right;
}

#ticker_home .ticker_content,
#ticker_home .ticker_content .ticker_stopper{
	width:500px;
	overflow:hidden;
	position:relative;
	color:#4c4c4c;
}

#ticker_home .ticker_content .ticker_move,
#ticker_home .ticker_content .ticker_stopper{
	position:absolute;
	overflow:visible;
	white-space: nowrap;
	z-index:5;
}

#ticker_home .ticker_content .ticker_stopper{
	width:100%;	
}

#ticker_home .ticker_content .ticker_move{
	border-left:0px solid blue;
	border-right:0px solid blue;
	font-size:11px;
}

#ticker_home .ticker_content .ticker_stopper{
	background-image:url(/assets/images/backgrounds/blank.gif);
	background-repeat:repeat;
	z-index:20;
}

/* New Ticker Size */
/*
#ticker_home .ticker_left{
	width:134px
}

#ticker_home .ticker_right{
	width:124px
}

#ticker_home .ticker_content{
	width:499px;
}
*/
/*****************************************************/