﻿div.cycle
{
    margin: 145px 0 0 0;
    text-align: center;
}

div.slogan
{
    margin: 20px 0 0 0;
    text-align: center;
}

div.line
{
    border-style: dashed none none none;
    border-color: #84C9C9;
    border-top-width: 1px;
    width: 1000px;
    height: 1px;
    margin: 35px 0 0 0;
}

div.panels
{
    margin: 30px 0 0 0;
}

div.image
{
    position: absolute;
    bottom: 70px;
    left: 18px;
}

div.panel
{
    width: 179px;
    height: 240px;
    padding: 47px 20px 0 18px;
    background-repeat: no-repeat;
    background-position: left top;
}

div.panel div.content
{
    height: 210px;
}

div.panel p
{
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    line-height: 16px;
    margin: 5px 0;
}

div.panel a.title, div.articles a.title:visited
{
    display: block;
    font-size: 13px;
    color: #3097C5;
    margin: 5px 0 0 0;
    text-decoration: none;
    font-weight: bold;
}

div.panel a.title:hover
{
    text-decoration: underline;
}

div.panel a.more, div.panel a.more:visited
{
    height: 17px;
    padding: 5px;
    color: White;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    text-decoration: none;
}

div.panel a.more:hover
{
    text-decoration: underline;
}

div.about
{
    float: left;
    margin: 0 42px 0 0;
    background-image: url(/images/home/panel/about.png);
}

div.about a.more
{
    background-image: url(/images/home/button/button1.png);
}

div.articles
{
    float: left;
    margin: 0 42px 0 0;
    background-image: url(/images/home/panel/articles.png);
}

div.articles a.more
{
    background-image: url(/images/home/button/button2.png);
}

div.news
{
    float: left;
    margin: 0 42px 0 0;
    background-image: url(/images/home/panel/news.png);
}

div.news a.more
{
    background-image: url(/images/home/button/button3.png);
}

div.join
{
    width: 185px !important;
    float: right;
    background-image: url(/images/home/panel/join.png);
}

div.cycle_container
{
    width: 923px;
    height: 353px;
    margin: 145px auto 0 auto;
    position: relative;
}

ul.pager
{
    display: block;
    position: absolute;
    list-style: none;
    margin: 0 0 0 -30px;
    padding: 0;
    left: 50%;
    bottom: 20px;
    z-index: 1000;
}
ul.pager li
{
    display: block;
    float: left;
    list-style: none;
    margin: 0 5px 0 0;
    padding: 0;
}
ul.pager li a
{
    background-image: url("/images/home/pager/normal.png");
    background-repeat: no-repeat;
    display: block;
    height: 12px;
    text-indent: -10000px;
    width: 12px;
}
ul.pager li.activeSlide a
{
    background-image: url("/images/home/pager/active.png") !important;
}

