﻿/*Horizontal Orientation CSS





.jscarousal-contents-horizontal img

170 / 170  now 250/250

.
.jscarousal-horizontal
    width 100% now 68%

jscarousal-contents-horizontal
.jscarousal-contents-horizontal > div

180 now 280

bodyfooter.cfm
displayitems 4 not 2.



lightbox2.css
.lightbox .lb-full-box {
    16px now 10px



*/
.jscarousal-horizontal
{
	/*width: 68%;*/
	display: inline-block;
	height: 280px;
	background-color: white;
	border: none;
	margin: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	/*width: 23px;*/
	width: 34px;
	height: 170px;

	position: relative;
	cursor: pointer;

/*
	background-color: #121212;
	top: 6px;
	cursor: pointer;
	background-size: 200%;
	position: absolute;
	display: none;
	top: 50%;
	margin-top: -2.8em;
	z-index: 60;
	height: 6em;
	width: 3.4em;
	opacity: 0.8;
*/
	background-image: url(./arrows.png);

}
.jscarousal-horizontal-back
{
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	/*width: 180px;*/
	width: calc(100% - 68px);
	height: 280px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 280px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	/*margin-left: 8px;
	margin-right: 8px;*/
	margin: 0 16px;
}
.jscarousal-contents-horizontal img
{
	/*width: 170px;
	height: 170px;*/
	width: 250px;
	height: 250px;
	border: solid 1px #7A7677;
}
/*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;
}
