.scrollbox_background {
                  background-color:white;
                }
.scrollbox_back { height: 119px;
                  width : 400px;
		  background-repeat:no-repeat;
		  background: url(http://www.gallicaswimming.co.uk/gallica/images/banner_flag3.gif) no-repeat;
		  border-style:solid;
                  border-width:2px;
		  border-color:#debd00;
                  padding:0;
		  margin:0;
		}

#ticker-container {
  overflow:hidden;
  width: 250px;
  height: 110px;
  padding: 0px;
  border: 0px;
}
#ticker {
	position:relative;
	width:250px;
}

.ticker_item
    { height: 110px;
      width: 250px;
      border-style:none;
      padding: 0px;
      font-weight:bold;
      color:#debd00;
      font-size:25px;
    }

	
#ticker ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#ticker ul li {
           display:list-item;
           margin-top: 1px;
           margin-bottom: 1px;
           padding-top: 1px;
           padding-bottom: 1px;
           font-family: arial;
           font-size: 11;
           font-weight: italic;
           color: yellow;
           padding-left: 2px;
}

#ticker ul li a {
           font-family: arial;
           font-size: 12;
           font-weight: bold;
           color: red;
           text-decoration: none;
           padding-left: 2px;
}
        
#ticker ul li a:hover {
  font-family: arial;
  font-size: 12;
  color: green;
  text-decoration: none;
  padding-left: 2px;
}
        