﻿
/* jQuery jcImgScroll */

.jcImgScroll
{
    position: relative;
    height: 240px;
    margin: 0;
}

.jcImgScroll li
{
    border: 1px solid #ccc;
}

.jcImgScroll li a
{
    background: #fff;
    display: block;
    position: relative;
    z-index: 99;
    width: 400px;
    height: 240px;
    border: 1px solid #eee;
    padding: 5px;
}

.jcImgScroll li.loading a
{
    background: #fff url(../images/loading.gif) no-repeat center center;
}

.jcImgScroll li img, .jcImgScroll li, .jcImgScroll em, .jcImgScroll dl
{
    display: none;
    border: 0 none;
}

.jcImgScroll li img
{
    width: 100%;
    height: 100%;
}

.jcImgScroll em.sPrev
{
    background: url(../images/arrow-left.png) no-repeat left center;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.jcImgScroll em.sNext
{
    background: url(../images/arrow-right.png) no-repeat right center;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.jcImgScroll dl dd
{
    background: url(../images/NumBtn.png) no-repeat 0 bottom;
    text-indent: -9em;
}

.jcImgScroll dl dd:hover, .jcImgScroll dl dd.curr
{
    background-position: 0 0;
}

.hp-cases-title
{
    text-align: center;
    padding: 20px;
    font-size: 16px;
}
