/* 804px */
.image_carousel {
	left:0px;
	width:725px;
	height:182px;
	padding: 15px 0 15px 30px;
	position: relative;
}
.image_carousel img {
	width:110px;
	height:135px;
	border: 0px solid #ccc;
	background-color: none;
	padding: 9px 9px 5px 9px;
	margin: 7px 7px 0 7px;
	display: block;
	float: left;
}
a.prev {
	background: url('http://www.infopub.co.kr/img/main/bbanner_btleft.jpg') no-repeat transparent;
	width: 22px;
	height: 35px;
	display: block;
	position: absolute;
	top: 85px;
}
a.next {
	background: url('http://www.infopub.co.kr/img/main/bbanner_btright.jpg') no-repeat transparent;
	width: 22px;
	height: 35px;
	display: block;
	position: absolute;
	top: 85px;
}

a.prev {
	left: -22px;
}
a.next {
	right: -22px;
}

a#foo2_next {
	left: 790px;
}

a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}