body {
   	text-align:center; 
	}

/* The containing box for the gallery. */
#gallery_container {
    position:relative; 
    height:400px; 
	
    }

#gallery_container h1 {
    	font-size: 18px; 
    	}


#gallery_container ul {
    	padding:300px 0 0 0; 
    	margin: 0; 
    	list-style-type:none; 
    	}

#gallery_container a.gallery span {
    	position:absolute; 
    	width:1px; 
    	height:1px; 
	top:-1px;
	left:-1px;
	overflow:hidden; 
    	background: #b9b6b1;
    	}
    	
#gallery_container a.gallery, #gallery_container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#gallery_container a.slidea {
    background:url(wedding-video-01-thumb.jpg); 
    height:48px; 
    width:60px;
    }
#gallery_container a.slideb {
    background:url(wedding-video-02-thumb.jpg); 
    height:48px; 
    width:60px;
    }
#gallery_container a.slidec {
    background:url(wedding-video-03-thumb.jpg); 
    height:48px; 
    width:80px;
    }
#gallery_container a.slided {
    background:url(wedding-video-04-thumb.jpg); 
    height:48px; 
    width:80px;
    }
#gallery_container a.slidee {
    background:url(wedding-video-05-thumb.jpg); 
    height:48px; 
    width:60px;
    }
#gallery_container a.slidef {
    background:url(wedding-video-06-thumb.jpg); 
    height:48px; 
    width:60px;
    }
#gallery_container a.slideg {
    background:url(wedding-video-07-thumb.jpg); 
    height:48px; 
    width:60px;
    }
#gallery_container a.slideh {
    background:url(wedding-video-08-thumb.jpg); 
    height:48px; 
    width:80px;
    }
#gallery_container a.slidei {
    background:url(wedding-video-09-thumb.jpg); 
    height:48px; 
    width:80px;
    }
#gallery_container a.slidej {
    background:url(wedding-video-10-thumb.jpg); 
    height:48px; 
    width:80px;
    }
#gallery_container a.slidek {
    background:url(wedding-video-11-thumb.jpg); 
    height:48px; 
    width:80px;
    }
#gallery_container a.slidel {
    background:url(wedding-video-12-thumb.jpg); 
    height:48px; 
    width:80px;
}


/* set the size of the unordered list to neatly house the thumbnails */
#gallery_container ul {
    width:282px; 
    height:250px;
    }
#gallery_container li {
    float:left;
    }

/* move the thumbnails into the correct position */
#gallery_container ul {
    
    float:left;
	padding-left: 38px;
	width: 400px;
    }

/* change the thumbnail border color */
#gallery_container a.gallery:hover {
    border:1px solid #fff; 
    }

/* styling the :hover span */
#gallery_container a.gallery:hover span {
    position:absolute; 
    width:421px; 
    height:275px; 
    top:24px; 
    left:39px; 
    color:#000; 
    background:#b9b6b1;
    }

#gallery_container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    padding: 0;
    }

#gallery_container {
    background:#b9b6b1 url(wedding-video-01.jpg)  40px 25px  no-repeat;
    }
#gallery_container img {
		color: #b9b6b1;
	}