/*Horizontal Orientation CSS*/


.jscarousal-horizontal
{
	background:#E1E1E1;
	height: 100px;
	margin: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/

}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 15px;
	height: 100px;
	background-color: #121212;
	color: White;
	position: relative;

	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background:#E1E1E1 url('../images/carousel-arrow-sol.png') 2px 33px no-repeat;
}
.jscarousal-horizontal-back:hover
{
	background:#B7B7B7 url('../images/carousel-arrow-sol.png') -84px 33px no-repeat;
}
.jscarousal-horizontal-forward
{
	background:#E1E1E1 url('../images/carousel-arrow-sag.png') -127px 33px no-repeat;
}
.jscarousal-horizontal-forward:hover
{
	background:#B7B7B7 url('../images/carousel-arrow-sag.png') -41px 33px no-repeat;
}
.jscarousal-contents-horizontal
{

	width: 1030px;
	height: 100px;
	float: left;
	position: relative;
	overflow: hidden;
    padding: 6px 0px 0px 0px;
}


.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 100px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
    width:247px;
    background: #c7c4c2;
}
 


.jscarousal-contents-horizontal {
float:left;
height:100px;
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*/


/*Horizontal Orientation CSS*/


.jscarousal-horizontal2
{ 
	height: 100px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden; 
}
.jscarousal-horizontal2-back, .jscarousal-horizontal2-forward
{
	float: left;
	width: 15px;
	height: 100px;
	background-color: #121212;
	color: White;
	position: relative;

	cursor: pointer;
}
.jscarousal-horizontal2-back
{
	background:#E1E1E1 url('../images/carousel-arrow-sol.png') 2px 33px no-repeat;
}
.jscarousal-horizontal2-back:hover
{
	background:#B7B7B7 url('../images/carousel-arrow-sol.png') -84px 33px no-repeat;
}
.jscarousal-horizontal2-forward
{
	background:#E1E1E1 url('../images/carousel-arrow-sag.png') -127px 33px no-repeat;
}
.jscarousal-horizontal2-forward:hover
{
	background:#B7B7B7 url('../images/carousel-arrow-sag.png') -41px 33px no-repeat;
}
.jscarousal-contents-horizontal2
{

	width: 600px;
	height: 100px;
	float: left;
	position: relative;
	overflow: hidden;
margin-left: 10px;
}


.jscarousal-contents-horizontal2 > div
{
	position: absolute;
	width: 100%;
	height: 100px;
}
.jscarousal-contents-horizontal2 > div > div
{
	float: left;
	width: 298px;
	border-right: 1px solid #e1e1e1;
	background: #dce81d;
}
 


.jscarousal-contents-horizontal2 {
float:left;
height:100px;
position:relative;}

.jscarousal-contents-horizontal2 a{ height:auto;display:block;text-align:left;
 font-size:12px}
.jscarousal-contents-horizontal2 a.viol{bottom:3px;left:76px;right:auto;}
.jscarousal-contents-horizontal2 a img{display:inline-block;float:left;border:0;margin-right:5px;}
.jscarousal-contents-horizontal2 .tarix{width:144px;display:inline-block;float:left;font-size:.8em;color:#000;text-align:left;margin-bottom:6px; font-weight:bold}
.jscarousal-contents-horizontal2 a span{width:144px;display:inline-block;float:left;font-size:.8em;color:#000;text-align:left;}
.jscarousal-contents-horizontal2 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;
}
 



 

.xeberslayd img {
    width: 120px;
    height: 77px;
    border: 2px solid #E25B32;
    float: left;
}

.xeberslaydlink {
    width: 115px;
    overflow: hidden;
    margin-top: 3px;
    float: left;
height:77px;
    text-align: center;}

.xeberslaydlink a { 
color: #000000;
    text-decoration: none;
    font-size: 13px;
    text-align: center;}
 
.xeberslayd2 img {
    width: 160px;
    height: 100px;
    float: left;
    border-radius: 3px;
}

.xeberslaydlink2 {
    width: 115px;
    overflow: hidden;
    margin-top: 3px;
    float: left;
height:77px;
    text-align: center;}

a .xeberslaydlink2 { 
    text-decoration: none;
    font-size: 13px;
	    font-weight: bold;
    text-align: center;}
 

.sumlog {
    position: relative;
    top: -27px;
    border-radius: 25px 25px 0px 0px;
    padding: 5px 20px;
    margin-left: 201px;
    width: 150px;
    background: #1041a7;
}



.sumlog a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}



.jscarousal-horizontal2-backi {
    background: #000;
    height: 10px;
    width: 10px;
    margin-top: 85px;
    margin-left: 560px;
    z-index: 99999;
    position: absolute;
}


.jscarousal-horizontal2-forwardi {
    background: #000;
    height: 10px;
    width: 10px;
    margin-top: 85px;
    margin-left: 580px;
    z-index: 99999;
    position: absolute;
}


.jscarousal-horizontal2-backi:hover {
    border: 1px solid #000;
}

.jscarousal-horizontal2-forwardi:hover {
    border: 1px solid #000;
}


 
