.clear
{
    clear: both;
    height: 0px;
}

.inv
{
    display: none;
}


/* GENERAL ------------------------------------------------------------*/


body
{
    line-height: 1.5em;
    color: #6a6a6a;
    font-family: Verdana;
    font-size: 12px;
}

/* REEL ------------------------------------------------------------*/

#reel
{
    position: relative;
    width: 1110px;
    height: 210px;
    margin-left: 0px;
    margin-bottom: 0px;
    background: url(../img/reel-back.png) no-repeat;
    text-align: justify;
}

#reel .prev
{
    position: absolute;
    top: 85px;
    left: 0px;
    display: block;
    width: 45px;
    height: 40px;
    background: url(../img/reel-left.png) no-repeat;
}

#reel .next
{
    position: absolute;
    top: 85px;
    right: 0px;
    display: block;
    width: 45px;
    height: 40px;
    background: url(../img/reel-right.png) no-repeat;
}


#reel .prev:hover, #reel .next:hover
{
    background-position: 0px -40px;
}

#reel .slides_container
{
    position: absolute;
    overflow: hidden;
    top: 20px;
    left: 40px;
    width: 1032px;
    height: 190px;
}

#reel .slides_container .slide-box
{
    width: 1032px;
    height: 200px;
    padding-left: 10px;
    padding-right: 10px;
}

#reel .slides_container .box-container
{
    overflow: hidden;
    float: left;
    width: 319px;
    margin: 0px 10px;
}

#reel .slides_container .box-container h6
{
    color: #484848;
    margin-top: 5px;
    margin-bottom: 7px;
}

#reel .box-icon
{
    float: left;
    margin-right: 10px;
}

#reel .slides_container .box-divider
{
    clear: both;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

