/* --------------------------------------------------------------------------*/
/* Pop-up STYLES*/
body {	
	background-color: #333;
	}
	
h4 {
	padding: 10px 25px;	
	height: 20px;
	}
#gallery {
	color: #fff;
	width: 562px;
	background-color: #333;
	}
	
#galleryArea {
	width: 562px;
	height: 394px;
	padding: 0 25px;
	}
	
#galleryItem {
	background-color: #000;
	width: 512px;
	height: 384px;
	}
	
#galleryItemVid {
	background-color: #000;
	width: 512px;
	height: 400px;
	}
	
p.instruction {
	padding: 10px 25px;	
	height: 20px;
	width: 512px;
	text-align: left;
	}
	
p.instructionVid {
	padding: 10px 25px;	
	height: 40px;
	width: 512px;
	text-align: left;
	}
	
p.instructionVid a{
	color: #fff;
	}

p.instructionVid a:hover{
	color: #f00;
	}