/*
This style sheet is used for News Ticker styles.

<!--- ---------------------------------------------------------------------
'Sites Style Sheet              CompuCraft Software Solutions (c) 1999-2006
'Date --- Init Reason------------------------------------------------------
'12/12/06 DB initiated file
'31/01/07 DB edited heights and overflows on NewsTickerContainer
'11/04/07 DB obtained code from master.css and returned to empty newsTicker.css
'11/04/07 DB added styles to allow scrolling banners and removal of borders on linked images
'11/04/07 DB added extra property for overflow to work in IE7
'---------------------------------------------------------------------- --->

note: comments starting with cw- are used by the ComWeb Style Sheet Theme (colour) Editor.
Where more than one such comment is on consecutive lines, this is for backwards compatibility.
The first of these such lines is the latest label for the Style sheet editor to display and
the latter entries are older or redundant labels.
*/

div.NewsTickerContainer{
width:100%!important;
height: 320px;
overflow:auto;/*for Safari, Opera and Netscape*/
_overflow:none;/*using underscore hack, reverse the auto, change to none for IE 5 and IE6*/
*overflow:none;/*using star hack, reverse the auto, change to none for IE 6 and IE7*/
overflow-y:scroll;/*for IE*/
}

/*Allow the banners to scroll*/
.Banner1, 
.Banner2,
.Banner3,
.Banner4,
.Banner5 {
position: static!important;
}

 /*remove borders on linked images */
div.NewsTickerContainer a img,
div.NewsTickerContainer :link img,
div.NewsTickerContainer :visited img { 
	border: 0 none;
 }
