ul.thumbnail_area {
	list-style: none;
	margin: 0;
	padding: 3px 0 0 0;
}
li.thumbnail_polaroid, li.thumbnail_placeholder {
	float: left;
	width: 86px;
	height: 90px;
	padding: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	list-style: none;
}
li.thumbnail_polaroid {
	overflow: visible;
	border: 1px outset #404040;
	text-align: center;
	background-color: #FFFFFF;
}
.thumbnail_placeholder {
	border: 1px dashed #C0C0C0;
}
li.thumbnail_polaroid a {
	display: block;
}
li.thumbnail_polaroid a img {
	border: 0;
}
.selected {
	 background-color: #A4D3EE !important;
}
.thumbnail_spacer {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	line-height: 50px;
}
.thumbnail_spacer img {
	vertical-align: middle;
}
.thumbnail_text {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 11px;
	clear: both;
	overflow: hidden;
}
.thumbnail_tools {
	padding: 1px;
	float: right;
}
.thumbnail_tools a {
	display: block;
}
.shortcut {
	position: absolute;
	background: url(../img/shortcut.png) no-repeat;
	left: 16px;
	top: 34px;
	width: 16px;
	height: 16px;
}
.shortcut_small {
position: absolute;
background: url(../img/shortcut_small.png) no-repeat;
left: 0px;
top: 6px;
width: 10px;
height: 10px;
}
	.shortcut_a {
	position:relative;
	display:block
	}
