* {
	font-size:9pt;
	font-family: "Tahoma";
}
ul, ol{
	list-style: none;

}

body {
}

.image-container {
	float:left;
	margin:5px 5px 5px 5px;
    width:150px;
}
.image-container > div {
    display:inline-block;
    width:100%;
    padding:0px 5px 0px 5px; 
}
.image-item {
	display:block;
	width:150px;
	height:150px;
	border:solid 1px red;
}


#selectable .ui-selecting { 
	background: #FECA40; 
	}
#selectable .ui-selected { 
	background: #F33314; 
	color: white; 
	}
	
span.gif-image {
	color:#c9b220;
}
span.oversize-image {
	color:#de6aed;
}
span.danger-image {
	color:#f7133c;
}
div.movie-image {
	background-color:#00eaff;
}

div.gifsize-image {
	background-color:#f7b213;
}
div.oversize-image {
	background-color:#de6aed;
}
div.danger-image {
	background-color:#f7133c;
}