    #wrapper {
    background-color: #f2f0f0;
    border-top: 1px solid #ccc;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: 65;
    }
    #carousel {
    margin-top: -60px;
    }
    #carousel div {
    text-align: center;
    width: 125px;
    height: 140px;
    padding: 0 20px;
    float: left;
    position: relative;
    }
    #carousel div img {
    border: none;
    width: auto;
    height: auto;
    }
    #carousel div span {
    display: none;
	font: Arial, Helvetica;
    }
    #carousel div:hover span,
    #carousel div.hover span {
    background-color: rgba(136,0,21,0.8);
    color: #fff;
    display: inline-block;
    width: 100px;
    padding: 2px;
    margin: 0 0 0 -50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 5px;
	font-family: 'WCManoNegraBta-webfont', 'Segoe Print', Arial, Helvetica;
	text-shadow:1px 1px 0px rgba(0,0,0,0.4);
    }
    #pager {
    text-align: center;
    padding-top: 10px;
    }
    #pager a {
    background: #ccc;
    display: inline-block;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    }
    #pager a.selected {
    background: #999;
    }
    #pager a:hover {
    background: #666;
    }
    #pager a span {
    display: none;
    }
