﻿/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/
/*===================*/
/*=== Main Styles ===*/
/*===================*/
#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.slider-wrapper { 
	width: 1002px; 
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

 html body {
            margin: 0px;
            padding: 0px;
        }

        .t_body {
            border: 1px solid #ddd;
            padding: 10px;
            width: 250px;
            margin: 50px;
            float: left;
        }

        .aa {
            background-color: #eee;
            width: 25px;
            cursor: pointer;
            float: left;
            margin-left: 10px;
            text-align: center;
        }

        .bb {
            background-color: #eae;
            width: 250px;
            height: 250px;
            display: none;
            font-size: 50px;
        }

        .cc {
            background-color: #eee;
            width: 100%;
            height: 20px;
            display: none;
        }

        .on {
            background-color: #c21;
            width: 30px;
            border-bottom: 0px;
            border-top: 0px;
        }

        .yuan1 span {
            display: block;
            overflow: hidden;
            height: 1px;
            border-color: #77a;
        }

        .yuan2 span {
            display: block;
            overflow: hidden;
            height: 1px;
            border-color: #77a;
        }

        .span1 {
            margin: 0px 3px;
            background-color: #77a;
        }

        .span2 {
            margin: 0px 1px;
            border-left: 2px solid;
            border-right: 2px solid;
        }

        .span3 {
            margin: 0px 1px;
            border-left: 1px solid;
            border-right: 1px solid;
        }

        .d_body {
            margin: 50px;
            width: 400px;
            height: 400px;
            font-size: 12px;
            float: left;
        }

        .d_top {
            height: 27px;
            border-left: 1px solid #77a;
            border-right: 1px solid #77a;
        }

        .d_t {
            float: left;
            border: 1px solid #A9E470;
            width: 100px;
            height: 27px;
            background-color: #2e8202;
        }

            .d_t a {
                color: #FFFFFF;
                text-decoration: none;
                font-size: 11pt;
                font-weight:bold;
            }

        .d_main {
            border-top: 0px;
            height: 100%;
        }

        .ln {
            position: relative;
            border-bottom: 1px solid #77a;
            top: 40px;
            z-index: -1;
        }

        .bbb {
            background-color: #fff;
            height: 100%;
            display: none;
        }

        .on1 {
            border-bottom: 1px solid #fff;
            background-color: #fff;
        }
            .on1 a {
                color: #2e8202;
                text-decoration: none;
                font-size: 11pt;
                font-weight:bold;
            }
        .fl {
            float: left;
        }

        .clr {
            clear: both;
        }

        .of {
            overflow: hidden;
        }

        .textcenter {
            text-align: center;
            vertical-align: top;
        }