@charset "utf-8";
/* CSS Document */
#rolling {
    border: 0 none;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 243px;
}
#rolling_bg {
    bottom: 0;
    cursor: pointer;
    height: 30px;
    margin-left: 150px;
    opacity: 0.3;
    position: absolute;
    width: 1000px;
    z-index: 10;
}
#rolling_info {
    bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    height: 20px;
    left: 20px;
    position: absolute;
    z-index: 101;
}
#rolling_text {
	margin-bottom: 5px;
	position: absolute;
	width: 200px;
	z-index: 103;
	top:-4px;
	left:80px;
}
#rolling_text ul {
    list-style-type: none;
    margin: 0;
    opacity: 0.8;
    padding: 0 5px;
    position: absolute;
	margin-top:170px;
    z-index: 102;
}
#rolling_text ul li {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 2px;
    padding: 0 5px;
}
#rolling_text ul li.on {
    background: none repeat scroll 0 0 red;
}
#rolling_list a {
    position: absolute;
}
