/*Horizontal Orientation CSS*/


.jscarousal-horizontal
{
		background: #018764 url(../images/pattern.png) repeat;
		height: 180px;
		margin: 0;
		padding: 0;
		position: relative;
		/*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 15px;
	height: 180px;
	background-color: #121212;
	color: White;
	position: relative;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background: #029770 url(../images/carousel-arrow-sol.png) 2px 80px no-repeat;
}
.jscarousal-horizontal-back:hover
{
	background: #03634a url('../images/carousel-arrow-sol.png') -84px 80px no-repeat;
}
.jscarousal-horizontal-forward
{
	background: #029770 url(../images/carousel-arrow-sag.png) -127px 80px no-repeat;
}
.jscarousal-horizontal-forward:hover
{
	background: #03634a url(../images/carousel-arrow-sag.png) -41px 80px no-repeat;
}
.jscarousal-contents-horizontal
{

	width: 560px;
	height: 130px;
	float: left;
	position: relative;
	overflow: hidden;
    padding: 6px 0px 0px 0px;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 135px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 175px;
	background: #029770;
	border:0px red solid;
}
.jscarousal-contents-horizontal img
{

	border: solid 1px #7A7677;
}


.jscarousal-contents-horizontal {/*width:247px;*/float:left;/*padding:0 10px;*/height: 170px;position:relative;}
.jscarousal-contents-horizontal a{/*width:247px;*/height:auto;display:block;text-align:left;line-height: 16px;font-size: 15px;}
.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
{

	cursor: pointer;
}






.xeberslayd {border-radius: 2px;box-shadow: 0px 0px 2px #000000;width: 174px;height: 100px;border: solid 1px #7A7677;overflow:hidden;}


.xeberslayd img{border-radius: 2px;box-shadow: 0px 0px 2px #000000;width: 173px;height: 100px;border: solid 1px #7A7677;overflow:hidden;}


.xeberslaydlink {width: 175px;height: 65px;overflow:hidden;margin-top:3px;text-align:center;}

.xeberslaydlink a:link {color:  #fff;text-decoration: none;outline: none;font-size: 15px;text-align:center;}
.xeberslaydlink a:hover {color:  #fff;text-decoration: none;font-size: 15px;text-align:center;}
.xeberslaydlink a:visited {color: #fff;text-decoration: none;outline: none;font-size: 15px;text-align:center;}


.thumbnail-inactive:hover {
    background: #ccc;
}

.thumbnail-active:hover {
    background: #035a44;
}