/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "mcarousel-container".
 */
.mcarousel-container {
    position: relative;
}

.mcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.mcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.mcarousel-list li,
.mcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 710px;
    height: 300px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "mcarousel-next" and "mcarousel-prev".
 */
.mcarousel-next {
    z-index: 3;
    display: none;
}

.mcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-control {
	position:relative;
	z-index:9;
	margin:-30px 20px 10px 0;
	text-align: right;
}
.jcarousel-control a {
	font-size: 60%;
	text-decoration: none;
	padding: 0 5px;
	margin: 0 0 5px 0;
	border: 1px solid #fff;
	color: #eee;
	background-color: red;
	font-weight: bold;
}
.jcarousel-control a:focus, .jcarousel-control a:active {
	outline: none;
	background-color:blue;
}


.jcarousel-skin-main .jcarousel-container-horizontal {
    width: 710px;
    padding: 10px 0 0 0;
}

.jcarousel-skin-main .jcarousel-clip-horizontal {
    width:  710px;
    height: 300px;
}

.jcarousel-skin-main .jcarousel-item {
    width: 710px;
    height: 300px;

}
