@charset "UTF-8";
/* CSS Document */

/*Make sure your page contains a valid doctype at the top*/
#simplegalleryCrowns, #simplegalleryFillings, #simplegalleryImplants, #simplegalleryPosterior { //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: none;
width: 420px;
height: 200px;
margin: 0px 0px 0px;
padding: 0;
z-index:0;
background: #FFF8E8;
}

#simplegallerySmile { //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: none;
width: 300px;
height: 200px;
margin: 0 auto;
padding: 0;
z-index:0;
background: #FFF8E8;
}



.instructions {
width: 100%;
display: block;
padding: 0;
text-align: center;
font-size:9px;
}

.galleryHolder, .galleryBottom {
	display: block;
	width: 420px;
	padding: 0;
}

.galleryHolder {
	margin: 20px 0 0 0;
	background: #FFF8E8 url(../images/gallery/gallery_top.gif) top left no-repeat scroll;
	padding-top: 10px;
}
.galleryBottom {
	height: 10px;
	margin: 0 0 20px 0;
	background: #FFF8E8 url(../images/gallery/gallery_bottom.gif) bottom left no-repeat scroll;
}

