﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 650px;
	height: 102px;
	margin: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
	float:right;
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 20px;
	height: 95px;
	color: #ffffff;
	position: relative;
	top: -6px;
	cursor: pointer;
	display: none;
}
.jscarousal-horizontal-back
{
	background-image: url(../../bet20gamebettingsa/image/left_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left:0px;
}
.jscarousal-horizontal-forward
{
	background-image: url(../../bet20gamebettingsa/image/right_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 640px;
	height: 97px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin: 0 4px;
}
.jscarousal-contents-horizontal img
{
	width: 50px;
	height: 50px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:4px;
}

/*Horizontal Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
	margin-left:8px;
	padding-bottom:6px;
}
.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: #fffcd6;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 0px 1px 1px 0px;
	font-size:13px;
	margin-top:-15px;
}
