/* pictures.css */
#picturesWrap {
	margin-top: 10px;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
	width: 574px;
	background-color: #333;
	padding: 10px 10px 30px 45px;
}

#pictures {
	text-align: center;
	margin: auto;
	
}

.picture {
	text-align: center;
	margin: 25px 35px 0px 0px;
}

.inst {
	text-align: center;
	color: #fff;
	width: 150px;
}

#picturesWrap table {
	width: 100%;
}

#picturesWrap td {
	width: 33%;
	vertical-align: bottom;
	padding-top: 25px;
}

#picturesWrap img {
	border: #fff 2px solid;
	cursor: pointer;
}

#picturesWrap span {
	cursor: pointer;
	color: #fff;
}

.hoverBorder {
	border: #900 2px solid !important;
}

#pictureSmoke {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 100px;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
	z-index: 500;
	background-color: #000;
	cursor: pointer;
	display: none;
}

#smokeImage {
	position: absolute;
	z-index: 501;
	top: 0px;
	left: 0px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
}

#smokeImage img {
	border: #fff 4px solid;
}

#loadingOverlay {
	/*background: transparent url('../images/overlay_spinner_bg.gif');*/
	width: 36px;
	height: 36px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	position: absolute;
	z-index: 502;
	display: none;
}
