.image_carousel {
	position: relative;
	_position: absolute;
	left:30px;
	width:618px;
	
}
.image_carousel ul{
	margin:0 0 40px;
	_margin:0 0 80px;
	left:0;
}
.image_carousel ul li {
	background-color: white;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 196px;
	height:480px;

}
.image_carousel ul li p{
	line-height:30px;
	text-align:center;
}
a.prev, a.next {
	width: 18px;
	height: 43px;
	display:inline-block;
	overflow:hidden;
	position:absolute;
	top: 200px;
	z-index:1000;
}
a.prev {
	left: -40px;
	background-position: 0 0;
	background-image: url(../images/photo/arrowl.gif);
	background-repeat: no-repeat;
	}
a.prev:hover {
	background-image: url(../images/photo/arrowl_o.gif);
}
a.next {
	right: -40px;
	background-position: 0 0;
	background-image: url(../images/photo/arrowr.gif);
	background-repeat: no-repeat;
	}
a.next:hover {
	background-image: url(../images/photo/arrowr_o.gif);
	}

.disabled{display: none !important;}


.minw{
		right: 20px !important;
	}
