﻿#ajaxticker1{
width: 290px;
height: 250px;
border: 1px ridge black;
padding: 5px;
background-color: #00254b;
}

#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: #00254b;
}

.someclass{ /*class to apply to your scroller(s) if desired*/
color: #ffffff;
}
.someclass a{
color:#bfab6d;
}
