/* Tiny Carousel */
/*
#htmlcontent_footer {
    height: 1%;
    margin: 30px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 50px 10px;
}

#htmlcontent_footer .viewport {
    height: 125px;
    overflow: hidden;
    position: relative;
}

#htmlcontent_footer .buttons {
    background: #C01313;
    border-radius: 35px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#htmlcontent_footer .next {
    right: 0;
    left: auto;
    top: 50%;
}

#htmlcontent_footer .buttons:hover {
    color: #C01313;
    background: #fff;
}

#htmlcontent_footer .disable {
    visibility: hidden;
}

#htmlcontent_footer .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}

#htmlcontent_footer .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 121px;
    border: 1px solid #dcdcdc;
    width: 236px;
 }
*/
/* Tiny Carousel */
@media (min-width:768px) {
	#htmlcontent_footer { height: 1%; margin: 30px 0 0; overflow:hidden; position: relative; padding: 0 50px 30px;   }	
}
#htmlcontent_footer .viewport { height: 115px; overflow: hidden; position: relative; }
#htmlcontent_footer .buttons {
    background: #C01313;
    border-radius: 35px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
#htmlcontent_footer .next {
    right: 0;
    left: auto;
    top: 50%;
}
#htmlcontent_footer .buttons:hover{
    color: #C01313;
    background: #fff;
}
#htmlcontent_footer .disable { visibility: hidden; }
#htmlcontent_footer .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 120px; left: 0; top: 0; }
#htmlcontent_footer .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 110px; width: 140px;}