﻿
/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
		width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
width: 100%;
	height: 30px;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}
.jscarousal-horizontal-back
{
	background-image: url(left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 720px;
	height: 124px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 124px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:30px;
}
.jscarousal-contents-horizontal img
{
	width: 150px;
	height: 113px;
	border: solid 1px #7A7677;
}
/*Horizontal Orientation CSS Ends*/
/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin-top:35px;
	
	
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 100%;
	height: 30px;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}
.jscarousal-vertical-back
{
	background-image: url(../images/top_arrow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jscarousal-vertical-forward
{
	background-image: url(../images/bottom_arrow.png);
	background-repeat: no-repeat;
	background-position: top;
}
.jscarousal-contents-vertical
{
	overflow: hidden;
	width: 100%;
	height: 670px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top: 53px;
	width: 100%;
	height: 660px;
	overflow: hidden;
	margin:0px auto;
}
.jscarousal-contents-vertical > div > div
{
	width: 100%;
	height: 113px;
	text-align:center;
	margin-bottom:50px;
	
}

.jscarousal-contents-vertical img
{
	width: 150px;
	height: 113px;
	text-align:center;
	
	
}
/*Vertical Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}


@media (min-width: 768px) {
.jscarousal-vertical
{
	width: 75%;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin-top:35px;
	float:right;
	
}
}