﻿#wrapper-custom
{
    width: 100%;
    height:49px;
    position: absolute;
	overflow:hidden;
    left: 0;
}
#carousel-custom
{
    float:left;
	overflow:hidden;
}
#carousel-custom div
{
    padding-top:9px;
    text-align: center;
    width: 70px;
    height: 45px;
    float: left;
    position: relative;
}
#carousel-custom div img
{
    border: none;
}
#carousel-custom div span
{
    display: none;
    overflow:visible;
}
/*#carousel-custom div:hover span
{
    background-color: #333;
    color: #fff;
    font-family: tahoma;
    font-size: 8pt;
    line-height: 20px;
    display: inline-block;
    width: 200px;
    padding: 2px 0;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 3px;
    z-index:100;
}*/
