﻿        /* Image Slider */.main-promo
        {
            padding: 0;
            margin: 5px 0px  5px 5px ;
            border: 1px solid #fff;
            position: relative;
            height: 332px;
        }
        /*#main-right{position:absolute;right:0;top:0;width:227px;height:508px;margin-left:8px;}
#main-right img {float:left;}
*/.mask6
        {
            position: absolute;
            width: 605px;
            height: 277px;
            overflow: hidden;
        }
        #box7
        {
            position: absolute;
        }
        #box7 span
        {
            display: block;
            float: left;
        }
        #thumbs7
        {
            position: absolute;
            width: 605px;
            clear: both;
            height: 55px;
            overflow: hidden;
            margin-top: 277px;
        }
        #thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7
        {
            position: absolute;
            top: 0px;
            width: 605px;
            height: 55px;
        }
        #thumbs7 .thumbs div, #thumbs_handles7 span
        {
            display: block;
            width: 121px;
            height: 55px;
            margin: 0;
            float: left;
            cursor: pointer;
        }
        #thumbs7 .thumbs div img
        {
            width: 121px; /*float:right;*/
        }
        #thumbs_handles7 span
        {
            background: url('/app_images/banners/thumb_invisible.gif') no-repeat;
        }
        #thumbs_mask7
        {
            width: 1216px;
            background: url('/app_images/banners/thumbs_mask.png') no-repeat center top;
            height: 100px;
        }
        .thumbs
        {
            width: 605px;
        }
        .thumbs div
        {
            display: block;
            width: 121px;
            height: 55px;
            margin: 0;
            cursor: pointer;
        }
        .thumbs div img
        {
            display: block;
            width: 100%;
            height: 100%;
            border: 1px solid #fff;
        }
        span img
        {
            display: block;
            border: none;
        }
