﻿.jscarousal
{
	width: 1200px;
	height: auto;
	margin: 100px 0;
	padding: 0;
	/*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 15px;
	height: 16px;
	margin-top:100px;
	background-color: #121212;
	color: White;
	position: relative;
	top: 12px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background: url(../images/left_arrow.png) no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background: url(../images/right_arrow.png) no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 1170px;
	height: 340px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 300px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin: 10px 35px;
}
.jscarousal-contents img
{
	width: 198px;
	height: 198px;
	border:0;
	margin: 11px;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
    width: 220px;
    height: 220px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	cursor: pointer;
	border: 1px solid #c5c3b7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
}
.thumbnail-inactive
{
    width: 220px;
    height: 220px;
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
	border: 1px solid #c5c3b7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
}
.thumbnail-text
{
    margin: 0;	
}
.thumbnail-text h2
{
    margin: 0;
    font-family: 'open_r';
    font-weight: bold;
    color: #000000;
    font-size: 17px;
    text-align: center;
    text-transform: capitalize;
}
.thumbnail-text h3
{
    margin: 0;
    font-family: open_r;
    font-weight: normal;
    color: #565656;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
