/* liScroll styles */

.tickercontainer { /* the outer div with the black border */

background: #fff; 
width: 810px; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden;
float:left;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 0px;
width: 718px;
overflow: hidden;
}

ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
}

ul.newsticker li {
float: right; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}

ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
}

ul.newsticker span {
margin: 0 10px 0 0;
} 

#tickerdate-red {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	line-height:100%;
	font-weight: normal;
	float:left;
	background: url(http://www.huumedia.com/hullstudent/event-ticker_red.gif);
	height:25px;
	padding:2px;
	padding-left:115px;
	padding-right:5px;
}

#tickerdate-sky {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	line-height:100%;
	font-weight: normal;
	float:left;
	background: url(http://www.huumedia.com/hullstudent/event-ticker_sky.gif);
	height:25px;
	padding:2px;
	padding-left:130px;
	padding-right:5px;
}

#tickerdate-orange {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	line-height:100%;
	font-weight: normal;
	float:left;
	background: url(http://www.huumedia.com/hullstudent/event-ticker_orange.gif);
	height:25px;
	padding:2px;
	padding-left:100px;
	padding-right:5px;
}

#tickerdate-blue {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	line-height:100%;
	font-weight: normal;
	float:left;
	background: url(http://www.huumedia.com/hullstudent/event-ticker_blue.gif);
	height:25px;
	padding:2px;
	padding-left:110px;
	padding-right:5px;
}

#tickerdate-green {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	line-height:100%;
	font-weight: normal;
	float:left;
	background: url(http://www.huumedia.com/hullstudent/event-ticker_green.gif);
	height:25px;
	padding:2px;
	padding-left:135px;
	padding-right:5px;
}

#tickerevents {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	line-height:100%;
	font-weight: bold;
	float:left;
	padding:4px;

}

#tickerother { 
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	line-height:100%;
	font-weight: bold;
background: #fff; 
width: 135px; 
height: 27px; 
margin: 0; 
padding-top: 4px;
float:left;
}
