/* News-ticker (Start) */
.news-ticker-container {
    background-color: #FFFFFF;
    float: left;
    height: 45px;	
    overflow: hidden;
	/*box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    margin-top: 10px;
    width: 980px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1)*/
}
.news-ticker {
float: left;
width: 960px;
overflow: hidden;
background: #F0F0F0;
}
.ticker {

}
.ticker-content {
float: left;
overflow: hidden;
white-space: nowrap;
margin-top: 4px;
margin-left: 20px;
}
.news-title {
float: left;
margin-top: 10px;
margin-left: 10px;
margin-right:5px;
color: #666;
font-size: 14px;;
font-weight: bold;
}
.ticker-content-link {
float: left;
margin-top: 12px;
margin-left: 4px;
line-height: normal;
color: #4B97FA;
width: 640px;
overflow: hidden;
font-size:14px;
text-decoration:none;
}
.ticker-content-link:hover, .ticker-content-link:active {  

text-decoration: underline;
}
.tickercontrolsdiv {
float: left;
display: inline;
padding-left: 80px;
}
.ticker-controls {
display:inline;
margin-top: 12px;
/*margin-left: 718px;*/
list-style-type: none; 
float: right;
}
.ticker-controls li {
float: left;
cursor: pointer;
height: 16px;
width: 20px;
display: inline-block;
opacity: 0.7;/* standard browser opacity for all controls*/  
}
.ticker-controls li.jnt-prev {
    background: url(/assets/images/global/components/newsTicker/news-ticker-left-arrow.png ) no-repeat scroll 0 0 transparent; 
    margin-top: 4px;
    padding-right: 19px;
	margin-left:3px;
/* NO opacity for previous button for IE as handled in ghsie7*/
}
.ticker-controls li.jnt-prev.over {
    background: url(/assets/images/global/components/newsTicker/news-ticker-left-arrow-hover.png) no-repeat;
    opacity: 1;
}
.ticker-controls li.jnt-next {
	background: url(/assets/images/global/components/newsTicker/news-ticker-right-arrow.png ) no-repeat;  
    margin-top: 4px;
	/*margin-left: -12px;*/
/* NO opacity for next button for IE as handled in ghsie7*/
}
.ticker-controls li.jnt-next.over {
background: url(/assets/images/global/components/newsTicker/news-ticker-right-arrow-hover.png ) no-repeat;
opacity: 1;
}
.ticker-controls li.jnt-play-pause {  
	background: url(/assets/images/global/components/newsTicker/news-ticker-pause.JPG ) no-repeat;  
    margin-top: 0px;
}
.ticker-controls li.jnt-play-pause.over { 
background: url(/assets/images/global/components/newsTicker/news-ticker-pause-hover.PNG ) no-repeat;
opacity: 1;
}
.ticker-controls li.jnt-play-pause.paused {  
	background: url(/assets/images/global/components/newsTicker/news-ticker-play.JPG ) no-repeat;  
    margin-top: 0px;
	padding-right: 15px;
}
.ticker-controls li.jnt-play-pause.paused.over { 
background: url(/assets/images/global/components/newsTicker/news-ticker-play-hover.PNG ) no-repeat;
opacity: 1;
}
/* News-ticker (End) */ 
