.jscarousal
{
	width: 880px;
	height: 150px;
	/*background-color: #cccccc;*/
	margin: 0;
	padding: 0;
	padding: 22px 8px 20px 9px;
	position: relative; /*overflow: hidden;*/
	
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 13px;
	height: 48px;
	/*background-color: #cccccc;*/
	color: White;
	position: relative;
	top: 12px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url("../images/major-members-left-arrow.gif");
	background-repeat: no-repeat;
	background-position: left;
        top: 40px;
        z-index: 999999;
width: 17px;
height: 33px;
}
.jscarousal .jscarousal-right
{
background-image: url("../images/major-members-right-arrow.gif");
background-repeat: no-repeat;
background-position: right;
position: absolute;
right: -20px;
z-index: 999999;
width: 17px;
height: 33px;
top: 60px;
}
.jscarousal-contents
{
	width: 95%;
	height: 130px;
	float: left;
	position: absolute;
        left: 34px;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 100px;
}
.jscarousal-contents > div > div
{
	float: left;
    margin:0 5px;
}
.jscarousal-contents img
{
	width: 110px;
	height: 125px;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 10px 2px 2px 0px;
}

/* Localized */