body {
    background-color: #F4F4F4;
}
.marquee {
    width: 570px;
    height: 30px;
    margin-left: 6px;
}
.marquee .mchild {
    padding-top: 6px;
    width: 570px;
    overflow: hidden;
    font-size: 14px;
}
.marquee .mchild a {
    color: #666666;
    text-decoration: none;
}
.marquee .mchild a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.ticker {
    position: relative;
}
 
.ticker ul {
    width: 100%;
    position: relative;
}
 
.ticker ul li {
    width: 100%;
    display: none;
}

#loading {
    font-size: 14px;
    color: #666666;
	padding-top: 6px;
}
