﻿/*Example CSS for demo ticker*/

#ajaxticker1
{
width:700px;
height:200px;
background-color:#000;
top:50px;
margin-left: 5%; 
margin-right: 5%;   
position:relative;
}

#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: #000;
}

.someclass{ /*class to apply to your scroller(s) if desired*/
}

.quoteText
{
    font-style:italic;
    font-weight:bold;
    font-size:1.8em;
    color:#fff;   
}

.quoteAuthor
{
    font-style:italic;
    font-weight:bold;
    font-size:1em;
    text-align:right;
    color:#ff660f;
}