
/* container for slides */
.slajd-text-box{
	position:relative;
	overflow:hidden;	
	width:1140px;
	margin:auto;
	background-color:#fff;
	border:1px solid #eee;
}

.slajd-opis{
	position:absolute;
	z-index:877;
	bottom:0;
	left:0;
	width:1140px;
	font:bold 10pt Arial;
	color:#fff;
}

.images {
	display: block;
    height:384px;
    cursor:pointer;
	border:0px solid #eee;
}

/* single slide */
.images div {
    display:none;
    position:absolute;
    top:0px;
    left:0px;
	font:9pt Arial;
}

/* tabs (those little circles below slides) */
.slidetabs {
    clear:both;
	position:absolute;
	z-index:99;
	height:10px;
	bottom:10px;
	left:10px;

}

/* single tab */
.slidetabs a {
	overflow:hidden;
    margin:2px;
    display:block;
    font-size:1px;
	border:0px solid #fff;
	width:10px;
	height:10px;
	background-color:#DF8D44;
	float:left;
	border-radius:10px;
	
}

/* mouseover state */
.slidetabs a:hover {

}

/* active state (current page state) */
.slidetabs a.current {
 	background-color:#FFFFFF;
}


/* prev and next buttons */
.forward, .backward {
    float:left;
    margin-top:140px;
    background:#fff url(/media/img/scrollable/arrow/hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    cursor:pointer;
    font-size:1px;
    text-indent:-9999em;
}

/* next */
.forward { background-position: 0 -30px; clear:right; }
.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;
}
