

.gallerycontainer {
		position: relative;
		padding: 30px;
		padding-top: 0px;
		}
		
.thumbnail img{
		border: 2px solid #DCEADB;
		margin: 0 5px 5px 0;
		}

.thumbnail:hover{
		background-color: transparent;
		text-decoration: none;
		}

.thumbnail:hover img{
		border: 1.5px solid #5C4E4B;
		text-decoration: none;
		}

/*style for all big hover images*/
.thumbnail span{ 
		position: absolute;
		background-color: #DCEADB;
		padding: 0px;
		visibility: hidden;
		color: #5C4E4B;
		text-decoration: none;
		font-size: 10pt;
		}

/*big hover image on other image galleries */

.thumbnail:hover span{ 
		visibility: visible;
		top: 0px;
		left: 385px; 
		z-index: 50;
		text-decoration: none
		}

/*1st row of the bling gallery ect. ect.*/ 

.thumbnail:hover span.row1{ 
		visibility: visible;
		top: 0px;
		left: 385px; 
		z-index: 50;
		text-decoration: none
		}

.thumbnail:hover span.row2{ 
		visibility: visible;
		top: 0px;
		left: 385px; 
		z-index: 50;
		text-decoration: none
		}

.thumbnail:hover span.row3{ 
		visibility: visible;
		top: 0px;
		left: 385px; 
		z-index: 50;
		text-decoration: none
		}

.thumbnail:hover span.row4{ 
		visibility: visible;
		top: 0px;
		left: 385px; 
		z-index: 50;
		text-decoration: none
		}

.thumbnail:hover span.row5{ 
		visibility: visible;
		top: 0px;
		left: 385px; 
		z-index: 50;
		text-decoration: none
		}

.thumbnail:hover span.row6{ 
		visibility: visible;
		top: 250px;
		left: 385px; 
		z-index: 50;
		text-decoration: none
		}

.thumbnail:hover span.row7{ 
		visibility: visible;
		top: 250px;
		left: 385px; 
		z-index: 50;
		text-decoration: none
		}

.thumbnail:hover span.row8{ 
		visibility: visible;
		top: 250px;
		left: 385px; 
		z-index: 50;
		text-decoration: none
		}

.thumbnail:hover span.row9{ 
		visibility: visible;
		top: 350px;
		left: 385px; 
		z-index: 50;
		text-decoration: none
		}



/*big hover image on other image galleries */
