#carousel-container {
margin:0px;
padding:0px;
margin-left:170px;
margin-top:10px;
}
#html-carousel { 
background-color:transparent;
}

#html-carousel .carousel-list li { 
    width: 150px; 
    border: 0px;
padding:0;
    padding-left: 10px; 
    margin: 0;
    color: #3F3F3F;
}
#html-carousel .carousel-list li a {
text-decoration:none;
}
#html-carousel .carousel-list li img { 
    border:0;
    display:block; 
}
#html-carousel .carousel-list li p { 
margin:0;
padding:0;
font-weight:bold;
padding:5px;
}
#html-carousel .carousel-list li p.p-top {
background-color:#e6e6e6;
color:#626b6e;
height:25px;
font-size:11px;
}
#html-carousel .carousel-list li p.p-bottom { 
background-color:#bebebe;
height:50px;
color:#ffffff;
}
#html-carousel {
    width: 480px;
}

/* BUTTONS */
#prev-arrow-container, #next-arrow-container { 
    float:left;
    margin: 0px;
    padding: 0px;
}
#lastminute {
position:relative;
}
#next-arrow,#prev-arrow { 
    cursor:pointer;
position:absolute;
left:650px;
top:110px;
}

#prev-arrow { 
left:135px;
}
