
div.JMyCarousel .prev{
	background: url('../img/layout/left.gif') center center no-repeat;
	width:38px;
	height:48px;
	border:0px;
}

div.JMyCarousel .next{
	background: url('../img/layout/right.gif') center center no-repeat;
	width:38px;
	height:48px;
	border:0px;
}

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

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


/** Carousel **/
div.JMyCarousel{
	border:1px solid #636363;
}

div.JMyCarousel ul{
	background-color:#EBEBEB;	
}

#lab-project div.JMyCarousel ul li{
	margin:5px;
	border:1px solid #aaa;
	line-height:0px;
	padding:3px;
	list-style:none;
	padding-left:3px;
	background-color:#fff;
}

div.JMyCarousel ul li a{ 
	margin:0px;
	padding:0px;
}

div.JMyCarousel ul li a img{
	margin-bottom:0px;
	padding-bottom:0px;
}
