@charset "UTF-8";
/* CSS Document */

/* The containing box for the gallery. */
#container {
    position:relative; 
    width:620px; 
    height:455px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa;
	text-align:center; 
    font-family: tahoma; arial, sans-serif; 
    font-size:76%; 
    letter-spacing:0.05em; 
    }

/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }

/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #aaa; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(../images/pics_gallery/thumbnails/arcades-playa-del-carmen-hotel.jpg); 
    height:70px; 
    width:95px;
    }
#container a.slideb {
    background:url(../images/pics_gallery/thumbnails/single-room-type-playa-hotel.jpg); 
    height:70px; 
    width:95px;
    }
#container a.slidec {
    background:url(../images/pics_gallery/thumbnails/hotel-pool-side-view.jpg); 
    height:70px; 
    width:95px;
    }
#container a.slided {
    background:url(../images/pics_gallery/thumbnails/nights-playa-hotel.jpg); 
    height:70px; 
    width:95px;
    }
* html #container a.slided {
    width:91px; 
    w\idth:93px;
    }
#container a.slidee {
    background:url(../images/pics_gallery/thumbnails/pool-fountain-playa-hotel.jpg); 
    height:70px; 
    width:95px;
    }
#container a.slidef {
    background:url(../images/pics_gallery/thumbnails/hotel-table-playa-hotel.jpg); 
    height:70px; 
    width:95px;
    }
* html #container a.slidef {
    width:91px; 
    w\idth:93px;
    }
#container a.slideg {
    background:url(../images/pics_gallery/thumbnails/bathroom-playa-hotel.jpg); 
    height:70px; 
    width:95px;
    }
#container a.slideh {
    background:url(../images/pics_gallery/thumbnails/double-room-type-playa-hotel.jpg); 
    height:70px; 
    width:95px;
    }
#container a.slidei {
    background:url(../images/pics_gallery/thumbnails/chichen-itza.jpg); 
    height:70px; 
    width:95px;
    }
#container a.slidej {
    background:url(../images/pics_gallery/thumbnails/xcaret-famtrip.jpg); 
    height:70px; 
    width:95px;
    }
#container a.slidek {
    background:url(../images/pics_gallery/thumbnails/map-playa-del-carmen.jpg); 
    height:70px; 
    width:95px;
    }
* html #container a.slidek {
    width:91px; 
    w\idth:93px;
    }
#container a.slidel {
    background:url(../images/pics_gallery/thumbnails/beach-sunset.jpg); 
    height:70px; 
    width:95px;
    }

/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:300px; 
    height:386px;
    }
#container li {
    float:right;
    }

/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:right;
    }

/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #f6ad57; 
    }

/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:372px; 
    height:372px; 
    top:10px; 
    left:15px; 
    color:#000; 
    background:#fff;
    }

#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }

#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }

#container {
    background:#fff url(../images/pics_gallery/big_pics/logo.jpg) 25px 185px no-repeat; 
    }
