﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 768px;
	height: 705px;
	position: relative; /*overflow: hidden;*/
	background:url(images/gallery_grid.png);
	margin-left: 135px;
    margin-top: -281px;
	
}
.jscarousal-horizontal-back{
	float: right;
	width: 78px;
	height: 78px;
	position: relative;
	top: 6px;
	cursor: pointer;
	margin-right: -106px;
    margin-top: 285px;
}

.jscarousal-horizontal-forward
{
	
	float: left;
	width: 78px;
	height: 78px;
	position: relative;
	top: 6px;
	cursor: pointer;
	margin-left: 796px;
    margin-top: -344px;
}
	
.jscarousal-horizontal-back
{
	background:url(images/gallery_arrow_up.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-horizontal-forward
{
    background:url(images/gallary_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 768px;
	height: 705px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-left: 39px;
    margin-top: 38px;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 124px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents-horizontal img
{
	width: 220px;
	height: 186px;
	 
  
	
}
/*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;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
