﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 1000px;
	height: 120px;
	margin: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 30px;
	height: 30px;
	position: relative;
	top: 23px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background-image: url(../img/contributor_arrows.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(../img/contributor_arrows.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 940px;
	height: 120px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 124px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-right: 20px;
}
.jscarousal-contents-horizontal > div > div:nth-child(10n+10)
{
	float: left;
	margin-right: 0px;
}
.jscarousal-contents-horizontal img
{
	width: 76px;
	height: 76px;
}
/*Horizontal Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	text-align: center;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:7px;
}
