/******************************************************************
* BOX GALLERY ( Domyslny styl galerii )
******************************************************************/
#itemsGalleryCustom
{
	margin: 0 auto; 
	width: 726px;
	border: 0 solid #cccccc;
	overflow: hidden;
	clear: both;
	/*text-align: center;*/
	/**background: red;**/
}
#itemsGalleryCustom h1 {
	margin: 10px 0; border: 0; padding: 0;	
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

#itemsGalleryCustom .item {
	float: left;
	position: relative;
	width: 140px;
	/*height: 155px;*/
	margin: 0 0 0 0;
}
#itemsGalleryCustom .item .imgbox {
	width: 170px;
	height: 100px;
	margin: 15px auto;
}
#itemsGalleryCustom .item img {
	padding: 0 0 0 0;
	width: 100px;
	height: 75px;
	border: solid 2px #dddddd;
}
#itemsGalleryCustom .item img:hover {
	padding: 0 0 0 0;
	width: 100px;
	height: 75px;
	border: solid 2px #000000;
}
#itemsGalleryCustom .item span
{
	position: absolute;
	bottom: 5px;
	left: 0;
	font-size: 0.8em;
	font-weight: bold;
	width: 180px;
	text-align: center;
	color: #000000;
	padding: 0;
	height: 30px;
	border-bottom: 0 dotted #666666;
}
#itemsGalleryCustom .item span a
{
	color: #000000;
}


.boxGallery {
	width: 710px;
	margin: 20px auto;
	padding: 0;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border: 0; 
	overflow: hidden;
}
.boxGallery .boxName {
	width: 710px;
	margin: 0 0 10px 0;
	height: 33px;
	line-height: 2.6em;
	padding: 0 0 0 10px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	background: url(img/00002_03.jpg) top left repeat-x;
}

.boxGallery .boxGalleryThumbs {
	background: #ffffff; 
	float: right; 
	padding-bottom: 0px; 
	border-bottom: 0px #cccccc solid; 
	overflow: auto;
	width: 220px; 
	height: 360px;	
	}
.boxGallery .boxGalleryThumbs img {
	width: 50px; 
	height: 38px; 
	border: solid 1px #999999; 
	padding: 1px; 
	margin: 0 5px 5px 5px	
	}
.boxGallery .boxGalleryThumbs img:hover {
	border: solid 1px #ed9912; 
	background: #ed9912;
	}	
.boxGallery .boxGalleryThumbs .thumb.o {
	border: solid 1px #ed9912; 
	background: #ed9912;
	}
.boxGallery .boxGalleryZoom img {
	width: 480px; 
	border: solid 1px #999999; 
	padding: 0; 
	margin: 0;	
	}	
.boxGallery .boxGalleryZoom {
	float: left; 
	padding-left: 0; 
	padding: 0 0 0 0; 
	}
.boxGallery .boxFilmsThumbs {
	background: #ffffff; 
	float: right; 
	padding-bottom: 0px; 
	border-bottom: 0px #cccccc solid; 
	overflow: auto;
	width: 220px; 
	height: 360px;	
	/**text-align: center;**/
	}
.boxGallery .boxFilmsThumbs img {
	width: 85px; 
	/**height: 90px;**/ 
	border: solid 1px #999999; 
	padding: 1px; 
	margin: 0 5px 5px 5px		
	}
.boxGallery .boxFilmsThumbs img:hover {
	border: solid 1px #ed9912; 
	background: #ed9912;
	}
	

	
	
