/* --------------------------------------------------------------------- */
/* Home
/* --------------------------------------------------------------------- */
#gallery {
    height: 357px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    bottom: 1px;
}

#pager {
    z-index: 998;
    position: relative;
    left: 500px;
    margin-top: -55px;
    padding-bottom: 10px;
    bottom: 44px;
}

#pager a {
    background-position: center 12px;
    background-repeat: no-repeat;
    background-image: url(/site2/images/home/inactive.png);
    height: 26px;
    width: 53px; 
    outline: 0 none;
    text-decoration:none;
    float: left;
    padding: 20px 4px 4px 5px;
    color: #ff6a06; 
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
#pager a:link, #pager a:strong { color:#ff6a06; }
#pager a:hover, #pager a.activeSlide {
    text-decoration: none;
    background-position: center 12px;
    background-repeat: no-repeat;
    background-image: url(/site2/images/home/active.png);  
}

.container { padding: 20px 0 10px; }
.container .item { float: left; }
.container .title { padding-bottom: 10px; }
.container .content { padding: 4px 12px; height: 112px; }
.container p { font-size: 12px; line-height: 16px; }
.container .bottom img { vertical-align: top; }
.container .top img { vertical-align: top; }

.section_1 { width: 250px; padding-right: 10px; }
.section_1 .content p { padding-top: 14px; }
.section_2 { width: 382px; padding-right: 10px; }
.section_3 { width: 250px; }
.section_3 .content p { text-align: center; padding-top: 30px; }
