/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer {
	width: 677px;
	color:#ed1b24;
}
.gallerycontainer {
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background: transparent;
}

.thumbnail:hover img{
	/*border: 1px solid #;*/
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding-left:5px;
left: -800px;
border-bottom: 3px solid #ed1b24;
visibility: hidden;
/*color: black;*/
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
text-align:left;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
margin-top: -120px;
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 5000;
background:#000;
color:#fff;
}

/*CSS for New Show Room gallery*/
#showRoom .gallerycontainer {
	width: 830px;
	color:#ed1b24;
}

#showRoom .gallerycontainer .thumbnail img{
border: 1px solid white;
margin: 0 38px 35px 0;
}

#showRoom .gallerycontainer .thumbnail:hover{
	background: transparent;
}

#showRoom .gallerycontainer .thumbnail:hover img{
	/*border: 1px solid #;*/
}

#showRoom .gallerycontainer .thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding-left:5px;
left: -800px;
border-bottom: 3px solid #ed1b24;
visibility: hidden;
/*color: black;*/
text-decoration: none;
}

#showRoom .gallerycontainer .thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
text-align:left;
}

#showRoom .gallerycontainer .thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
margin-top: -120px;
left: 250px; /*position where enlarged image should offset horizontally */
z-index: 5000;
background:#000;
color:#fff;
}