div.jContent
{
    float: left;

}

div.slides
{
}

div.jContent p
{
    padding: 0px 0px 0px 0px;	
    margin: 0px 0px 0px 0px;
}

div.jContent a
{
    float: left;
    display: block;	
}

div.jContent a.hide
{
    visibility: hidden;
}

/* horizontal */
div.jc-horizontal
{
    margin: 25px 10px 20px 10px; 
}


div.jc-horizontal a
{
    width: 35px;
    height: 34px;
}


div.jc-horizontal a.prev
{
    margin: 55px 10px 0px 0px;
    background: url('../img/arrows/wleft.png') no-repeat;
}

div.jc-horizontal a.prev:hover
{
    background: url('../img/arrows/bleft.png') no-repeat;
}

div.jc-horizontal a.next
{
    margin: 55px 0px 0px 10px;
    background: url('../img/arrows/wright.png') no-repeat;
}

div.jc-horizontal a.next:hover
{
    background: url('../img/arrows/bright.png') no-repeat;
}

/* vertical */
div.jc-vertical
{
    height: 218px;
    position: relative;
    width: 333px;
}


div.jc-vertical a
{
    width: 326px; 
    height: 34px;
}

div.jc-vertical a.prev
{
    background: url("../img/arrows/wup.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    bottom: 0;
    position: absolute;
    right: -136px;
}

div.jc-vertical a.prev:hover
{
    background: url('../img/arrows/bup.png') no-repeat top center;
}

div.jc-vertical a.next
{
    background: url("../img/arrows/wdown.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    bottom: 0;
    position: absolute;
    right: -94px;
}

div.jc-vertical a.bottom-arr:hover
{
    background: url('../img/arrows/bdown.png') no-repeat top center;
}

/* auto and circle */
div.jc-auto
{
    margin:4px 0 0 20px;
}


div.js-circle
{

}

