﻿



/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */

background: #fff; 
width: 550px; 
height: 20px; 
margin: 0; 
padding: 0;
overflow: hidden; 
float: left;
position: relative;
}

.tickercontainer .mask { 
position: relative;
left: 10px;
top: 3px;
width: 430px;
overflow: hidden;
}


ul.newsticker { /* that's your list */
position: relative;
left: 10px;
font: normal  12px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
vertical-align:text-bottom;


}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0px 0px 0px 0px;
padding: 0px 50px 0px 0px;

background: #FFFFFF;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #000000;
font: normal  12px Verdana;
margin: 0 50px 0 0;
text-decoration:none;
vertical-align:text-bottom;
} 

ul.newsticker a:hover 
{
	color: #000000;
	text-decoration: none;
}

ul.newsticker span {
margin: 0 10px 0 0;
} 



* html .tickercontainer { /* the outer div with the black border */

background: #fff; 
width: 520px; 
height: 20px; 
margin: 0; 
padding: 0;
overflow: hidden; 
float: left;
position: relative;
}

* html ul.newsticker { /* that's your list */
position: relative;
left: 10px;
font: normal  12px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
vertical-align:text-bottom;


}

*+html .tickercontainer { /* the outer div with the black border */

background: #fff; 
width: 500px; 
height: 20px; 
margin: 0; 
padding: 0;
overflow: hidden; 
float: left;
position: relative;
}

*+html ul.newsticker { /* that's your list */
position: relative;
left: 10px;
font: normal  12px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
vertical-align:text-bottom;


}

.bottomArt
{
	background-color:#ffffff;
	margin-left:3px;
	margin-bottom:2px;
	padding:5px;
	width:893px;
	border: 1px solid black; 
}

* html .bottomArt
{
	background-color:#ffffff;
	margin-left:5px;
	margin-bottom:2px;
	padding:5px;
	width:893px;
	border: 1px solid black; 
}

*+html .bottomArt
{
	background-color:#ffffff;
	margin-left:3px;
	margin-bottom:2px;
	padding:5px;
	width:893px;
	border: 1px solid black; 
}