ul.uploader_list
{
	margin: 0;
	padding: 0;
}

ul.uploader_list>li
{
	float: left;
	height: 90px;
	list-style-type: none;
	margin: 0 12px 12px 0;
	padding: 8px;
	width: 190px;
}

li.uploader_item
{
	background-color: #ECECEC;
	border: 1px solid #9D9D9D;
	position: relative;
}

.uploader_img
{
	background-image: url(images/img_loading.gif);
	background-position: center;
	background-size: cover;
	float: left;
	height: 90px;
	width: 90px;
}

.uploader_file
{
	cursor: pointer;
	height: 24px;
	overflow: hidden;
	position: relative;
	width: 80px;
}

.uploader_file input
{
	border: none;
	font-size: 50px;
	right: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

.uploader_file a
{
	display: block;
}

.uploader_btns
{
	border-left: 1px dotted #CCCCCC;
	float: left;
	height: 90px;
	margin-left: 8px;
	padding-left: 8px;
}

.uploader_msg
{
	background: #C6C6C6;
	height: 60px;
	left: 0;
	padding: 8px;
	position: absolute;
	top: 30px;
	width: 190px;
}

/*
Драг-н-дроп картинок - только для jQuery UI!
ul.uploader_list>li.ui-state-highlight
{
}
*/