/*
 * This stylesheet styles the banner rotator.
 */

.jcarousel-wrapper-wrapper
{
    
}

.jcarousel-wrapper
{
    border:5px solid black; border-radius:5px;
    position:relative; margin:auto;
    height:270px; width:800px;
}

.jcarousel
{
  overflow:hidden; position:relative;
	height:100%; width:100%;
}

.jcarousel ul 
{
    
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li
{
	float:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	height:270px; width:800px;
}

.jcarousel-prev
{
    background: goldenrod; text-align:center;
    position:absolute; left:-40px; top:0px;
    height:270px; width:30px;
}
.jcarousel-next
{
    background:goldenrod; text-align:center;
    position:absolute; right:-40px; top:0px;
    height:270px; width:30px;
}

.jcarousel-control-pause
{
    cursor: pointer;
    background:goldenrod;
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
    left: 3px;
    opacity: .75;
    width: 18px;
    height: 18px;
}

.jcarousel-control-play
{
    cursor: pointer;
    background:goldenrod;
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
    left: 22px;
    opacity: .75;
    width: 18px;
    height: 18px;
}
.jcarousel-pagination
{
    
    bottom: 0px;
    left: 50px;
    position: absolute;
    
}

.jcarousel-control-pause:hover
{
    opacity: 1.0;
}

.jcarousel-control-play:hover
{
    opacity: 1.0;
}

.jcarousel-pagination a
{
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    line-height: 12px;
    min-width: 12px;
    background:goldenrod;
    color: black;
    border-radius: 12px;
    padding: 3px;
    text-align: center;
    margin-right: 2px;
    opacity: .75;
}

.jcarousel-pagination a.active
{
    background:goldenrod;
    color: black;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

.jproduct-stage
{
    border: 2px solid black;
    border-radius: 3px;
    width: 400px;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.jproduct-stage ul
{
    width: 20000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jproduct-stage li
{
    float: left;
}
.jproduct-navigation
{
    padding-top: 5px;
}
.carousel-jproduct-navigation
{
    border: 2px solid black;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.jproduct-navigation ul
{
    width: 400px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jproduct-navigation li
{
    cursor: pointer;
}
.jproduct-navigation li img
{
    float: left;
    display: block;
}

.prev-navigation
{
    cursor: pointer;
}
.next-navigation
{
    cursor: pointer;
}