p	{ margin: 0; }
a.menu	{ display: block; font-size: 14px; font-weight: bold; height: 23px; width: 173px; 
		background-repeat: no-repeat; background-color: #fcf7ec;
		color: #5e4d64; text-decoration: none; padding-left: 45px; padding-top: 3px;
		}
a.menu:hover	{ color: black; }

a.menu_morena_1	{ background-image: url('MenuElem/menu_morena_1.png');  margin-bottom: 2px; margin-top: 2px; }
a.menu_morena_1:hover	{ background-image: url('MenuElem/menu_morena_1_hv.png');  }
a.menu_morena_2	{ background-image: url('MenuElem/menu_morena_2.png');  }
a.menu_morena_2:hover	{ background-image: url('MenuElem/menu_morena_2_hv.png');  }
a.menu_morena_1on	{ background-image: url('MenuElem/menu_morena_1on.png');  margin-bottom: 2px; margin-top: 2px; }
a.menu_morena_2on	{ background-image: url('MenuElem/menu_morena_2on.png');  }

a.menu_zegar_1	{ background-image: url('MenuElem/menu_zegar_1.png');  margin-bottom: 2px; margin-top: 2px; }
a.menu_zegar_1:hover	{ background-image: url('MenuElem/menu_zegar_1_hv.png');  }
a.menu_zegar_2	{ background-image: url('MenuElem/menu_zegar_2.png');  }
a.menu_zegar_2:hover	{ background-image: url('MenuElem/menu_zegar_2_hv.png');  }
a.menu_zegar_1on	{ background-image: url('MenuElem/menu_zegar_1on.png');  margin-bottom: 2px; margin-top: 2px; }
a.menu_zegar_2on	{ background-image: url('MenuElem/menu_zegar_2on.png');  }

a.menu_estate_1	{ background-image: url('MenuElem/menu_estate_1.png');  margin-bottom: 2px; margin-top: 2px; }
a.menu_estate_1:hover	{ background-image: url('MenuElem/menu_estate_1_hv.png');  }
a.menu_estate_2	{ background-image: url('MenuElem/menu_estate_2.png');  }
a.menu_estate_2:hover	{ background-image: url('MenuElem/menu_estate_2_hv.png');  }
a.menu_estate_1on	{ background-image: url('MenuElem/menu_estate_1on.png');  margin-bottom: 2px; margin-top: 2px; }
a.menu_estate_2on	{ background-image: url('MenuElem/menu_estate_2on.png');  }

a.menu_brzozowe_1	{ background-image: url('MenuElem/menu_brzozowe_1.png');  margin-bottom: 2px; margin-top: 2px; }
a.menu_brzozowe_1:hover	{ background-image: url('MenuElem/menu_brzozowe_1_hv.png');  }
a.menu_brzozowe_2	{ background-image: url('MenuElem/menu_brzozowe_2.png');  }
a.menu_brzozowe_2:hover	{ background-image: url('MenuElem/menu_brzozowe_2_hv.png');  }
a.menu_brzozowe_1on	{ background-image: url('MenuElem/menu_brzozowe_1on.png');  margin-bottom: 2px; margin-top: 2px; }
a.menu_brzozowe_2on	{ background-image: url('MenuElem/menu_brzozowe_2on.png');  }

.fixedbutton { position: fixed; width: 48px; height: 48px; right: 0; top: 0; }
.fixedbuttonbg { position: fixed; right: 0; top: 0; }

/* scrollable 
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 530px;
	height:120px;

	/* custom decorations */
	border:1px solid #ccc;
	background: #efefef;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable a {
	display: inline-block;
	float:left;
	margin:20px 5px 20px 21px;
}

.scrollable a img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active img {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(http://flowplayer.org/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(http://flowplayer.org/tools/img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

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

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


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/* styling for the image wrapper  */ 
#image_wrap { 
    /* dimensions */ 
    width:527px;
	height: 300px;
	overflow: hidden; 
    margin:15px 0 15px 40px; 
    padding:15px 0; 
 
    /* centered */ 
    text-align:center; 
 
    /* some "skinning" */ 
    background-color:#efefef; 
    border:2px solid #fff; 
    outline:1px solid #ddd; 
    -moz-ouline-radius:4px; 
}




 */
