﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 175px;
	height: 50px;
	margin-left: 24px;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 11px;
	height: 17px;
	
	position: relative;
	top: 27px;
	
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background-image: url(../img/arrow_left.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(../img/arrow_right.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 142px;
	height: 42px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 142px;
	height: 42px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents-horizontal img
{
	width: 133px;
	height: 42px;
}
/*Horizontal Orientation CSS Ends*/


/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.CientImageJquery
{
    padding-left:15px;
    }