/* CSS Document */

<style type="text/css">

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

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
margin: 0px
padding: 0px
border: none;
margin: none;
}

.thumbnail:hover{
background: url(../../webtest/bgfix.gif)
background-color: transparent;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: none;
padding: 0px;
top: 0px;
left: auto;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: none;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 108px;
left: 357px; /*position where enlarged image should offset horizontally */
z-index: 1;
}
.welcome_text_001 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
