@charset "UTF-8";
/* CSS Document */

div { display:inline-block; vertical-align:top; }
img {width:100px; margin:0px; }
#images { width:100px; height:300px; }
#drop1, #drop2 { width:300px; min-height:150px; padding:3px;
  border:3px ridge white; box-shadow: 5px 5px 5px #888888; margin:10px;}
#drop1 img { width:300px; }
#drop2 div{ height:80px; width:280px; padding:4px; border:2px dotted; margin-top:5px; }
#drop2 div img {height:80px; margin-right:10px; }
#drop2 div span { display:inline-block; vertical-align:top; font:16px/70px arial; }
.drop-hover { background-color:#BBDDFF; }