/* The containing box for the gallery_peoria. */
#container_peoria {
    height:400px; 
	width: 420px;
    left:0px;
    }
/* Removing the list bullets and indentation */
#container_peoria ul.peoria {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
/* Remove the images and text from sight */
#container_peoria a.gallery_peoria span.peoria {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:450px; 
    left:2px; 
    overflow:hidden; 
    background:#fff;
    }
/* Adding the thumbnail images */
#container_peoria a.gallery_peoria, #container_peoria a.gallery_peoria:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:2px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container_peoria a.slidea_peoria {
    background-image: url(images/peoria/thumbs/Matta%201_1.jpg); 
    height:89px; 
    width:89px;
    }
#container_peoria a.slidea1_peoria {
    background-image: url(images/peoria/thumbs/Matta%202_1.jpg); 
    height:89px; 
    width:89px;
    }
    
#container_peoria a.slidec_peoria {
    background-image: url(images/peoria/thumbs/Matta%203_1.jpg); 
    height:89px; 
    width:89px;
    }
	#container_peoria ul.peoria {
    width:400px; 
    height:95px;
    }
#container_peoria li.peoria {
    float:left;
    }
/* move the thumbnails into the correct position */
#container_peoria ul.peoria {
    /*float:right;*/
	text-align:center;
    }
/* change the thumbnail border color */
#container_peoria a.gallery_peoria:hover {
    border:2px solid #ccc; 
    }
#container_peoria a.gallery_peoria:hover span.peoria {
    position:absolute; 
    width: 400px;
    height: 305px;
    top:1515px; 
    left:472px; 
    color:#000; 
    background:#fff;
    }
#container_peoria a.gallery_peoria:hover img.peoria {
    border:2px solid #000; 
    margin-right:0px;
    }