﻿.jscarousal {
    height: 150px;
    margin: 0;
    padding: 5px 0 0;
    position: relative;
    width: 100%;
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right {
    background-color: #e5e2e2;
    border-radius: 5px;
    color: White;
    cursor: pointer;
    float: left;
    height: 35px;
    margin-right: 10px;
    position: absolute;
    top: -70px;
    width: 35px;
}
.jscarousal-left:hover
{
	background-image:url("../images/left_arrow_hover.png") !important;
	background-color:#053e89;
	
}

 .jscarousal-right:hover
 {
	 background-image:url("../images/right_arrow_hover.png") !important;
	background-color:#053e89;
 }
.jscarousal .jscarousal-left {
    background-image: url("../images/left_arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    left: 83%;
}
.jscarousal .jscarousal-right {
    background-image: url("../images/right_arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    right: 18px;
}
.jscarousal-contents {
    float: left;
    height: 160px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 160px;
}
.jscarousal-contents > div > div {
    float: left;
    margin-left: 0;
    margin-right: 30px;
}

.jscarousal-contents img {
    height: 160px;
    width: 182px;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{

	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
