﻿/*!
 * 图片滚动 
 * author:xiaolong 
 */

.wb-left-btn,
.wb-right-btn {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 60px;
    padding: 0 5px;
}

.wb-marquee {
	float: left;
    width: 477px;
    height: 145px;
}

.wb-marquee-items {
    width: 800px;
    height: 145px;
    
}

.wb-marquee-items li {
    width: 200px;
    height: 145px;
    float: left;
    text-align: center;
}

.wb-marquee-img {
	display: block;
	width: 150px;
	height: 120px;
	margin: 0 auto;
}

.wb-marquee-items a {
	font-size: 12px;
	line-height: 24px;
    color: #333;
}