
#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 762px;	/* IE 5.x */
		width/* */:/**/756px;	/* Other browsers */
		width: /**/756px;
		
		/* CSS HACK */
		height: 230px;	/* IE 5.x */
		height/* */:/**/224px;	/* Other browsers */
		height: /**/224px;
		
		
		border:3px solid #f4eada;
		position:relative;	/* Never change this value */
		margin-right: 10px;
	    margin-top: 30px;
		
	}
	.imageInGallery{		
		width:756px;
		height:224px;
		background-color:#000;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
		position:absolute;
	}

.adres {
	margin-left: 460px;
	color: #dfdccd;
	font: 11px arial, tahoma, sans-serif;
}
.menu {
	margin-left: 30px;
}
.menu_pozycja {
	text-align: center;
	float: left;
	height: 30px;
	margin-right: 20px;
	display: inline;
}
.menu_link {
	color: #444444;
	font: bold 11px arial, tahoma, sans-serif;
	text-decoration: none;
	padding: 1px;
}
.menu_link:hover {
	color: #444444;
	font: bold 11px arial, tahoma, sans-serif;
	text-decoration: none;
	background-color: #fff;
	padding: 1px;
}
#menu2 {
	padding: 0px;
	list-style: none;
	width: 140px;
	text-align: right;
	margin-top: 10px;
	margin-right: 30px;
}
.menu2link {
	color: #727272;
	font: bold 11px arial, tahoma, sans-serif;
	text-decoration: none;
	padding: 1px;
	cursor: hand;
	cursor: pointer;
}
.menu2link:hover {
	color: #727272;
	font: bold 11px arial, tahoma, sans-serif;
	text-decoration: none;
	padding: 1px;
	background-color: #fff;
}
.menu2linkred {
	color: #ff0000;
	font: bold 11px arial, tahoma, sans-serif;
	text-decoration: none;
	padding: 1px;
	cursor: hand;
	cursor: pointer;
}
.menu2linkred:hover {
	color: #ff0000;
	font: bold 11px arial, tahoma, sans-serif;
	text-decoration: none;
	padding: 1px;
	background-color: #fff;
}
.padding {
	padding: 10px;
	font: 11px arial, tahoma, sans-serif;
}
.menubottom {
	margin-left: 250px;
	color: #fff;
	font: 11px arial, tahoma, sans-serif;
	margin-bottom: 8px;
}
.menubottom_link {
	color: #fff;
	font: 11px arial, tahoma, sans-serif;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
.menubottom_link:hover {
	color: #fff;
	font: 11px arial, tahoma, sans-serif;
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 5px;
}
.link {
	color: #000;
	font: 11px arial, tahoma, sans-serif;
	text-decoration: underline;
}
.link:hover {
	color: #fff;
	font: 11px arial, tahoma, sans-serif;
	text-decoration: none;
	background-color: #545454;
}
.leftcolumn {
	float: left;
	width: 280px;
	margin-left: 8px;
	display: inline;
}

.rightcolumn {
	float: left;
	width: 280px;
	margin-left: 15px;
	display: inline;
}
.onecolumn {
	float: left;
	width: 560px;
	margin-left: 8px;
	display: inline;
}
.copyright {
	clear: both;
	color: #969696;
	font: 11px arial, tahoma, sans-serif;
	width: 170px;
	text-align: right;
	margin-bottom: 20px;
}

