/* CSS Document */


.preview {
	float: left;
	width: 130px;
	height: 180px;
	margin: 4px;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	background-color: #F9F9F9;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
 
.preview span { 
	display: block;
	font-size: 11px; 
	margin-bottom: 4px;
}
 
.popular {
	color: #2e8531;
	font-weight: bold;
}
 
.SUPERpopular {
	font-weight: bold;
	color: #d62222;
}
 
.normal {
	font-weight: bold;
}
 
h1,h2,h3,h4 {
	margin: 0;
}



#gallery {
	position: relative;
	margin: 10px auto;
	width: 560px;
	height: 600px;
	background: #2a2a2f;
	border: 2px solid #5f5f5f;
}
 
#progress {
	margin: 10px auto;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 2px solid #dfdfdf;
}
 
#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #2a2a2f;
	color: #fff;
	font-weight: bold;
}

#draggables {
	height: 190px;
	border: 1px dotted black;
	width: 500px;
	position: relative;
}
#wykorzystane{
	height: 190px;
	border: 1px dotted black;
	width: 500px;
	position: relative;
}
 
.galeria_mini_drag
{
  border: 1px solid red;

}

#draggables div {
	top: 10px;
	left: 10px;
	width: 130px;
	height: 170px;
	text-align: center;
	padding: 3px;
  background-color: silver;
	border: 1px solid black;
	cursor: move;
	position: absolute;
}
 
 
#droppables div {
	float: left;
	width: 130px;
	height: 180px;
	margin: 4px;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	background-color: #F9F9F9;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}


 
