@charset "utf-8";


/*CSS for Audio, Video & Lighting Logo scroller*/

#pscroller1{
float:left;
margin:1.5em 0 0 0;
padding:0 5px;
width: 100px;
height: 50px;
text-align:left;
}

#pscroller2{
float:left;
margin:1.5em 0 0 0;
padding:0 10px;
width: 100px;
height: 50px;
text-align:left;
}

#pscroller3{
float:left;
margin:1.5em 0 0 0;
padding:0 5px;
width: 100px;
height: 50px;
text-align:left;
}

.logoclass{ //class to apply to your scroller(s) if desired
}


/*CSS for News scroller*/

#domticker{
width: 230px;
height: 200px;
padding: 5px;
}

#domticker 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: #FFF;
}

#domticker a{
text-decoration:none;
color:#333333;
}

#domticker a:hover{
text-decoration:underline;
color:#000099;
}

#domticker img{
padding-right:5px;}


#domticker2{
width: 350px;
height: 1.2em;
border: 1px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

.newsclass{ //class to apply to your scroller(s) if desired
}