div#substrate{
	position:absolute;
	top:30%;
	left:50%;
	width:0px;
	height:0px;
	background-color:#F5F0C9;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90); 
	display:none;
}

div#controlPanel{
	position:absolute;
	top:30%;
	left:50%;
	padding:10px 20px 10px 20px;
	display:none;
	overflow:visible;
	text-align:center;
}

div#substrateManadge{
	width:220px;
	overflow:hidden;
}

div#substrateClose{
	width:70px;
	overflow:hidden;
	float:right;
}

div#controlPanel a{
	color:#979048;
}

div#controlPanel a.galleryPrev{
	background: url('../images/gallery/prev.gif') left 5px no-repeat;
	padding-left:20px;
}

div#controlPanel a.galleryNext{
	background: url('../images/gallery/next.gif') right 5px no-repeat;
	padding-right:20px;
}

div#controlPanel a.galleryClose{
	background: url('../images/gallery/close.gif') right no-repeat;
	padding-right:15px;
}

div#controlPanel img{
	float:none;
}

span#titlePhoto{
	color:#979048;
}

