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

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

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

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


/** Carousel 2 **/
div.jMyCarousel{
	/*
	margin:auto;
	*/
	background-color:#181818;
	padding-left:35px;
	padding-right:35px;
}

div.jMyCarousel ul{
	/*
	background-color:#000;	
	*/
}

div.jMyCarousel ul li{
	/*
	background-color:#181818;
	*/
	margin:0px;
	border:0px solid #444;
	line-height:0px;
	/*
	padding:0px;
	*/
	padding-left:10px;
	padding-right:10px;
	display: inline;
}

div.jMyCarousel ul li a{
	float: left;
	clear: left;
		
}


div.jMyCarousel ul li a img{
	display:block;
	float: left;
	clear: left;
	border:0px;
	padding:0px;
	padding-left:0px;
	padding-right:0px;
	
}
