@charset "utf-8";
/* CSS Document */

#my_wrapper {
	width:800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
	}

.my_container {
width:728px;
margin: 0px auto;
padding: 0px 0px 0px 0px;
background-color: #FFFFFF;
text-align: center;
}

.my_gallery_separator {
	margin: 24px 0 0 0;
	color: #499343;
	font-weight:bold;
	font-variant:small-caps;
	font-size: 14px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-image: url("http://www.myqcmallards.com/images/bg_separator.gif");
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 26px;
	padding-bottom: 2px;
}

.my_gallerycontainer{
position: relative;
margin: 0px auto;
width: 770px;
height: 100%;
min-height: 300px;
padding: 3px 3px 3px 3px;
text-align:left;
background-image: url("http://myqcmallards.com.ismmedia.com/ISM3/std-content/repos/Top/Image%20Gallery/gallery_hover_image.jpg");
	background-repeat: no-repeat;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}


.my_thumbnail img{
border: 1px solid #499343;
margin: 0 5px 5px 0;
padding: 3px;
}


.my_thumbnail:hover{
background-color: transparent;
}


.my_thumbnail:hover img{
border: 1px solid #F79320;
padding: 3px;
}

.my_thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 3px;
left: -1000px;
border: 2px solid #052D1D;
visibility: hidden;
color: black;
text-decoration: none;
}

.my_thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.my_thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
margin: 3px 0px 0px 0px;
top: 0;
left: 260px; /*position where enlarged image should offset horizontally */
z-index: 50;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
border: 0px;
text-decoration: none;
color: #052D1D;
}
