/*index catalog*/

.container {
    height: 161px;
	width: 753px;
	position: relative;
	overflow: hidden;
	z-index:0;
}
.inner {
	position: absolute;
	width: 251px;
	height: 200px;
	left: 0px;
	top: 0px;
	z-index:0;
}
.inner div {
	text-align: center;
	width: 251px;
	height: 184px;
	float:left;
}
.next div {width: 44px; height: 89px; display: block; margin: 0 auto; text-decoration: none; background:url(/img/rt_arr_off_.jpg) left no-repeat; }
.back div {width: 44px; height: 89px; display: block; margin: 0 auto; text-decoration: none; background:url(/img/lf_arr_off_.jpg) left no-repeat; }

.next div a img {
	background:url(/img/rt_arr_off_.jpg) left no-repeat;
	height:89px;
	cursor:pointer;
}
.next div a:hover img {
	background:url(/img/rt_arr_on_.jpg) left no-repeat;
	height:89px;
	cursor:pointer;
}
.back div a img {
	background:url(/img/lf_arr_off_.jpg) left no-repeat;
	height:89x;
	cursor:pointer;
}
.back div a:hover img {
	background:url(/img/lf_arr_on_.jpg) left no-repeat;
	height:89px;
	cursor:pointer;
}
