/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height: 340px;
background:#000000 url(sport/SPORT_title.jpg) 75px 10px no-repeat;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

#gallerycontainer {
    background:#000000 url(sport/SPORT_title.jpg) 75px 10px no-repeat;
	left: 275px; 
	z-index: 50;
    }

.thumbnail img{
border: 1px solid white;
}

.thumbnail:hover{
background-color: #transparent;
border: 1px solid white;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: 000000;
padding: 5px;
left: -1000px;
border: 1px solid white;
visibility: hidden;
text-align: center;
color: ffffff;
text-decoration: none;
font-family: arial;
font-size: 10px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border: none;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 275px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>
