
#photoContainer {width: 300px; float: left; }
	
	
/* // thumbnail list */

.clearfix{
	clear:both;
	float:none;
}
#bigPic{
	width:545px;
	padding:1px;
	border:1px solid #CCC;
	background-color:#FFF;
	margin-bottom:10px;
	float: right;
	height: 409px;
	text-align: center;
	position: relative;
}
#bigPic img{
	display:none;
	position: absolute;
	max-width: 545px;
	height: 409px;
	margin: 0 auto;
}

ul.thumbs li.active {
	border:2px solid #ED1B36;	
	background:#fff;
	padding:2px;
}
ul.thumbs, ul.thumbs li{
	margin:0;
	padding:0;
	list-style:none;
}

#pjeden,
#pdwa,
#ptrzy,
#pcztery,
#ppiec,
#pszesc,
#psiedem,
#posiem,
#pdziewiec,
#pdziesiec,
#pjedenascie,
#pdwanascie,
#ptrzynascie {display: block; cursor: pointer; float: left; width: 20px; border: 1px solid #DADADA; font-size: 11px; text-align: center; padding: 0px; font-weight: bold; padding: 5px;}
	
ul.thumbs li.title {border: none; padding:10px; margin:0px; font-size: 12px; color: #5E5E5E;}
	
ul.thumbs li{
	float:left;
	margin-right:7px;
	margin-bottom:5px;
	border:1px solid #CCC;	
	padding:3px;
	cursor:pointer;
}
ul.thumbs img{
	float:left;
	width:70px;
	height:70px;
	line-height:70px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}

