#carousel {
    overflow: hidden;
    position: relative;
	margin-bottom:20px;
}
#carousel .es-carousel {
    overflow: hidden;
    width: 100%;
}
#carousel li {
    float: left;
}
#carousel img {
    /*opacity: 0.4;*/
}
#carousel .es-nav-prev, #carousel .es-nav-next {
    background: url("../images/arrows_small.png") no-repeat scroll 0 top transparent;
	cursor: pointer;
    display: block !important;
    height: 50px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 32px;
    white-space: nowrap;
    width: 35px;
    z-index: 999;
	/*opacity:0;*/
}
#carousel .es-nav-prev {
    left:5px;
	background-position:left top;
}
#carousel .es-nav-next {
    right:0;
	background-position:right top;
}
#carousel .es-nav-prev:hover, #carousel .es-nav-next:hover{opacity:.9;}

#carousel .es-nav-prev, #carousel .es-nav-next {
    top: 72px;
}