﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 720px;
	height: 60px;
	margin: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 23px;
	height: 60px;
	background-color: #121212;
	color: White;
	position: relative;
	top: 6px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background:#999 url('../images/carousel-arrow-sol.png') 5px 16px no-repeat;
}
.jscarousal-horizontal-back:hover
{
	background:#999 url('../images/carousel-arrow-sol.png') -80px 16px no-repeat;
}
.jscarousal-horizontal-forward
{
	background:#999 url('../images/carousel-arrow-sag.png') -121px 16px no-repeat;
}
.jscarousal-horizontal-forward:hover
{
	background:#999 url('../images/carousel-arrow-sag.png') -36px 16px no-repeat;
}
.jscarousal-contents-horizontal
{
	width: 660px;
	height: 60px;
	float: left;
	position: relative;
	overflow: hidden;
    padding: 6px 0px 0px 0px;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 124px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
    width:200px;
    border:0px red solid;
}
.jscarousal-contents-horizontal img
{
	width: 88px;
	height: 60px;
	border: solid 1px #7A7677;
}


.jscarousal-contents-horizontal {/*width:247px;*/float:left;/*padding:0 10px;*/height:59px;position:relative;}
.jscarousal-contents-horizontal a{/*width:247px;*/height:auto;display:block;text-align:left; font-size:12px}
.jscarousal-contents-horizontal a.viol{bottom:3px;left:76px;right:auto;}
.jscarousal-contents-horizontal a img{display:inline-block;float:left;border:0;margin-right:5px;}
.jscarousal-contents-horizontal .tarix{width:144px;display:inline-block;float:left;font-size:.8em;color:#000;text-align:left;margin-bottom:6px; font-weight:bold}
.jscarousal-contents-horizontal a span{width:144px;display:inline-block;float:left;font-size:.8em;color:#000;text-align:left;}
.jscarousal-contents-horizontal a span strong{display:block;}

/*Horizontal Orientation CSS Ends*/












/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	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: 260px;
	height: 60px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top: 10px;
	width: 100%;
	height: 70px;
	overflow: hidden;
}
.jscarousal-contents-vertical > div > div
{
	width: 260px;
	height: 70px;
	margin: 0px;
    font:12px Arial;
}
.jscarousal-contents-vertical > div > div span
{
	display: block;
	width: 70%;
	text-align: center;
}
.jscarousal-contents-vertical > div > div a
{
	color:#a1080c;
    text-decoration:underline;
}
.jscarousal-contents-vertical > div > div a:hover
{
	color:#000;
    text-decoration:none;
}
/*
.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;
}

