/*index catalog*/
.container {
    height: 161px;
	width: 290px;
	position: relative;
	overflow: hidden;
	z-index:0;
}
.inner {
	position: absolute;
	width: 290px;
	height: 161px;
	left: 0px;
	top: 17px;
	z-index:0;
}
.inner div {
	text-align: center;
	width: 290px;
	height: 124px;
	float:left;
}
td.back {
	background:url(/templates/paranoia/query/btn_bg_lf.jpg) left no-repeat;
}
td.next {
	background:url(/templates/paranoia/query/btn_bg_rt.jpg) right no-repeat;
}
.next div {width: 57px; height: 161px; display: block; margin: 0 auto; text-decoration: none; }
.back div {width: 49px; height: 161px; display: block; margin: 0 auto; text-decoration: none; }

.next div a img {
	background:url(/templates/paranoia/query/btn_rt.jpg) left no-repeat;
	height:117px;
	margin:20px 0 0 8px;
	cursor:pointer;
}
.next div a:hover img {
	background:url(/templates/paranoia/query/btn_rt_on.jpg) left no-repeat;
	height:117px;
	margin:20px 0 0 8px;
	cursor:pointer;
}
.back div a img {
	background:url(/templates/paranoia/query/btn_lf.jpg) left no-repeat;
	height:117px;
	margin:20px 0 0 6px;
	cursor:pointer;
}
.back div a:hover img {
	background:url(/templates/paranoia/query/btn_lf_on.jpg) left no-repeat;
	height:117px;
	margin:20px 0 0 6px;
	cursor:pointer;
}
