* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    background: #222;
    color: #333;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 56px;
    color: #ccc;
}

h2 {
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    margin: 15px 0px 20px 0px;
    color: #999;
    text-shadow: 0px 1px #ff0;
    text-shadow: 0 0 3px 5px #000000;
}

a {
    color: #555;
    text-decoration: none;
}

    a:hover {
        color: #222;
        cursor: pointer;
    }

p {
    padding: 5px 0px;
}

.wrapper {
    width: 960px;
    margin: 10px auto;
}

.clear {
    clear: both;
}

.footer {
    text-align: center;
    width: 100%;
    padding: 20px 0px;
    clear: both;
    margin-top: 30px;
    color: #666;
}

    .footer a {
        margin: 0px 20px;
    }

        .footer a:hover {
            color: #666;
        }

ul.qty {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    ul.qty li {
        display: inline-block;
        margin-right: 10%;
    }

        ul.qty li p {
            color: #555;
            font-size: 0.8125em;
        }

.top_bg {
    background: #252525 url("../images/headbg.jpg") no-repeat scroll 0 0 / 100% auto;
    height: 160px;
}

.header_top {
    padding: 15px 0 5px;
}

.top_left {
    float: right;
}

    .top_left h2 {
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
    }

        .top_left h2 span {
            //background: rgba(0, 0, 0, 0) url("../images/phon.png") no-repeat scroll 0 2px;
            color: #000000;
            margin-right: 0;
            padding: 1px 10px;
            transition: all 0.3s ease-in-out 0s;
        }

.top_right {
    color: #ffffff;
    float: left;
    margin-top: -5px;
}

    .top_right ul {
        list-style: outside none none;
        padding: 0;
    }

        .top_right ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .top_right ul li:last-child {
                margin-right: 0;
            }

            .top_right ul li a {
                color: #ffffff;
                display: block;
                font-size: 12px;
                padding: 0 4px;
                text-align: center;
                text-transform: uppercase;
                transition: all 0.3s ease-in-out 0s;
            }

                .top_right ul li a:hover {
                    color: #ff6978;
                    text-decoration: none;
                }

/* Slider Style */
.pxs_container {
    width: 100%;
    height: 420px;
    position: relative;
    border-top: 7px solid #333;
    border-bottom: 7px solid #333;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 7px #000;
    -webkit-box-shadow: 0px 0px 7px #000;
    box-shadow: 0px 0px 7px #000;
}

.pxs_bg {
    background: url('bg.png') top left;
}

    .pxs_bg div {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 7584px;
        height: 420px;
        background-repeat: repeat;
        background-position: top left;
        background-color: transparent;
    }

    .pxs_bg .pxs_bg1 {
        /*background-image:url(bg1.png);*/
        /*left negative 1/8 of*/
        background: url('2.png') repeat-x left top;
    }

    .pxs_bg .pxs_bg2 {
        background: url('1.png') repeat-x -200px 20px;
        /*left negative 1/4 of*/
    }

    .pxs_bg .pxs_bg3 {
        /*background-image:url(bg3.png);*/
        /*left negative 1/2 of*/
        background: url('3.png') repeat-x left 140px;
    }

.pxs_slider_wrapper {
    display: none;
}

.pxs_container ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.pxs_slider {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 800px;
}

    ul.pxs_slider li img {
        display: block;
        -moz-box-shadow: 0px 0px 7px #222;
        -webkit-box-shadow: 0px 0px 7px #222;
        box-shadow: 0px 0px 7px #222;
        border: 8px solid transparent;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        width: 99.9%;
        height: 100%;
        border-radius: 4px;
    }

ul.pxs_thumbnails {
    height: 35px;
    position: absolute;
    top: 320px;
    left: 50%;
}

    ul.pxs_thumbnails li {
        position: absolute;
        display: block;
    }

        ul.pxs_thumbnails li img {
            border: 5px solid #FFFFFF;
            -moz-box-shadow: 1px 1px 7px #555;
            -webkit-box-shadow: 1px 1px 7px #555;
            box-shadow: 1px 1px 7px #555;
            cursor: pointer;
            width: 95px;
            display: block;
            opacity: 0.7;
        }

        ul.pxs_thumbnails li.selected img {
            opacity: 1.0;
        }

.pxs_navigation span {
    position: absolute;
    width: 30px;
    height: 60px;
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 2px #000;
    top: 145px;
    opacity: 0.6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

    .pxs_navigation span:hover {
        opacity: 0.9;
    }

    .pxs_navigation span.pxs_prev {
        background: #000 url('prev.png') no-repeat center;
    }

    .pxs_navigation span.pxs_next {
        background: #000 url('next.png') no-repeat center;
    }

.pxs_loading {
    color: #fff;
    font-size: 20px;
    background: #333 url('ajax-loader.gif') no-repeat 10px 50%;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    opacity: 0.7;
    width: 180px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -90px;
    padding-left: 50px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.logo {
    float: left;
    margin-top: 0.5em;
}

.top-nav {
    float: right;
}

    .top-nav ul {
        padding: 0;
        margin: 0;
    }

        .top-nav ul li {
            display: inline-block;
            padding: 2em 1.5em;
        }

            .top-nav ul li a {
                font-size: 1.3em;
                text-transform: uppercase;
                text-decoration: none;
                color: #fff;
            }

                .top-nav ul li a:hover, .top-nav ul li.active a {
                    border-bottom: 1px solid #EC0002;
                }

    .top-nav span.menu {
        display: none;
    }

        .top-nav span.menu:before {
            content: url("../images/menu.png");
            cursor: pointer;
            width: 100%;
        }
/*----responsive-menu-start---*/
@media(max-width:768px) {
    .top-nav ul li {
        display: block;
        float: none;
        margin: 1.5em 0.7em;
        text-align: center;
    }

        .top-nav ul li a {
            color: #fff;
            border: none;
            padding: 0;
        }

            .top-nav ul li a:hover, .top-nav ul li a.active {
                color: #000;
                border: none;
            }

    .top-nav ul {
        display: none;
        background: #EC0002;
        position: absolute;
        width: 100%;
        z-index: 1000;
        left: 0%;
        margin: 0.9em 0em;
    }

    .top-nav span.menu {
        display: block;
        width: 100%;
        position: relative;
        padding: 1.5em 1em 0.2em;
        text-align: right;
    }

    .top-nav ul li span {
        display: none;
    }
}
/*----*/
.banner {
    background: url(../images/banner.jpg)0px 0px;
    width: 100%;
    min-height: 600px;
    display: block;
    position: relative;
    text-align: center;
}

.banner-matter {
    padding: 15em 0;
}

    .banner-matter h2 {
        text-transform: uppercase;
        padding: 0em;
        margin: 0;
        display: inline-block;
        font-size: 6em;
        font-weight: 300;
        color: #fff;
    }

        .banner-matter h2 span {
            color: #EC0002;
            font-weight: 700;
        }

    .banner-matter p {
        font-size: 1.5em;
        color: #fff;
    }

.wmuSlider {
    position: relative;
    overflow: hidden;
}

    .wmuSlider .wmuSliderWrapper article img {
        max-width: 100%;
        width: auto;
        height: auto;
        display: block;
    }
/* Default Skin */
.wmuSliderPagination {
    z-index: 2;
    position: absolute;
    right: 37%;
    bottom: 0px;
}

ul.wmuSliderPagination {
    padding: 0;
}

.wmuSliderPagination li {
    float: left;
    margin: 0 8px 0 0;
    list-style-type: none;
}

.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    height: 10px;
    width: 100px;
    background: #FAFFFF;
    margin: 0 0.5em;
}
/*--content--*/
.services {
    text-align: center;
    padding: 5em 0 7em;
}

    .services h3 {
        font-size: 3.3em;
        color: #fff;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
    }

        .services h3 span {
            font-weight: 700;
            color: #EC0002;
        }

.service-grid-left {
    border: 2px solid #EC0002;
    float: left;
    width: 22%;
    margin: 0 1em;
    padding: 2em 0;
}

    .service-grid-left h4 {
        font-size: 1.5em;
        color: #fff;
        padding: 1em 0 0;
        margin: 0;
    }

    .service-grid-left p {
        font-size: 1em;
        color: #fff;
        padding: 2em 0 3em;
        margin: 0;
    }

a.more {
    text-decoration: none;
    font-size: 1.2em;
    background: #EC0002;
    padding: 0.5em 1.5em;
    color: #fff;
    text-transform: uppercase;
}

    a.more:hover {
        background: #fff;
        color: #000;
    }

.active1 {
    border: 2px solid #fff;
}

.services-grid {
    padding: 2em 0;
}
/*--team--*/
.team {
    background: url(../images/b.jpg)0px 0px;
    width: 100%;
    min-height: 894px;
    display: block;
    padding: 6em 0;
}

    .team h3 {
        font-size: 3.3em;
        color: #fff;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        text-align: center;
    }

        .team h3 span {
            font-weight: 700;
            color: #EC0002;
        }

.team-grid {
    padding: 3em 0 0;
    min-height: 437px;
}

.team-grid-left h4 {
    font-size: 1.4em;
    color: #fff;
    padding: 0.5em 0;
    margin: 0;
    font-weight: 600;
}

.team-grid-left p {
    font-size: 1.2em;
    color: #fff;
    padding: 0 0 0.5em;
    margin: 0;
}

.team-grid-left span.arrow {
    background: url(../images/a.png) no-repeat;
    width: 20px;
    height: 8px;
    display: block;
    position: absolute;
    top: 1em;
    left: 8em;
}

.arrow-para:hover ul.social {
    display: block;
}

.arrow-para:hover .in-arrow {
    display: none;
}

.in-arrow {
    position: relative;
}

label.line-in {
    border-bottom: 8px solid #EC0002;
    width: 255px;
    height: 7px;
    margin: 0;
}

ul.social {
    padding: 0 0 0.6em;
    margin: 0;
    border-bottom: 8px solid #fff;
    text-align: center;
    display: none;
}

    ul.social li, ul.social-ic-icons li {
        display: inline-block;
    }

        ul.social li a span {
            background: url(../images/social.png) 0px -66px;
            width: 30px;
            height: 35px;
            display: block;
        }

        ul.social li a span, ul.social-ic-icons li a span {
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
            -moz-transition: 0.5s all;
        }

        ul.social li.twitter a span {
            background-position: -29px 5px;
        }

        ul.social li.inline a span {
            background-position: -66px -66px;
        }

        ul.social li.gmail a span {
            background-position: -96px -62px;
        }

        ul.social li.facebook a span:hover {
            background-position: 0px 5px;
        }

        ul.social li.inline a span:hover {
            background-position: -66px 5px;
        }

        ul.social li.gmail a span:hover {
            background-position: -96px 5px;
        }

.team h4 {
    font-size: 2em;
    color: #fff;
    padding: 0.5em 0;
    margin: 0;
    font-weight: 300;
}

h4.skill {
    font-size: 3.5em;
    text-align: center;
}

.team-word p {
    font-size: 1.4em;
    color: #fff;
    padding: 0 0 0.5em;
    margin: 0;
}

.content-green {
    width: 100%;
    margin: 11px auto;
    background: #D7DEE0;
    height: 14px;
}

    .content-green > div {
        height: 100%;
        display: block;
        background: #EC0002;
        float: right;
    }

label.percentage {
    float: right;
    font-size: 1.5em;
    color: #fff;
    font-weight: 500;
}
/*--gallery--*/
.gallery-grid {
    text-align: center;
    padding: 6em 0 0;
}

    .gallery-grid h3 {
        font-size: 3.3em;
        color: #fff;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
    }

        .gallery-grid h3 span {
            font-weight: 700;
            color: #EC0002;
        }

    .gallery-grid p {
        font-size: 1em;
        color: #fff;
        padding: 2em 0 0;
        width: 80%;
        margin: 0 auto;
    }

.portfolio-wrapper:hover ul.social-ic {
    display: block;
}

ul.social-ic {
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10em 7em;
    background: rgba(236, 0, 2, 0.6);
    display: none;
}

    ul.social-ic li {
        display: inline-block;
    }

        ul.social-ic li a span {
            background: url(../images/s.png) 0px 0px;
            width: 50px;
            height: 47px;
            display: block;
        }

        ul.social-ic li.search a span {
            background-position: -64px 0px;
        }

ul#filters {
    padding: 0px;
}

#filters {
    margin: 3% 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    #filters li {
        display: inline-block;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -o-inline-box;
        display: -ms-inline-box;
        padding: 0 1em;
    }

        #filters li span:hover, #filters li.active span {
            background: #EC0002;
        }

        #filters li.active span {
            padding: 10px 50px;
        }

        #filters li span {
            display: block;
            padding: 10px 25px;
            text-decoration: none;
            color: #fff;
            cursor: pointer;
            font-size: 20px;
            text-transform: uppercase;
            border: 1px solid #EC0002;
        }

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 20%;
    display: none;
    float: left;
    overflow: hidden;
    margin: 0%;
}

