
.Mndooma_carousel_type ul {
	list-style: none;
}
.Mndooma_carousel_type ul li {
	width: 220px;
	height: 180px;
	padding: 0 5px;
}
.Mndooma_carousel_type .jcarousel-scope {
    position: relative;
	padding: 0 20px;
}
.Mndooma_carousel_type .jcarousel-next {
    position: absolute;
    top: 28px;
    right: 0;
	width: 20px;
	height: 100px;
    cursor: pointer;
    border: none;
	text-indent: -2000px;
    background: url(../images/icuns/arrow_right_off.gif) no-repeat center;
}
.Mndooma_carousel_type .jcarousel-next:hover {
    background-image: url(../images/icuns/arrow_right_over.gif);
}

.Mndooma_carousel_type .jcarousel-next-disabled, .Mndooma_carousel_type .jcarousel-next-disabled:hover {
    background-image: url(../images/icuns/arrow_right_disabled.gif);
    cursor: default;
}

.Mndooma_carousel_type .jcarousel-prev {
    position: absolute;
    top: 28px;
    left: 0;
	width: 20px;
	height: 100px;
    cursor: pointer;
    border: none;
	text-indent: -2000px;
    background: url(../images/icuns/arrow_left_off.gif) center no-repeat;
}
.Mndooma_carousel_type .jcarousel-prev:hover {
	background-image: url(../images/icuns/arrow_left_over.gif);
}

.Mndooma_carousel_type .jcarousel-prev-disabled, .Mndooma_carousel_type .jcarousel-prev-disabled:hover {
    background-image: url(../images/icuns/arrow_left_disabled.gif);
    cursor: default;
}