/* container for slides */

.images {
	position:relative;
	height:300px;
	width:565px;
	float:left;
	margin-top: 7px;
	cursor:pointer;
	z-index:50;
	top:0px;
	padding:5px;
}

.slider_img {
padding:3px;
background-image: url('images/1x1_40.png');
}
.slider_excerpt {
font-size: 15px;
font-weight:bold;
font-family: palatino linotype, book antiqua, palatino, serif;
text-align: justify;
display: block;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
background-image: url(images/1x1_40.png);
background-repeat: repeat;
height:40px;
width: 509px;
margin-top: -3px;
position: relative;
margin-top:-130px;
margin-bottom: 0px;
margin-left: 10px; 
margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.controls {
width:549px;
float:left;
margin-top: -14px;
margin-left: 10px;
z-index:100;
position: relative;
background-image: url(images/1x1_40.png);
background-repeat: repeat;
}
/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	font-size:12px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
float:left;
margin-left:60px;
}

/* single tab */
.tabs a {
	float:left;
	margin:3px;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;
	background-color:#FF33CC;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
	background-color: #FFFFFF;
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	background: url(images/arrows.png) no-repeat;
	display:block;
	width:25px;
	height:60px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -60px; margin-left:79px;}
.forward:hover 		{ background-position:-25px -60px; }
.forward:active 	 	{ background-position:-50px -60px; } 


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

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
/* WYROZNIONE SCROLLABLE */
/* BUDOWA */
.vertical {  	
	position:relative;
	overflow:hidden;	
	height: 263px;	 
	width: 361px;
}
.items {	
	position:absolute;
	height:20000em;	
	margin: 0px;
}
.items > div {
	font-size:12px;
	height: 90px;
	width: 361px;
}
.disabled {
	visibility:hidden;		
}
#content #wyroznione2 {
	float:left;
	width: 362px;
}
/* STYLE */
.wyrozniony2 .title {
	display:block;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:2px;
	width: 224px;
	text-align: right;
}
.wyrozniony2 .date {
	color:#F5F5F5;
	display:block;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:10px;
	font-weight:bold;
	margin-bottom:2px;
	margin-left:auto;
	margin-right:5px;
	text-align:right;
	width:224px;
}

.wyrozniony2 .thumb {
padding:3px;
background-image: url('images/1x1_40.png');
float:right;
}

.wyrozniony2 .excerpt {
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	margin-right:5px;
	text-align:right;
	width:224px;
}