﻿
#wrapper
{
    width: 1006px;
    height: 295px;
    border: solid 1px #B5B5B6;
}
#wrapper ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#wrapper img
{
    float: left;
    display: block;
}
.big_img
{
    float: left;
    width: 820px;
    height: 295px;
    position: relative;
}
.slide_lg_img_blk, .slide_sm_img_blk
{
    float: left;
    overflow: hidden;
}
#images img
{
    width: 820px;
    height: 295px;
    border: solid 1px #D1CECE;
}
#images li
{
    height: 295px;
}
#thumbs img
{
    width: 91px;
    height: 87px;
    border: 1px solid #ccc;
    cursor: pointer;
}
#thumbs img.selected, #thumbs img:hover
{
    border-color: #ee1f60;
}
#thumbs div
{
    float: left;
    width: 186px;
}
#prev, #next
{
    text-decoration: none;
    font-size: 20px;
    color: #999;
    position: absolute;
    top: 120px;
    cursor: pointer;
    position: absolute;
}
#prev
{
    left: 0px;
}
#next
{
    right: 0px;
}
.prev_img, .next_img
{
    float: left;
    width: 29px;
    height: 47px;
}
.prev_img
{
    background: url('/images/views2015v1/img_HP_all_icon.png') -5px -47px no-repeat;
}
.next_img
{
    background: url('/images/views2015v1/img_HP_all_icon.png') -39px -47px no-repeat;
}
.prev_count, .next_count
{
    position: absolute;
    height: 45px;
    line-height: 43px;
    display: none;
    background: #FFFFFF;
    border: solid 1px #C4C6CC;
}
.prev_count
{
    left: 28px;
    padding-right: 5px;
    border-left-style: none;
}
.next_count
{
    right: 25px;
    border-right-style: none;
    padding-left: 5px;
}
.pager
{
    float: left;
    width: 186px;
    height: 10px;
    text-align: center;
    margin: 9px auto;
}
.pager a
{
    background-color: #D9D9E2;
    text-decoration: none;
    text-indent: -999px;
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
}
.pager a.selected
{
    background-color: #B4CA40;
    text-decoration: underline;
}