﻿/*------------------------------ right click option block ------------------------------*/
 body {
       -webkit-touch-callout: none;
       -webkit-user-select: none;
       -khtml-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none;
}
/*------------------------------ right click option block ------------------------------*/


#tickerContainer{float:left; width:100%; padding-top:10px; /*border:1px #d08c0d solid; padding:0 5px;*/}

#ticker {
width:100%;
height:260px;
overflow:auto;
margin:0px 0px;
}
#ticker dt {

padding:0 0px 5px 0px;
/*background-color:#e5e5e5;*/
padding-top:10px;
border-top:1px solid #fff;
/*border-bottom:1px solid #a13a3a;*/
border-bottom:none;
border-right:none;
position:relative;
font-size:16px;
/*font-family:Calibri; */color:#fff; font-weight:bold; text-align:left; text-shadow: 1px 1px 2px #000;
}
#ticker dd {
margin-left:0;
padding:0px 0px 8px 0px;
/*border-bottom:1px solid #a13a3a;*/
/*font-family:Calibri;*/
/*background-color:#e5e5e5;*/
/*border-left:1px solid #ffffff;*/
position:relative;
font-size:14px; line-height:18px; color:#fff; text-align:justify;
background-image:url(../images/bullet.png); background-position:left 11px; background-repeat:no-repeat;
}
#ticker dd.last {
border-bottom:1px solid #ffffff;
}
#ticker div { margin-top:0;
}
#ticker dd img{width:100%; padding-bottom:10px;}













