﻿.clear {
    clear: both;
}

a.more {
    float: right;
    font-size: 12px;
    background-color: #575757;
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;
}

#flash {
    width: 100%;
    position: relative;
}

.slides_container {
    width: 100%;
    height: 100%;
}

.slides_control, .slides_control a, .slides_control a img {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    display: block;
}

ul.picnumeric {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    z-index: 1000;
}

    ul.picnumeric li {
        display: inline-block;
        margin: 0 5px;
        background-color: #074f6e;
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        opacity: 0.5;
    }

        ul.picnumeric li.current {
            background-color: #0094d4;
        }

        ul.picnumeric li a {
            color: #fff;
            display: block;
        }

.page {
    width: 100%;
    margin: 15px 0;
    text-align: center;
}

    .page a, .page span {
        padding: 3px 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin: 0 5px;
        color: #000;
    }

        .page a:hover, .page span.current {
            background: #818181;
            color: #fff;
        }

.relevant ul {
    padding: 10px 0 0;
    clear: both;
    overflow: hidden;
}

    .relevant ul li {
        clear: both;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 10px;
        padding: 0 10px 5px;
    }

        .relevant ul li span {
            float: right;
        }

        .relevant ul li.rel_pro {
            border-bottom: none;
            width: 205px;
            float: left;
            clear: none;
            text-align: center;
        }

            .relevant ul li.rel_pro img {
                width: 100%;
                height: 145px;
            }

            .relevant ul li.rel_pro span {
                height: 25px;
                line-height: 25px;
                display: block;
                text-align: center;
                float: none;
            }
