﻿
/*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
{
	width: 970px;
	height:143px;
    margin:0 auto;
    padding:0px;
	position: relative;
	

}

.jscarousal1-contents-horizontal1
{
	width: 904px;
	height: 143px;
	float: left;
	margin:0 43px 0 33px;
	position: relative;
	overflow: hidden;

	
}

.jscarousal1-contents-horizontal1 > div
{
	position: absolute;
	width: 100%;
	height: 130px;
	
}
.jscarousal1-contents-horizontal1 > div > div
{
	float: left;
	margin:12px 9px 10px 9px;
}
.jscarousal1-contents-horizontal1 img
{
	max-width: 160px;
	max-height: 120px;
	border: solid 1px #d9841f;
	 border-bottom:0px; 
	 border-top:0px;
	background-color:#d9841f;
}


