/*index catalog*/
.taba {
	background:url(/img/back.jpg) left top no-repeat;
	width:731px;
	height:212px
}
.brd {
	border:2px solid #C0BD7A;
}

.container {
    height: 204px;
	width: 640px;
	margin-left:3px;
	margin-top:4px;
	position: relative;
	overflow: hidden;
	z-index:0;
}
.inner {
	position: absolute;
	height: 204px;
	width: 640px;
	left: 0px;
	top: 7px;
	z-index:0;
}
.inner div {
	text-align: center;
	width: 128px;
	height: 196px;
	float:left;
}
.inner div img.brd {
	margin:5px 0 5px 0;
}
td.next {
	background:url(/img/rt_arr_non.jpg) left top no-repeat;
}
td.back {
	background:url(/img/left_arr_non.jpg) left top no-repeat;
}

.next div {width: 40px; height: 40px; display: block; margin: 0 auto; text-decoration: none; margin-right:4px; }
.back div {width: 40px; height: 40px; display: block; margin: 0 auto; text-decoration: none; margin-left:4px; }
 
.next div a img {
	background:url(/img/rt_arr_act.jpg) left no-repeat;
	height:40px;
	cursor:pointer;
}
.next div a:hover img {
	background:url(/img/rt_arr_hov.jpg) left no-repeat;
	height:40px;
	cursor:pointer;
}
.back div a img {
	background:url(/img/left_arr_act.jpg) left no-repeat;
	height:40px;
	cursor:pointer;
}
.back div a:hover img {
	background:url(/img/left_arr_hov.jpg) left no-repeat;
	height:40px;
	cursor:pointer;
}
/* eof jquery css */
