#images-view .x-panel-body {
	-x-system-font: none;
	background: white none repeat scroll 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

#images-view .thumb {
	background: #DDDDDD none repeat scroll 0 0;
	padding: 3px;
}

#images-view .thumb img {
	height: 60px;
	width: 80px;
}

#images-view .thumb-wrap {
	float: left;
	margin: 4px 0 4px 4px;
	padding: 5px;
}

#images-view .thumb-wrap span {
	display: block;
	overflow: hidden;
	text-align: center;
}

#images-view .x-view-over {
	background: #EFEFEF
		url(../../extjs/resources/images/default/grid/row-over.gif) repeat-x scroll
		left top;
	border: 1px solid #DDDDDD;
	padding: 4px;
}

#images-view .x-view-selected {
	background: #EFF5FB url(images/selected.gif) no-repeat scroll right
		bottom;
	border: 1px solid #99BBE8;
	padding: 4px;
}

#images-view .x-view-selected .thumb {
	background: transparent none repeat scroll 0 0;
}

#images-view .loading-indicator {
	background-image: url(../../extjs/resources/images/default/grid/loading.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 11px;
	margin: 10px;
	padding-left: 20px;
}
