﻿.jscarousal {

width: 100%; 
float:left;
height: 86px;
margin: 0;
padding: 0;
position: relative;
 
}

.jscarousal-left,  .jscarousal-right{

float: left;
width: 17px;
height: 32px;
cursor: pointer; 
}
 .jscarousal-left{
 background-image: url(../images/lf-btn.png);
width: 17px;
height: 32px;
background-repeat: no-repeat;
background-position: left;
z-index:100000000000000;
position: absolute;
top:30%; 
left: -27px;
}
.jscarousal .jscarousal-right {
background-image: url(../images/rt-btn.png);
width: 17px;
height: 32px;
background-repeat: no-repeat;
background-position: right;
float: right;
position: absolute;
top:30%;
right:-27px;
z-index:100000000000000;
}

.jscarousal-contents
{
width:100%;
height: 86px;
float: left;
position: relative;
overflow: hidden;
}

.jscarousal-contents > div{

position: absolute;
width: 100%;
height: 90px;

}
.jscarousal-contents > div > div {
float: left;
margin-left: 14px;
margin-right: 14px;
width: 17%;
}

.jscarousal-contents img{
width:100%;
height:83px;
border: 1px solid #FDD5D5;
}
.hidden{
display: none;
}

.visible{
display: block;
}
.thumbnail-active{
cursor: pointer;
}

.thumbnail-text{
color: #FA610B;
font-weight: bold;
text-align: left; font-size:13px;
display: block;
padding: 5px 2px 2px 0px;
text-align:left; 
line-height:15px;
}


.thumbnail-text a{
color: #FA610B; 
text-decoration:none;
	
}

