﻿@charset "utf-8";
/* CSS Document */
/* 懒人图库 搜集整理 www.cnwei.net */
* { margin: 0; padding: 0; list-style: none; }
#divSmallBox { overflow: hidden; *display: inline; *zoom: 1; width: 15px; height: 15px; margin: 0 5px; border-radius: 15px; background: #ffffff; }
#playBox { width: 1000px; height: 350px; margin: 0px auto; position: relative; overflow: hidden; }
    #playBox .oUlplay { width: 99999px; position: absolute; left: 0; top: 0; }
        #playBox .oUlplay li { float: left; }
    #playBox .pre { cursor: pointer; width: 45px; height: 45px; background: url(../images/l.png) no-repeat; position: absolute; top: 170px; left: 10px; z-index: 10; }
    #playBox .next { cursor: pointer; width: 45px; height: 45px; background: url(../images/r.png) no-repeat; position: absolute; top: 170px; right: 10px; z-index: 10; }
    #playBox .smalltitle { width: 1000px; height: 10px; position: absolute; bottom: 15px; z-index: 10; }
        #playBox .smalltitle ul { width: 125px; margin: 0 auto; }
            #playBox .smalltitle ul li { width: 15px; height: 15px; margin: 0 5px; border-radius: 15px; background: #ffffff; float: left; overflow: hidden; *display: inline; *zoom: 1; cursor: pointer; }
        #playBox .smalltitle .thistitle { background: #d00; }











/* header start */
#header { margin: 0 auto; width: 1000px; height: auto; overflow: hidden; }
#logo { margin: 10px 0; width: 116px; overflow: hidden; }
#top_r { margin-top: 20px; width: 870px; height: auto; overflow: hidden; }
#logoimg { width: 450px; height: 40px; overflow: hidden; }
#language { margin-top: 20px; width: 400px; height: 20px; color: #fff; font: 12px/20px "Microsoft YaHei"; text-align: right; }
    #language a { margin: 0 10px; color: #fff; }
        #language a:hover { color: #d00; }
    #language span { color: #d00; font: 18px/20px "Microsoft YaHei"; }
#nav { margin-top: 15px; padding: 0 10px; width: 850px; height: 33px; background: url(../images/nav_bg.png) no-repeat center; }
    #nav ul { margin: 0; padding: 0; }
        #nav ul li { float: left; display: block; width: 104px; height: 33px; text-align: center; padding-left: 2px; background: url(../images/nav_line.jpg) no-repeat left; }
            #nav ul li a { display: block; width: 98px; height: 33px; color: #fff; font: bold 14px/33px "Microsoft YaHei";}
            #nav ul li.nbg { padding-left: 0px; background: none; }
            #nav ul li a:hover, #nav ul li a.current { color: #9fd2fd; background: url(../images/nav_bg2.png) no-repeat center 5px; }
/*.line { float: left; width: 2px; height: 33px; background: url(../images/nav_line.jpg) no-repeat center; }*/
/* header end */
