#ticker { width: 560px; height: 200px;  overflow:hidden; clear:both;}

/************************* NEW TICKER STYELS *************************************************/

/* Scroller Setup */
.tickerviewable { margin:8px 0px 0px 0px; width: 560px; height: 160px; overflow: hidden; position:relative;}
.tickerviewable .tickerscroll { position:absolute; width: 10000px;   }
.ynsnip {float:left; width: 560px; position:relative; font-size:11px; } 

/* Opera Scroll Bar Hack */
@media all and (min-width: 0px){
    #ynscrollviewable {
   	overflow: auto;
	overflow-x: scroll;
   } 
}
   
/* ticker control  */
.tickerControls {  width:140px;   position:relative;  top:-184px; left:420px; }
.dline_vert { border-bottom:0px solid #ffffff;margin:0px 0 0px; padding:0px;}
.dots { text-align:center; margin-top: 2px; height:5px; margin-bottom:0px; display:block; }
.dots a { height:8px; line-height:0px; display:inline; padding: 0px 2px; margin:0px 1px 0px 1px; text-decoration:none; }
.dots a strong { display:none; }
.dots a.on { background: url("/cwv5/Includes/YUI/images/indicator_on.gif") no-repeat;  }
.dots a.off { background:  url("/cwv5/Includes/YUI/images/indicator_off.gif") no-repeat;  }

.fscleft { float: left; margin:2px 2px 2px 4px;  }
.fscleft a {  display:block; width: 4px; height: 7px; }
.fscleft a.buttonOn { background: url("/cwv5/Images/global/titleLeftArrow.png") no-repeat; _background-image/* */: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cwv5/Images/global/titleLeftArrow.png', sizingMethod='crop'); }
.fscleft a:hover { cursor:pointer; cursor:hand; background: url("/cwv5/Images/global/titleLeftArrow.png") no-repeat; _background-image/* */: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cwv5/Images/global/titleLeftArrow.png', sizingMethod='crop');}
.fscleft a strong { display:none; }

.fscright { float: right; margin:2px 8px 2px 2px; }
.fscright a { display:block; width: 4px; height: 7px; }
.fscright a.buttonOn { background: url("/cwv5/Images/global/titleRightArrow.png") no-repeat; _background-image/* */: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cwv5/Images/global/titleRightArrow.png', sizingMethod='crop'); }
.fscright a:hover { cursor:pointer; cursor:hand; background: url("/cwv5/Images/global/titleRightArrow.png") no-repeat; _background-image/* */: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cwv5/Images/global/titleRightArrow.png', sizingMethod='crop'); }
.fscright a strong { display:none; }
.fscleft a.buttonOff,  .fscleft a:hover.buttonOff { cursor: default; background: url("/cwv5/Images/global/titleLeftArrow.png") no-repeat; _background-image/* */: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cwv5/Images/global/titleLeftArrow.png', sizingMethod='crop'); } 
.fscright a.buttonOff,  .fscright a:hover.buttonOff { cursor: default; background: url("/cwv5/Images/global/titleRightArrow.png") no-repeat; _background-image/* */: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cwv5/Images/global/titleRightArrow.png', sizingMethod='crop'); }
/* End */

/************************* /NEW TICKER STYELS *************************************************/