/* container for slides */
#stin_reklamy{
	background-image: url(/img/stin.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 39px;
	width: 691px;
	left: 8px;
	top: 303px;
	overflow: hidden;
}
.images {
	background-color: #e9e9e9;
	margin-top: 0px;
	margin-left: 23px;
	margin-bottom: 30px;
	position:relative;
	height:320px;
	width:660px;
	float:left;
	cursor:pointer;
	/* CSS3 tweaks for modern browsers
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	 */
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	margin:0px;
	padding:0px;
	height:320px;
	width: 660px;
}

.images h1, .images h2{
	color: #7d8d96;
	padding-top: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 14px;
}
.images p{
	color:#758690;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	float: right;
	width: 335px;
}
.images img.img{
	float: left;
	padding-right: 15px;
}






/* tabs (those little circles below slides) */
.slidetabs {
	height: 30px;
	width: 100px;
	position: absolute;
	left: 465px;
	top: 298px;
	text-indent: -9999em;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	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 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	position: absolute;
	left: 317px;
	top: 290px;
	background-image: url(/jquery_tools/hori_large.png);
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #000;
	text-indent: -9999em;
}

/* next */
.forward 				{
	background-position: 0 -30px;
	left: 653px;
}
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* 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;		
}

