@charset "utf-8";
/* container for slides */
#jquery {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 940px;
	height: 300px;
}
.images {
	position:relative;
	height:300px;
	max-width:940px;
	float:left;
	cursor:pointer;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	margin:0px;
	height:440px;
	font-size:14px;
	color: #333333;
}

/* header */
.images h2 {
	font-size:17px;
	font-weight: bold;
	margin:0 0 20px 0;
	color:#006699;
    position: absolute;
	top: 0px;	
	width:800px;
	left: 200px;
}
.images p {
    position: absolute;
	font-size:12px;
	width:750px;
	top: 10px;
	left: 200px;
	background:url(bottom-line.png) no-repeat bottom;
	height:220px
}
.images div img{
	position: absolute;
	top: 0px;
	left: 0px;
}
a.nejprod{
	position: absolute;
	text-decoration:none;
	color:#FFF;
	display: block;
	padding:5px;
	font-size:12px;
	width: 65px;
	top:227px;
	text-align:center;
	background: #cccccc;
	left:880px
}
a.nejprod:hover{
		background: #d80058;
}
/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	position: absolute;
	left: 450px;
	top: 230px;
}

/* single tab */
.slidetabs a {
	width:13px;
	height:13px;
	float:left;
	margin:3px;
	background:url(/jquery_tools/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -13px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -26px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/jquery_tools/hori_large.png) no-repeat;
	display:block;
	width:20px;
	height:20px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -20px; clear:right; }
.forward:hover 		{ background-position:-20px -20px; }
.forward:active 	 	{ background-position:-60px -2px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