div#portfoliolist {
    padding: 0px 0px;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
    padding: 0;
}

.portfolio img {
    max-width: 100%;
    transition: all 300ms !important;
    -webkit-transition: all 300ms !important;
    -moz-transition: all 300ms !important;
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
}

.portfolio .label-bg {
    background: #22B4B8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
    font-size: 12px;
    text-transform: uppercase;
}
/*--price--*/
.price {
    text-align: center;
}

    .price h3 {
        font-size: 3.3em;
        color: #fff;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
    }

        .price h3 span {
            font-weight: 700;
            color: #EC0002;
        }

.price-top {
    background: #EC0002;
    padding: 2em 0;
}

    .price-top h5 {
        font-size: 2em;
        color: #fff;
        margin: 0;
        padding: 0 0 0.2em;
    }

    .price-top span {
        background: url(../images/bl.png) 0px 0px;
        width: 56px;
        height: 56px;
        display: block;
        margin: 0 auto;
    }

        .price-top span.world {
            background-position: -79px 0px;
        }

        .price-top span.clock {
            background-position: -172px 0px;
        }

    .price-top p {
        font-size: 1.5em;
        color: #fff;
        margin: 0;
        padding: 0;
    }

        .price-top p label {
            font-size: 2em;
            color: #fff;
            margin: 0;
            padding: 0;
        }

