body { 
    background:#000 url('../images/background.jpg') top center no-repeat;
    padding:0;
    margin: 0;
}

object {
    visibility: hidden;
}

    div.page {
        width:1000px;
        height:1005px;
        margin: 0px auto 0px auto;
        position: relative;
    }
    
    div.logo {
        width:100%;
        height: 350px;
        background-image: url('../images/logo.jpg');
    }
    
    div.menu {
        width:310px;
        height: 45px;
        background-image: url('../images/menu.jpg');
        padding: 0px 345px 0px 345px;
    }   
        div.menu a {
             width:115px;
             height: 45px;
             display: inline-block;
             outline: none;
             float:left;
        }
        div.menu a:hover {
            background-image: url('../images/menu-hovers.jpg');    
            background-repeat: no-repeat;
        }
        div.menu a.m1:hover {            
             background-position: 0px 0px;
        }
        div.menu a.m2 {
             width:80px;
        }
        div.menu a.m2:hover {
             width:80px;
             background-position: -115px 0px;  
        }
        div.menu a.m3:hover {
             background-position: -195px 0px;  
        }
        
    div.slider {
        width:1000px;
        height: 344px;
    }
    
        div.sliderLeft {
            width:116px;
            height:271px;
            padding-left: 34px;
            padding-top: 73px;
            background-image: url('../images/slide-left.jpg');      
            display:inline;
            float:left;
            cursor: pointer;
        }
        div.sliderRight {
            width:116px;
            height:271px;
            padding-left: 23px;
            padding-top: 73px;
            background-image: url('../images/slide-right.jpg');     
            display:inline;
            float:left;
            cursor: pointer;
            
        }
        
        div.sliderCenter{
            width:582px;
            height:314px;
            padding:15px 59px 15px 59px;
            background-image: url('../images/slide-center.jpg');      
            display:inline;
            float:left;
        }   
        
            div.AllImages{
                display:none;
            }

            div.sliderImg {
                width:582px;
                height:278px;
                position:relative;
                margin-bottom: 
            }
            
            div.sImg {
                width:582px;
                height:278px;
                position: absolute;
                overflow: hidden;
            }
            
         
            div.sliderFrame {
                width:582px;
                height:278px;
                position: absolute;
                background-image: url('../images/slider-frame.png'); 
                z-index: 1;
            }
            div.sliderList  {
                width:582px;
                height:278px; 
            }
            div.sliderList img {
                margin:3px 5px 3px 5px;
                opacity: 0.7;
            }
            div.sliderList img:hover{
                opacity: 1;
                cursor: pointer;
            }
            
            
            div.sliderImgBotttom {
                width:582px;
                height: 17px;
                margin-top: 14px;
            }
            
                div.navi {
                    width:370px;
                    margin: 0px auto 0px auto;
                    height:20px;
                    padding-left: 50px;
                    text-align: center;
                    display: inline;
                    float: left;
                }

                div.nav {
                    width:12px;
                    height:12px;
                    background-image: url('../images/nav.png');
                    display: inline-block;
                    margin:0px 2px 0px 2px;
                    cursor: pointer;
                    opacity:0.6;
                }
                div.nav:hover {
                    opacity:1;
                }

                div.playorpause {
                    width:52px;
                    height: 17px;
                    display: inline;
                    float: left;
                    padding-left:4px;
                }

                div.play {
                    width:52px;
                    height: 17px;
                    cursor: pointer;
                    background-image: url('../images/play-pause.png');
                }
                div.play:hover {
                    background-position: 0px -34px;
                }
                
                div.stop {
                    width:52px;
                    height: 17px;
                    cursor: pointer;
                    background-image: url('../images/play-pause.png');
                    background-position: 0px -17px;
                }
                div.stop:hover {
                    background-position: 0px -51px;
                }
                
                div.changeview {
                    width:102px;
                    height: 17px;
                    display: inline;
                    float: left;
                    padding-right:4px;
                }
                div.changeview div {
                    display:inline;
                    float:left;
                    height: 17px;
                    background-image: url('../images/changeview.jpg');
                }
                
                div.changeview .view {
                    width:51px;
                }
                div.changeview .multi {
                    width:26px;
                    background-position: -77px 0px;
                }
                div.changeview .multi:hover, div.changeview .multi_active {
                    width:26px;
                    background-position: -77px 17px;
                    cursor: pointer;
                }
                div.changeview .normal {
                    width:25px;
                    background-position:-51px 0px;
                }
                div.changeview .normal:hover, div.changeview .normal_active {
                    width:25px;
                    background-position:-51px 17px;
                    cursor: pointer;
                }

                a.zoom {         
                    width:120px;
                    height: 120px;
                    margin: 17px auto 17px auto;
                    background-image: url('../images/zoom.png');
                    z-index:2;
                    cursor: pointer;
                    display: block;
                    padding: 0;
                    outline: none;
                    opacity: 0.6;
                    z-index: 20;
                }
                a.zoom:hover {
                    opacity:1;
                }
                
                div.index {
                    z-index: 20;
                }
                
                .sliderMask {
                    width: 578px;
                    height: 278px;
                    position: absolute;
                    overflow: hidden;
                    z-index: 1;
                    
                }
                .sliderImg h2 {
                    height:20px;
                    width: 578px;
                    font-family: Tahoma;
                    font-size: 17px;
                    font-weight: normal;
                    color: #fff;
                    text-align: center;
                    position: relative;
                    padding: 10px 0px 12px 0px;
                    background: rgba(0, 0, 0, 0.8);
                    margin: 20px 4px 0 4px;
                }
                .sliderImg p {
                    width:578px;
                    height: 20px;
                    margin: 0px auto 0px auto;
                    position: relative;
                    font-family: Georgia, serif;
                    font-style:italic;
                    text-shadow:0px 1px 1px #000;
                    font-size: 12px;
                    text-align: center;
                    color: #fff;
                    padding: 10px 0px 10px 0px;
                }
            
    
    div.bottom {
        width:1000px;
        height:266px;
        background-image: url('../images/bottom.jpg');      
    }
    
    
    div.slideHoverLeft,
    div.slideHoverRight {
        width:93px;
        height:93px;
        background-image: url('../images/slidelhover.png'); 
        cursor: pointer;
        opacity: 0.0;
    }
    
    div.footer{
        width:100%;
        height:305px;
        background-image: url('../images/footer.jpg');
        background-position: center;
        background-repeat: no-repeat;
    }
        
        div.footerContent {
            width:1000px;
            height: 220px;
            margin: 0px auto 0px auto;
            padding-top: 85px;
        }
        
        
        div.footerContent .fItem {
            width:183px;
            height:19px;
            background-color: rgba(95,155,225, 0.02);
            padding: 6px;
            display:block;
            font-family: Arial;
            font-size:13px;
            color:#acbfda;
            margin-left: 12px;
            margin-top: 8px;
        }
        div.footerContent  .right .fItem div{
            float:right;
        }
        div.footerContent  .right .fItem span {
            font-size: 12px;
            float: right;
            margin-right: 6px;
            margin-top: 1px;
        }
        div.footerContent .fItem .info {
            display:none;
            margin-left: 5px;
            font-size: 11px;
            color:#4b607d;
        }
        div.footerContent .fItem a {
            font-family: Arial;
            font-size:12px;
            color:#acbfda;
            text-decoration: none;
            opacity: 1;
        }
        div.footerContent .fItem:hover .info {
            display: inline;
       
        }
        div.footerContent .fItem span {
            padding: 0px 0 0 6px;
            display: inline;
            float: left;
        }
        div.footerContent .fItem:hover div {
            opacity: 1;
        }
        div.icon_gg,
        div.icon_mail,
        div.icon_skype,
        div.icon_fb,
        div.icon_da,
        div.icon_blog {
            width:19px;
            height:19px;
            background-image: url('../images/icon_gg.png');
            display: inline;
            float: left;
            opacity: 0.7;
        }
        div.icon_mail  { background-image: url('../images/icon_mail.png'); }
        div.icon_skype { background-image: url('../images/icon_skype.png'); }
        div.icon_fb    { background-image: url('../images/icon_fb.png'); }
        div.icon_da    { background-image: url('../images/icon_da.png'); }
        div.icon_blog  { background-image: url('../images/icon_blog.png'); }
        div.footerContent .fItem:hover {
            background-color: rgba(95,155,225, 0.04);
        }
        
        div.footerContent div.left,
        div.footerContent div.right,
        div.footerContent div.center {
            width:225px;
            height:auto;
            display:inline;
            float:left;
        }
        
        div.footerContent div.center {
            width:550px;
        }
        
        
        div.logos {
            width:510px;
            height: 120px;
            padding:10px 20px 0px 20px;
            text-align: center;
            vertical-align: middle;
        }
        div.logos a {
            outline: none;
            opacity: 0.4;
        }
        div.logos a:hover {
            opacity: 1;
        }
        div.logos a img {
            border:none;
            margin: 5px;
            max-width: 160px;
            max-height: 90px;
            
        }
        
        div.copy {
            width:550px;
            height:auto;
            text-align: center;
            font-family: Tahoma;
            font-size:12px;
            color:#535d8d;
        }
        div.copy a {
            font-family: Tahoma;
            font-size:12px;
            color:#6a78c1;
            text-decoration: none;
        }
        div.copy a:hover {
            color:#97a8ff;
        }
        div.copy span {
            font-size: 11px;
            color:#292c3b;
            margin-top: 6px;
            display: block;
        }