/** Style Sheet for BHBA Gallery page **/
.bookletContent { 
	float:left; background-color:#ffffff; border-left:none; border-right:none;color: #0038ad; margin-left: 5px; 
	width: 440px; height:100%;padding-left:4px; padding-right:4px; }
#bookletContent p { font-size: 10px;margin-left: 5px; margin-right: 5px; margin-top: 5px;padding-left:5px;padding-right:5px;}
.bookletcontainer{
position:relative;
margin-left: 5px;
height:100%;
width:350px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.bthumbnail img{
border: 1px solid #AEC7EE;
margin: 5px 5px 5px 8px;
}
.bthumbnail:hover{
background-color: transparent;
}
.bthumbnail:hover img{
border: 1px solid #0048dd;
}
.bthumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CEDEFF;
padding: 4px;
/* left: -1100px;*/
border: 1px solid #80A9FF;
visibility: hidden;
color: black;
text-decoration: none;
}
.bthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.bthumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 2px;
left: 335px; /*position where enlarged image should offset horizontally */
z-index: 30;
}

 