@charset "utf-8";
/* CSS Document */
#newsflash {/*color:#D1D1D1; margin: -10px auto;*/ width:91%; padding-left:88px; /*background:transparent; 
	border:1px #333 solid;*/ border-bottom-color:#000; /*border-radius:5px; font-weight:bold;*/ padding-bottom:5px;}
#newsflash a{color: #AEBAC4;}
.flashing{float:left; width:85px;}
#scrollwrap{margin:4px auto 0px auto; float:left; width:90%; overflow:hidden;}
#ksd_scroller {margin: 0px; min-height:20px; max-height:35px;}
#flashnewsticker{ white-space: nowrap; padding:0px; margin:0px; font-size:.95em;}
#flashnewsticker .listitem{ margin-left:20px; padding-right:100px; }
/*-----control buttons------*/
.control-pause {background:url(tmpl/themes/dark/images/pause.png) 100% 0 no-repeat;}
.control-pause:hover {background:url(tmpl/themes/dark/images/pause.png) 100% -22px no-repeat;}
.twist{-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
     transform: rotate(180deg); }
.control-prev {background:url(tmpl/themes/dark/images/arrows.png) 100% 0 no-repeat;}
.control-prev:hover {background:url(tmpl/themes/dark/images/arrows.png) 100% -22px no-repeat;}
.control-next {background:url(tmpl/themes/dark/images/arrows.png) 0 0 no-repeat;}
.control-next:hover {background:url(tmpl/themes/dark/images/arrows.png) 0 -22px no-repeat;}
