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

.gallerycontainer{
position: static;
float:right;
width:340px;
margin-left:20px;
margin-right:-2px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer2{
position: static;
text-align:center;
float:right;
width:110px;
margin-left:20px;
margin-right:-2px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

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

.thumbnail:hover{
background-color: transparent;
text-align:center;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
border: 1px solid #828282;
visibility: hidden;
color: black;
text-decoration: none;
text-align:center;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
left: 490px; /*position where enlarged image should offset horizontally */
z-index: 5000;
background:#333333;
color:#FFFFFF;
margin-top: 20px;
}
#clinictext {
	width: 580px;
	float:left;
}