/***************
 * Név:         slider.css
 * Leírás:      automenedzser.hu slider
 * Keletkezés:  2007.03.13.
 * Fejlesztő:   Borzók László
  ****************/

.cikkboxcontents .zoom-track {
	width:190px;
	background:url(../img/slider_bg.gif) no-repeat top left;
	height:29px;
	left:0px;
	position:relative;
/*	z-index:0;*/
	margin:15px auto 0 auto;
	
}
.zoom-track {
	width:190px;
	background:url(../img/slider_bg.gif) no-repeat top left;
	height:29px;
	left:5px;
	position:relative;
	z-index:0;
	margin:15px auto 0 auto;
}
.zoom-handle-1 {
	width:15px;
	height:19px;
	margin:-5px;
	position:absolute;
	z-index:2;
	padding:0;
	background:url("../img/cursorleft.gif") no-repeat;
}
.zoom-handle-2{
	width:15px;
	height:19px;
	margin:-5px;
	padding:0;
	position:absolute;
	z-index:2;
	background:url("../img/cursorright.gif") no-repeat;
}
.zoom-track-selected {
	background-image:url("../img/slider_bg2.gif");
	background-repeat:repeat-x;
	background-position:top center;
	background-attachment:inherit;
	height:29px;
	position:absolute;
	left:0;
	z-index:1;
	text-align:center;
	padding:0;
	margin:0;
	overflow:hidden;
	display:block;
}
