#containerrightGallery
{
	float: left;
	width: 350px;
	height: 350px;
	background: #003366;
	overflow: auto;
	padding: 10px;
}


/* Remove the images and text from sight */
#containerrightGallery a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }
	
/* Adding the thumbnail images */
#containerrightGallery a.gallery, #containerrightGallery a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#containerrightGallery a.slidea {
    background:url(/images/thumbnails/peel1.jpg); 
    height:93px; 
    width:60px;
    }
#containerrightGallery a.slideb {
    background:url(/images/thumbnails/peel2.jpg); 
    height:93px; 
    width:60px;
    }
#containerrightGallery a.slidec {
    background:url(/images/thumbnails/peel3.jpg); 
    height:93px; 
    width:60px;
    }
#containerrightGallery a.slided {
    background:url(/images/thumbnails/peel4.jpg); 
    height:60px; 
    width:93px;
    }
* html #containerrightGallery a.slided {
    width:91px; 
    w\idth:93px;
    }
#containerrightGallery a.slidee {
    background:url(/images/thumbnails/peel5.jpg); 
    height:60px; 
    width:93px;
    }
#containerrightGallery a.slidef {
    background:url(/images/thumbnails/peel6.jpg); 
    height:60px; 
    width:93px;
    }
* html #containerrightGallery a.slidef {
    width:91px; 
    w\idth:93px;
    }
#containerrightGallery a.slideg {
    background:url(/images/thumbnails/peel7.jpg); 
    height:60px; 
    width:93px;
    }
#containerrightGallery a.slideh {
    background:url(/images/thumbnails/peel8.jpg); 
    height:93px; 
    width:60px;
    }
#containerrightGallery a.slidei {
    background:url(/images/thumbnails/peel9.jpg); 
    height:93px; 
    width:60px;
    }
#containerrightGallery a.slidej {
    background:url(/images/thumbnails/peel10.jpg); 
    height:93px; 
    width:60px;
    }
#containerrightGallery a.slidek {
    background:url(/images/thumbnails/peel11.jpg); 
    height:60px; 
    width:93px;
    }
* html #containerrightGallery a.slidek {
    width:91px; 
    w\idth:93px;
    }
#containerrightGallery a.slidel {
    background:url(/images/thumbnails/peel12.jpg); 
    height:60px; 
    width:93px;
    }
	
/* set the size of the unordered list to neatly house the thumbnails */
#containerrightGallery ul {
    width:198px; 
    height:386px;
    }
#containerrightGallery li {
    float:left;
    }

/* move the thumbnails into the correct position */
#containerrightGallery ul {
    margin:5px; 
    float:right;
    }
	
/* change the thumbnail border color */
#containerrightGallery a.gallery:hover {
    border:1px solid #fff; 
    }
	
/* styling the :hover span */
#containerrightGallery a.gallery:hover span {
    position:absolute; 
    width:372px; 
    height:372px; 
    top:10px; 
    left:75px; 
    color:#000; 
    background:#fff;
    }
	
#containerrightGallery a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
#containerrightGallery a.slideb:hover img, #containerrightGallery a.slidei:hover img {
    float:right;
    }
	
#containerrightGallery {
    background:#fff url(/images/thumbnails/back.jpg) 75px 10px no-repeat;
    }