.price-bottom {
    background: #E8E4E5;
    padding: 1em 0 4em;
}

    .price-bottom p {
        font-size: 1.2em;
        margin: 0;
        padding: 2em 0 0;
    }

        .price-bottom p.para {
            padding: 2em 0 3em;
        }

a.now {
    text-decoration: none;
    font-size: 1.2em;
    background: #000;
    padding: 0.5em 1.5em;
    color: #fff;
    text-transform: uppercase;
}

.price-grid {
    padding: 1em 0;
}

a.now:hover {
    background: #EC0002;
}
/*--news--*/
.news {
    background: url(../images/bb.jpg)0px 0px;
    width: 100%;
    min-height: 945px;
    display: block;
    padding: 4em 0 6em;
}

    .news h3 {
        font-size: 3.3em;
        color: #fff;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        text-align: center;
    }

        .news h3 span {
            font-weight: 700;
            color: #EC0002;
        }

.news-left {
    background: rgba(0, 0, 0, 0.64);
    float: left;
    width: 55%;
    padding: 1em 0 4em;
}

.news-grid {
    padding: 0 3em;
}

.news-left h4 {
    font-size: 2em;
    color: #fff;
    padding: 1em;
    margin: 0;
}

.news-grid-left {
    background: #EC0002;
    text-align: center;
    margin: 0 0 4em;
    padding: 0em 0.5em;
}

    .news-grid-left label {
        color: #fff;
        font-size: 3.5em;
        margin: 0 auto;
        font-weight: 400;
    }

    .news-grid-left small {
        font-size: 2.8em;
        color: #fff;
    }

