/*
 * Ext JS Library 2.1
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */
#img-panel{ 
    background: white; 
    font: 11px Arial, Helvetica, sans-serif;
} 
#img-panel .thumb{ 
    background: #dddddd; 
    padding: 3px 20px 3px 3px;
}
#img-panel .x-view-over .thumb { 
   background: #ccc; 
}
#img-panel .thumb img { 
    max-height: 90px;
    height:auto !important;
    height: 90px;
    max-width: 400px;
}
#img-panel .thumb-wrap { 
    float: left; 
    margin: 1px; 
    margin-right: 0px; 
	margin-top: 0px;
    position: relative;
    border: 1px solid #fff; 
	padding:4px;
}
#img-panel .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;
}
#img-panel .thumb-wrap span{ 
    display: block; 
    overflow: hidden; 
    text-align: center; 
} 
#img-panel .x-view-selected { 
    background: #DFEDFF; 
    border: 1px solid #6593cf; 
} 
#img-panel .x-view-selected .thumb { 
    background:transparent; 
}
.x-dd-drag-ghost img {
	height: 90px; 
	max-width: 400px;
   /* width: 100px;*/ 
}
#img-panel .x-view-selected span { 
    color:#1A4D8F;  
}
.info-img {
    border: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url(../images/info.png) no-repeat left center;
    position: absolute;
    top: 6px;
    right: 6px;
}

