/* liScroll styles */
.tickercontainer { line-height: 32px;height:34px; font-size: 12px; /*color: #01499a;*/ color: red; overflow: hidden; margin-top:-15px; width:1000px }
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */position: relative;overflow: hidden;}
ul.newsticker { /* that's your list */position: relative;list-style-type: none;}
ul.newsticker li {float: left; }
ul.newsticker a {white-space: nowrap;padding: 0; /*color: #01499a;*/ color: red; font-weight:bold; font-size:14px; padding-right:10px;} 
ul.newsticker li a:last-child::after {content:'|';width:5px;} 

ul.newsticker span {margin: 0 10px 0 0;} 

/*.jquery.highlightbox.css*/
.infiniteCarousel {float:left;}
/* keep this after the ic_button code for proper border coloring */		
.ic_active  {background: #FFF;border: 1px solid #faa;}
.ic_caption {opacity:0.80;background: #fff;font-family: Georgia;padding: 4px 0px;font-size:12px;/*padding-right: 64px;*/height:67px;
display: table;}
.ic_link >img {margin: 0 auto;display: block;}
.title {color:  #000000 !important;border: none !important;font-family: Tahoma; margin-bottom: 5px !important;font-size:12pt !important;font-weight:bold;display:block;}
.hl_intro {max-height:40px;/*Change max height to increase or decrease number of story lines(highlight box) */ overflow: hidden; font-family: Arial;}
.hl_dotdotdot {display:block; }/*do not modify this class. any changes to make use above class*/
.ic_more {padding-left:10px;color:Black;}
.ic_left_nav, .ic_right_nav {z-index: 1;top:317px !important;}