.news-grid-right h6 {
    font-size: 1.5em;
    color: #fff;
    padding: 0 0 0.6em;
    margin: 0;
}

.news-grid-right p {
    font-size: 1.3em;
    color: #fff;
    padding: 0 0 0.4em;
    margin: 0;
    width: 90%;
}

ul.eye {
    padding: 0;
    margin: 0;
    float: left;
}

    ul.eye li {
        display: inline-block;
    }

        ul.eye li a span {
            background: url(../images/i.png) 0px 0px;
            width: 30px;
            height: 21px;
            display: block;
        }

        ul.eye li.round a span {
            background-position: -27px 0px;
        }

        ul.eye li.black a span {
            background-position: -56px 0px;
        }

        ul.eye li.black-round a span {
            background-position: -84px 0px;
        }

        ul.eye li a b {
            color: #fff;
        }

        ul.eye li a {
            text-decoration: none;
        }

.news-right {
    float: right;
    width: 45%;
    background: rgba(236, 0, 2, 0.64);
    padding: 2em 1em;
}

.news-right-grid {
    background: #000;
    margin: 0 0 1.23em;
}

.news-grid-grid h6 {
    font-size: 1.3em;
    padding: 0 0 0.3em;
}

.news-grid-grid p {
    font-size: 1em;
    padding: 0 0 0.1em;
    width: 91%;
}

.news-right-grid label {
    font-size: 2.5em;
}

.news-right-grid small {
    font-size: 2em;
}

.our-new {
    padding: 4em 0 1em;
}

.news-grid-right a {
    text-decoration: none;
}
/*----*/
.contact {
    padding: 4em 0;
    position: relative;
}

    .contact h3 {
        font-size: 3.3em;
        color: #fff;
        padding: 0 0 1.3em;
        margin: 0;
        text-transform: uppercase;
        text-align: center;
    }

        .contact h3 span {
            font-weight: 700;
            color: #EC0002;
        }

p.contact-para a {
    text-decoration: none;
    color: #fff;
}

p.contact-para {
    float: left;
    font-size: 2.8em;
    color: #fff;
    padding: 0;
    margin: 0;
    width: 31%;
}

    p.contact-para b {
        border-bottom: 3px solid #fff;
        font-weight: 600;
    }

