#slider {
    position:relative;
	background-color: #EBEBEB;
	margin-bottom: 140px;
}

#prev:hover, #next:hover {
    opacity:0.4;
    filter: alpha(opacity=40);/* ie 6 7 */
    -ms-filter: "alpha(opacity=40)";/* ie 8 */
    zoom:1;
}
#slide_wrapper {
	width: 100%;
	height: 420px;
}
#carousel li {
	width: 295px;
	height: 330px;
	margin: 0 5px;
	background-color: #FFF;
	text-align: center;
    float: left;
	overflow: hidden;
}
#carousel li img {
	width: 295px;
	height: 330px;
}

#prev, #next {
	display: block;
	height: 35px;
	width: 18px;
	position: absolute;
}
#prev {
	left: 10px;
	top: -65px;
}
#next {
	right: 10px;
	top: -65px;
}
#carousel li p {
	margin-top: 20px;
}