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

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 5px solid #C3383C;
float: right;
width: 300px;
height: 200px;
margin: 10px 0px 0px 0px;
z-index:0;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}


#instructions {
	float: right;
width: 300px;
height: 50px;
display: block;
margin: 20px 0px;
text-align: center;
}

#galleryRight {
	display: block;
	float: right;
	width: 300px;
	height: 300px;
	padding: 10px 0px 10px 20px;
}
