		
/* Start of playa.css */

/* I know the name is crazy, but it is to make sure it won't clash with other classes */
#playa29-bg, #playa29-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
#playa29-bg {
	background: #000;
	opacity: 0.40;
	filter: alpha(opacity=40);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	z-index: 2000;
}

#playa29-wrapper {
	z-index: 2001;
	margin: 30px;
}
/* holds the loading text and the actual image */
#playa29-wrapper .content {
	background: #FFF;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 8px;
}
/* div holding the loading image and text */
#playa29-wrapper .content .loading {
	position: absolute;
	width: 100%;
	height: 100%;
}
#playa29-wrapper .content .loading .innerdiv  {
	width: 150px;
	height: 28px;
	font-size: 22px;
	background: #FFF;
	padding: 16px;
	border-radius: 5px;
	margin: 10px auto;
}
#playa29-wrapper .content .loading div img {
	margin-bottom: -4px;
	margin-right: 6px;
}

/* the actual <IMG> tag that will contain the image */
#playa29-wrapper .content .holder {
	display: none;
	/*position: absolute;*/
	margin: 20px;
	/*left: 0;*/
}

#playa29-wrapper .content h3 {
	background: #CCC url(http://www.darian-brown.com/wp-content/themes/portfolio-press/images/table-header.png);
	margin: -20px -20px 15px;
	border-radius: 8px 8px 0 0;
	padding: 10px;
	border: 1px solid #FFF;
	color: #FFF;
}

/* End of playa.css */
