/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 100%;
	height: 200px;
	/*background-color: #121212;*/
	margin: 0;
	padding: 0;
	padding: 22px 8px 22px 8px;
	position: relative; /*overflow: hidden;*/
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	padding-bottom: 40px;
}
.jscarousal-horizontal:hover .jscarousal-horizontal-back,.jscarousal-horizontal:hover .jscarousal-horizontal-forward{
	opacity:1;
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float:left;
	width: 23px;
	height: 98px;
	background-color: #121212;
	color: White;
	position: relative;
	top: 6px;
	cursor: pointer;
	opacity:0.5;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.jscarousal-horizontal-back
{
	background: transparent url('../../../images/showcase-nav-black.png') no-repeat center left;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 20px;
	margin-left:30px;
	top: 45%;
	margin-top:-17px;
	
}
.jscarousal-horizontal-forward
{
	background: transparent url('../../../images/showcase-nav-black.png') no-repeat 100% 0;
	width: 36px;
	height: 36px;
	position: absolute;
	right: 20px;
	top: 45%;
	margin-top:-17px;
}
.jscarousal-contents-horizontal
{
	width: 1060px;
	height: 250px;
	margin:auto;
	position: relative;
	overflow: hidden;
	
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	padding-left: 25px;
	height: 250px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents-horizontal img
{
	width: 300px;
	height: auto;
	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(http://ineva-partners.com/wp-content/themes/flexform/includes/page-builder/assets/top_arrow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jscarousal-vertical-forward
{
	background-image: url(http://ineva-partners.com/wp-content/themes/flexform/includes/page-builder/assets/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=80);
	opacity: 0.8;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
.smallVideoCarousel {
	width:23%;	
}