/* images */

/* selected area title */
#selected-images-title { position: absolute; top: 560px; left: 300px; padding: 5px; background: #eee; z-index: 30; }
#selected-images-title .restaurant { width: 270px; }
#selected-images-title .rooms { width: 275px; }
#selected-images-title .resort { width: 145px; }

/* selected area */
#selected-images { position: absolute; width: 600px; top: 570px; left: 300px; padding: 5px; z-index: 30; }
#selected-images a img { border: 3px solid #e0f2ff; }
#selected-images a:hover img { border-color: #e3ffcd; }

.images { clear: both; margin: 0 0 0 10px; padding: 5px; }
.images a img { border: 3px solid #e0f2ff; }
.images a:hover img { border-color: #e3ffcd; }

