﻿/*Example CSS for demo ticker*/
/*http://www.dynamicdrive.com/dynamicindex2/ajaxticker.htm*/

#ajaxticker1 
{
	float:left;
	width: 720px;
	height: 50px;
	border: 1px ridge black;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 5px 0 20px 0px;
	background-image: url("/atos/wLayout/design/img/tickerbg.jpg");
	background-repeat: repeat-x;
	font-size: 14px;
}

#ajaxticker1 div 
{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	/*background-color: #FFDD00;*/
}

.someclass 
{ /*class to apply to your scroller(s) if desired*/
  
}
