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

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

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

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 75px;
    height: 75px;
}


.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
*/

  .wrapper {
	background-color: white;
	width: 99%;
	margin: 5px;
	padding: 5px;
	padding-bottom: 20px;
	box-shadow: 0 0 5px #999;
	height: 205px;
	overflow:hidden;
}
.list_carousel {
	margin: 5px;
	width: 99%;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #eee;
	border: 5px solid #999;
	width: 120px;
	height: 130px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
	margin-left: 10px;
	border: 1px solid #2A9D8F;
	background: #2A9D8F;
	border-radius: 1000px 1000px 1000px 1000px;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
.next {
	float: right;
	margin-right: 10px;
	border: 1px solid #2A9D8F;
	background: #2A9D8F;
	border-radius: 1000px 1000px 1000px 1000px;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
