#GalleryWrapper
{
	/* GALLERY LIST */
/* IMPORTANT - Change '#myGallery' to the ID of your gallery list to prevent a flash of unstyled content */
 
	width: 640px;
	height: 400px;
	
	margin-left: auto;
	margin-right: auto;
}

#demo_reminder
{
	width: 60%;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	
	text-align:center;
	color: #eee;
	background-color: #336;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-moz-box-shadow:  0 0 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow:  0 0 10px rgba(0, 0, 0, .3);
}

#demo_reminder h3
{
	 padding: 10px 0px 0px 10px;
	 color:#fff;
}

 
