
.marquee-container {
	width: 100%;
	background:url("list.png");
	float: left;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
        z-index: 1;
        color:#212121;
}
.marquee-container .time {
    background: blue none repeat scroll 0 0;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
    color:#fff;
}
.intro {
    margin-left: 10px;
    margin-right: 10px;
}
.marquee-sibling {
	padding: 0;
 	width: 92px;
	height: 45px;
	line-height: 42px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
	position:absolute;
        padding-left: 10px;
        padding-right:10px;
        background:url("news.png")  no-repeat scroll 0 0;
}
 
              

.marquee-content-items{
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
  width:100%;
  -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    list-style:none;
    margin:0;
 
}

.marquee-content-items li{
  display: inline-block;
  line-height: 35px;
   
}

.marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}

.marquee-container {
	width: 100%;
	background:url("list.png");
	float: left;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
        z-index: 1;
        color:#212121;
}
.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	overflow:hidden;
	width:100%;
}
.marquee-container .time {
    background: blue none repeat scroll 0 0;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
    color:#fff;
}
.intro {
    margin-left: 10px;
    margin-right: 10px;
}
.marquee-sibling {
	padding: 0;
 	width: 92px;
	height: 45px;
	line-height: 42px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
	position:absolute;
        padding-left: 10px;
        padding-right:10px;
        background:url("news.png")  no-repeat scroll 0 0;
}
 
              

.marquee-content-items{
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
  width:100%;
  -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    list-style:none;
    margin:0;
 
}

.marquee-content-items li{
  display: inline-block;
  line-height: 35px;
   
}

.marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}  	




/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
 width: 100%; 
 height: 45px;
margin: 0;
padding: 0;
padding-top:5px;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px; 
width: 100%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
 list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
height: 45px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
  
}  
.tickercontainer,
 .tickercontainer .mask,
 ul.newsticker {
     -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    list-style:none;
    margin:0;
}
