/* IE6 PNG transparency fix
------------------------------------*/

* html h2
{
cursor:pointer;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "./css/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

* html body.Galleries #wrap #contentWrap #cleft {
	background:url("images/leftBg1.gif") left bottom no-repeat;
}

* html body.PageGall #cleft,
* html body.ShowGallery #cright,
* html body.Contact #cright,
* html body.Cenik #cleft {
	background:black;
}

* html body.Galleries #wrap #contentWrap #cright {
	height:auto;
}
* html body.Galleries #wrap #contentWrap #cright ul,
* html body.Galleries #wrap #contentWrap #cright h2,
* html body.Galleries #wrap #contentWrap #cright p {
	margin-left:20px;
}


* html body.OFTGALL #cleft #gall {
	margin-top:20px;
}


* html .smallGall {
	display:block;
	clear:both;
	float:none;
	margin-left:30px!important;
	margin-top:30px;
	list-style:none!important;
}
* html .smallGall li {
	float:left;
	margin-bottom:5px;
	margin-right:5px;
}
* html .smallGall li a {
	display:block;
	float:left;
	width:81px;
	height:60px;
	padding:0;
	margin:0;
	overflow:hidden;
}
* html .smallGall li img {
	display:block;
	border:none;
}
