#home #content {
    position: relative;
}

#home #content .campaign {
    float: left;
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    margin-right: 10px;
}

#home #content .campaign .slider ul, #home #content .campaign .slider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#home #content #campaign-c .slider, #home #content #campaign-c .slider li, #home #content #campaign-d .slider, #home #content #campaign-d .slider li {
    width: 290px;
    height: 190px;
	overflow:hidden; 
}

#home #content #campaign-b .slider, #home #content #campaign-b .slider li {
    width: 590px;
    height: 330px;
	overflow:hidden; 
}




/* SLIDER PREV */
#home #content .campaign .prevBtn {
    z-index: 3;
    position: absolute;
    top: 46.5%;
    left: 10px;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
#home #content .campaign .prevBtn a {
	display: block;
    padding: 25px 0 0 0;
    overflow: hidden;
    background-image: url(images/arrow_left.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 0px !important;
    height /**/:25px;
}
#home #content .campaign .prevBtn a:hover {
    background-position: 0 -29px;
}


/* SLIDER NEXT */
#home #content .campaign .nextBtn {
    z-index: 3;
    position: absolute;
    top: 46.5%;
    right: 10px;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
#home #content .campaign .nextBtn a {
	display: block;
    padding: 25px 0 0 0;
    overflow: hidden;
    background-image: url(images/arrow_right.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 0px !important;
    height /**/:25px;
}
#home #content .campaign .nextBtn a:hover {
    background-position: 0 -29px;
}

