/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev{
	background: url('../../img/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
div.jMyCarousel .next{
	background: url('../../img/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}
div.jMyCarousel .up{
	background: url('../../img/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('../../img/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** carousel 1 **/
div.jMyCarousel ul li{
	/*border:1px solid #fff;*/
	margin-right: 1px;
	margin-left: 1px;
	cursor: pointer;
	height:142px;
	width:94px;
	/*line-height:0px;*/
}


div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}

div.jMyCarousel
{
	direction:ltr;
	margin: auto;
	
}

.jMyCarousel_main_container
{
	width: 966px;
	margin: auto;
	position: relative;
	top: 19px;
	height: 173px;
}

div.jMyCarousel li span
{
	position: absolute;
	width:104px;
	height:95px;
	padding-top:25px;
	padding-bottom:20px;
	padding-right:15px;
	padding-left:10px;
	/*border:1px solid red;*/
	display: none;
	color: #fff;
	font-family: arial;
	font-size: 10px;
	text-align: left;
	text-align:justify;
/*	border: 1px solid red;*/
}

div.jMyCarousel li img
{
	
}



.display_span
{
	display: inline;
}

#jMyCarousel_next_arrow
{
	background: url('../images/green_arrow_right.jpg') center center no-repeat;
	width:25px;
	height:30px;
	border:0px;
	position: relative;
	top:-115px;
	right:-935px;
	cursor: pointer;
}

#jMyCarousel_prev_arrow
{
	background: url('../images/green_arrow_left.jpg') center center no-repeat;
	width:25px;
	height:30px;
	border:0px;
	position: relative;
	top:-85px;
	left:-1px;
	cursor: pointer;
}