#gallery {top:320px; background:url(../images/lenta.jpg) center top no-repeat; width:100%; max-width:1400px;  position:absolute; left:50%; z-index:1; _width:expression(document.body.clientWidth > 1400? "1400px": "100%"); min-height:143px; _height:143px }
.z_ind {z-index:10}
#pane {
		
	width: 100%;
	padding: 0;
	float: left;	
	display: block;
	_overflow: hidden;
	height:370px 
	
}
#pane ul { white-space:nowrap; }
#pane li {float:left; height:214px; padding:0 0 0 11px; background:url(../images/gal_left.png) 0 2px no-repeat; }
#pane li div {background:url(../images/gal_right.png) 100% 2px no-repeat; padding-right:11px; height:214px; float:left}
#pane li div a {display:block; background:url(../images/gal_btm.png) 0 100% no-repeat; padding-bottom:9px; height:208px; text-decoration:none; float:left;  position:relative}
#pane li div a img {background:url(../images/gal_top.png) no-repeat; padding-top:9px; _border-top:solid 1px #c1c1c1; _padding-top:0; _margin-top:8px}
#pane li div a span {background:#ea2127; font:italic 13px Arial, Helvetica, sans-serif; display:block; position:absolute; top:155px; text-align:right; padding:2px 7px 2px 0; z-index:3; left:0; cursor:pointer}
#pane li.active { background:url(../images/gal_left_hov.png) 0 2px no-repeat; }
#pane li.active div {background:url(../images/gal_right_hov.png) 100% 2px no-repeat;}
#pane li.active div a img {background:url(../images/gal_top_hov.png) no-repeat;}
#pane li.active div a {background:url(../images/gal_btm_hov.png) 0 100% no-repeat; }

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin:auto;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../images/track.gif) repeat-x 0 5px;	
	
}

.jScrollIntervalTrack { 
	position: absolute; 

}

.jScrollPaneDrag {
	position: absolute;	
	cursor: pointer;
	overflow: hidden;
	background:url(../images/drag.gif) repeat-x;
	_background:url(../images/drag.gif) 0 -1px repeat-x;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background:url(../images/scroll_left.gif) no-repeat;
	width:15px	
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	background:url(../images/scroll_right.gif) right top no-repeat;
	width:15px
}
.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;	
}

.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
}
