/* Ticker Styling */

.ticker-wrapper.has-js {
	margin: 5px 0px 0px 0px;
	padding: 1px 0px;
	width: 597px;
	line-height: 20px;
	height: 386px;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	//background-color: #f8f0db
	font-size: 1.3em;
}

.ticker {
	width: 597px; 
	height: 293px;
	display: block;
	position: relative;  
	overflow: hidden;
	//background-color: #f8f0db
}

.ticker-title {
	padding-top: 23px;
	padding-left: 90px;
	color: #ff0000;
	font-weight: bold;
	//background-color: #f8f0db;
	text-transform: uppercase;
}

.ticker-content {
	margin: 0px;
	padding-top: 37px; 
        padding-right: 30px;
	padding-bottom: 37px;
        position: absolute;
	color: #1F527B;
	//font-weight: bold
	//background-color: #f8f0db
	overflow: hidden;
	//white-space: nowrap
	line-height: 1em;
	text-align: left;
}

.ticker-content:focus {
	none;
}

.ticker-content a {
	text-decoration: none;	
	color: #1F527B;
}

.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	//background-color: #f8f0db
	display: block;
	width: 597px;
	height: 293px; 
}

.ticker-swipe span {
	margin-left: 1px;
	background-color: #f8f0db;
	border-bottom: 1px solid #1F527B;
	height: 17px;
	width: 0px;
	display: block;
}
.ticker-controls {
	padding: 6px 0px 0px 0px;
	list-style-type: none;
	float: left;
}

.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 0px;
	width: 0px;
	display: block; 
}

.js-hidden {
display: none;
}

.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}

.myBoxu2 {
    //line-height: 18px;
    //visibility: visible; 
    //overflow: hidden; 
    //background-color: transparent;
    //border: 3px solid $73AD21;
    //color: #000;
    //width:157px;
    //height:45px;
    //padding:10px;
   // text-align: center;
    display:flex;
    visibility: visible; 
    overflow: hidden; 
    position:center; 
    //right:315px; 
    //left:23px; 
    //top:20px; 
    width:637px; 
    //height: auto; 
    visibility:visible; 
    border:0; 
    overflow:hidden; 
    background-color: transparent; 
    z-index: 50;
    color: #000;
    padding: 1px;
    text-align: left;
    background-color: #ffa5ff;
    margin:auto;
    display:block;
    -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;
    box-shadow: inset 0 3px 10px orange, 0 5px 13px white; 
    -webkit-box-shadow: inset 0 3px 10px yellow, 0 5px 13px white; 
    -moz-box-shadow: inset 0px 3px 10px grey, 0 5px 13px white;
    text-shadow: 0px 0px 0px #0000ff;

    /* Do rounding (native in Firefox and Safari) */
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: -moz-linear-gradient(top, #ffffff, #11aaff);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#11aaff)); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#11aaff'); /* for IE */
}

.left .ticker-swipe {
	/*left: 80px;*/
}

.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}

.left .ticker-controls {
    padding-left: 6px;
}

.right .ticker-swipe {
	/*right: 80px;*/
}

.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}

.right .ticker-controls {
    padding-right: 6px;
}
