/* ================================================ */
/* ===== 4-UP BANNER SLIDER ELEMENTS & STYLES ===== */
/* ================================================ */


#home-slideshow{
    width:710px;
    margin: 0 0 40px 0;
    height: 316px;
}

#home-slideshow ul{
	margin:0;
	padding:0;
}

#home-slideshow li{
    display:block;
    margin:0;
    padding:0;
}

#home-slideshow .main {
    display: block;
    float: left;
    height: 316px;
    margin-right: 5px;
    overflow: hidden;
    width: 540px;
}

#home-slideshow .main li {
    height: 316px;
    width: 540px;
}

#home-slideshow .main li img {
    height: 316px;
    width: 540px;
}

#home-slideshow .main li .comment {
    color: #fff;
    bottom: 0;
    padding: 5px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

#home-slideshow .thumb {
    display: block;
    height: 100px;
    float: left;
    margin-bottom: 7px;
    overflow: hidden;
    width: 165px;
}

#home-slideshow .thumb li {
    display: block;
    height: 100px;
    width: 165px;
}

#home-slideshow .thumb li img {
    height: 100px;
    width: 165px;
}

#home-slideshow .thumb li .comment {
    display: none;
}

#home-slideshow .thumb3 {
    display: block;
    margin-bottom: 0;
}
