@CHARSET "UTF-8";

/*Kolory: niebieski: #085DA0, popiel: #626469, bordowy: #93173B

/* galeria na pierwszej stronie */

div.minigallery1  {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

div.minigallery1  img {
	display: block;
	float: left;
	border: none;
}

/* galeria zwykla */

div.minigallery2  {
	margin-bottom: 10px;	
}

div.minigallery2  img {
	margin: 10px 10px 0 0;
	border: 2px solid #ddd;
}

/* galeria z tekstami */

div.minigallery3 {
	margin-top: 5px;
}

div.minigallery3  div.item {		
	float: left;	
	padding: 5px 5px 5px 5px;	
	width: 136px;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;		
}

div.minigallery3  div.item div.inner {		
	background: white;			
	height: 160px;	
	padding: 0;
	color: #626469;		
}

div.minigallery3  div.item div.gray {		
	background: #626469;
	color: white;
}

div.minigallery3  div.imgcontainer {	
	width: 132px;
	height: 99px;
	overflow: hidden;
	border: 2px solid white;
	position: relative;
}

div.minigallery3  div.imgcontainer a.arrowcontainer {
	width: 62px;
	height: 63px;
	left: 35px;
	top: 21px;
	background: url(../images/layout/movie_arrow.png) no-repeat right top;
	position: absolute;
}

div.minigallery3  div.textcontainer {
	padding: 3px;
	height: 45px;
	overflow: hidden;
}

div.minigallery3  img {	
	width: 132px;
	border: 0;
	cursor: pointer;
}

