﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 980px;
	height: 90px;
	background-image:url('../images/bg-f.jpg');
	border: solid 1px #7A7677;
	margin: 0;
	padding: 0;	
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 23px;
	height: 90px;
	background-color: #121212;
	color: White;
	position: relative;
	top: 0px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background-image: url(../images/left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(../images/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 934px;
	height: 90px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 90px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.jscarousal-contents-horizontal img
{
	width: 223px;
	height: 90px;	
}
.hidden
        {
            display: none;
        }

/*Horizontal Orientation CSS Ends*/

