div.jMyCarousel .prev{
	background: url('../images/slider/arrow_left.png') center center no-repeat;
	width:38px;
	height:48px;
	border:0px;
	cursor:pointer;
}

div.jMyCarousel .next{
	background: url('../images/slider/arrow_right.png') center center no-repeat;
	width:38px;
	height:48px;
	border:0px;`
	cursor:pointer;
}

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 **/

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

div.jMyCarousel ul li a{ 
	padding:5px;
}

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

html body div#container div#content_left div.content_block div.content_middle2 div.jMyCarousel ul li a img {
	padding:5px;
	border:1px solid #8A7A67;
}