﻿

/*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: #000;
	text-align: center;
	display: block;
	padding: 2px 2px 2px 0px;
	font-family:Verdana;
	font-size:11px;
	width:120px;
}





/*Image Horizontal Orientation CSS*/
.jscarousal1-horizontal1
{
	margin: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}

.jscarousal1-contents-horizontal1
{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal1-horizontal1-back, .jscarousal1-horizontal1-forward
{
	float: left;
	width: 30px;
	height: 40px;
	color: White;
	position: absolute;
	top: 60px;
	cursor: pointer;
}
.jscarousal1-horizontal1-back
{
    left:-50px;
	background-image: url(left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal1-horizontal1-forward
{
    left:102%;
	background-image: url(right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal1-contents-horizontal1 > div
{
	position: absolute;
	width: 100%;
}
.jscarousal1-contents-horizontal1 > div > div
{
	float: left;
	margin:0 1%;
	text-align:center;
	width:23%;
}
.jscarousal1-contents-horizontal1 strong
{
    color:#363636;
}
.jscarousal1-contents-horizontal1 img
{
	max-width: 90%;
	border: solid 1px #f5f5f5;
	padding:5px 5%;
	margin:0 0 10px 0;
}
