/*Horizontal Orientation CSS*/
.srollgallery{
	 margin: 0 auto;
    padding: 10px 0;
    width: 1000px;
	background:#fff;
	border:1px solid #dbdbdb;
	}
.jscarousal-horizontal
{
	 height: 75px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 910px; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 23px;
	height: 30px;
	background-color: #121212;
	color: White;
	position: absolute;
	top: 26px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	  background: url("../images/sprite.png") no-repeat scroll 16px -40px;
     height: 34px;
    left: -64px;
    width: 41px;
}
.jscarousal-horizontal-forward
{
	 background: url("../images/sprite.png") no-repeat scroll -22px -40px;
     width: 38px;
	height:34px;
	right:-45px;
}
.jscarousal-contents-horizontal
{
	 float: left;
    height: 83px;
    overflow: hidden;
    position: relative;
    width: 932px;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 104px;
}
.jscarousal-contents-horizontal > div > div
{
 background: none repeat scroll 0 0 #c6c6c6;
    float: left;
  margin:0 12px 0 0;
    padding: 1px;
}

.jscarousal-contents-horizontal span
{

text-align:center;
color:#232733;
display:block;
	font-family: 'latoregular';
	padding:8px 0;
}
.jscarousal-contents-horizontal img
{
	width: auto;
	background:#fff;
	height:70px;
}
/*Horizontal Orientation CSS Ends*/

/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	width: 140px;
	height: 460px;
	background-color: #121212;
	border: solid 1px #7A7677;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 100%;
	height: 30px;
	background-color: #121212;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}
.jscarousal-vertical-back
{
	background-image: url(top_arrow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jscarousal-vertical-forward
{
	background-image: url(bottom_arrow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.jscarousal-contents-vertical
{
	overflow: hidden;
	width: 140px;
	height: 410px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top: 40px;
	width: 100%;
	height: 820px;
	overflow: hidden;
}
.jscarousal-contents-vertical > div > div
{
	width: 140px;
	height: 125px;
	margin: 8px;
	margin-left: 14px;
}
.jscarousal-contents-vertical > div > div span
{
	display: block;
	width: 70%;
	text-align: center;
}
.jscarousal-contents-vertical img
{
	width: 110px;
	height: 80px;
	border: solid 1px #7A7677;
}
/*Vertical 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;
}