.contact-right {
    float: right;
}

    .contact-right p {
        font-size: 1.2em;
        color: #fff;
        margin: 0;
        background: rgba(255, 255, 255, 0.28);
        width: 65%;
        padding: 2.5em;
    }

    .contact-right span {
        background: url(../images/aa.png) 0px 0px;
        width: 30px;
        height: 21px;
        display: block;
        margin: 0 7em;
    }

.drop-p {
    margin: 0 7em;
}

.contact-our {
    position: absolute;
    top: 29%;
    left: 19%;
}

p.your-para, p.message-para {
    color: #fff;
    margin: 0;
}

p.message-para {
    padding: 0 1em;
}

.contact-grid input[type="text"] {
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    background: #CCCCCC;
    outline: none;
    border: none;
    -webkit-appearance: none;
}

.contact textarea {
    resize: none;
    width: 98%;
    padding: 1em;
    margin: 1em;
    background: #CCCCCC;
    outline: none;
    border: none;
    -webkit-appearance: none;
}

.contact input[type="submit"] {
    width: 21%;
    font-size: 1.5em;
    background: #EC0002;
    padding: 0.6em 1em;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    margin: 0 auto;
    -webkit-appearance: none;
}

    .contact input[type="submit"]:hover {
        background: #6D0C0C;
    }

.send {
    padding: 0 1em;
}

.contact-gr-grid {
    padding: 5em 0 2em;
}
/*----*/
.footer {
    background: #EC0002;
    padding: 1em 0;
}

    .footer p {
        margin: 0;
        font-size: 1.3em;
        color: #fff; 
    }

p.footer-grid {
    float: left;
}

.footer a {
    color: #000;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

    .footer a:hover {
        color: #fff;
    }

.footer-class {
    float: right;
}

.footer-left {
    float: left;
}

.social-ic-icons {
    float: right;
    display: block;
    border-bottom: none;
}

ul.social-ic-icons {
    padding: 1em 0;
    margin: 0;
    text-align: center;
}

    ul.social-ic-icons li a span {
        background: url(../images/soc.png) 0px -69px;
        width: 30px;
        height: 35px;
        display: block;
    }

    ul.social-ic-icons li.twitter a span {
        background-position: -29px 0px;
    }

    ul.social-ic-icons li.inline a span {
        background-position: -66px -69px;
    }

    ul.social-ic-icons li.gmail a span {
        background-position: -96px -69px;
    }

    ul.social-ic-icons li.browser a span {
        background-position: -126px -69px;
    }

    ul.social-ic-icons li.facebook a span:hover {
        background-position: 0px 0px;
    }

    ul.social-ic-icons li.inline a span:hover {
        background-position: -66px 0px;
    }

    ul.social-ic-icons li.gmail a span:hover {
        background-position: -96px 0px;
    }

    ul.social-ic-icons li.browser a span:hover {
        background-position: -126px 0px;
    }

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 25px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url('../images/up.png') no-repeat 0px 0px;
}
/*--responsive media-quries--*/

ul.pxs_slider li {
    height: 420px;
    float: left;
    position: relative;
}

.panel {
    margin: 0 auto;
    width: 1100px;
}

.panel-default {
    border-color: #ddd;
    margin-top: 10px !important;
}
/**---------------------------------*/
 

ul, li {
    list-style: none;
}


#ifocus {
    width: 1100px;
    height: 245px;
    margin: 0 auto;
    border: 1px solid #DEDEDE;
    background: #F8F8F8;
}

#ifocus_pic {
    display: inline;
    position: relative;
    float: left;
    width: 1000px;
    height: 225px;
    overflow: hidden;
    margin: 5px 0 0 5px;
}

#ifocus_piclist {
    position: absolute;
}

    #ifocus_piclist li {
        height: 225px;
        overflow: hidden;
    }

    #ifocus_piclist img {
        width: 1000px;
        height: 225px;
    }

#ifocus_btn {
    display: inline;
    float: right;
    width: 91px;
    margin: 0;
}

    #ifocus_btn li {
        width: 91px;
        height: 57px;
        cursor: pointer;
        opacity: 0.5;
        -moz-opacity: 0.5;
        filter: alpha(opacity=50);
    }

    #ifocus_btn img {
        width: 75px;
        height: 45px;
        margin: 7px 0 0 11px;
    }

    #ifocus_btn .current {
        background: url(i/ifocus_btn_bg.gif) no-repeat;
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }

#ifocus_opdiv {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 410px;
    height: 35px;
    background: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

#ifocus_tx {
    position: absolute;
    left: 8px;
    bottom: 3px;
    color: #FFF;
}

    #ifocus_tx .normal {
        display: none;
    }
