/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.gallerycontainer {margin:0 auto;}

.thumbnail img{
border: 1px solid #CBD9A8;
margin: 0 0px 0px 0;
}

.thumbnail:hover {
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F9D791;
padding: 1px;
left: -1000px;

width: 485px;
height: 175px;
visibility: hidden;
font: 0.9em Arial, Helvetica, sans-serif;
color:#660033;
text-decoration: none;
text-align: center;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;

}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left:24px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.gallerymain  span{
font: bold 1.1em Arial, Helvetica, sans-serif;
color:#2D7490;

text-align : right;
line-height: 14px;
 WIDTH:485px;

}
.gallerymain B.default {
	LEFT: 10px; WIDTH: 485px; POSITION: absolute; TOP: 10px; HEIGHT: 170px; TEXT-ALIGN: center
}
