
#div.divgrid {
	border:3px #c9c4b8 solid; 
}
.imgOpts a {
	padding: 5px 14px;
	color: #424242;
	text-decoration: none;
	background: #c9c4b8 url(../images/glass.png) repeat-x 0 50%;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.imgOpts a:hover {
	background: #b6b3a8 url(../images/glass.png) repeat-x 0 50%;
}

/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #edeae1; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 5px; 	
	border: 15px solid #c9c4b8;
	text-align: left;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 999999;
	-webkit-box-shadow: 0px 0px 12px #000;
	-moz-box-shadow: 0px 0px 12px #000;
	box-shadow: 0px 0px 12px #000;
}
img.btn_close {
	float: right; 
	margin: -35px -40px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popImg {
	float: left;
	padding-right: 15px;
}
.popImgDesc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .875em;
	font-weight: bold;
	color: #424242;
	line-height: normal;
}
.popImgNum {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .875em;
	font-weight: bold;
	color: #424242;
	line-height: normal;
}
.popCredit{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8125em;
	font-weight: normal;
	color: #424242;
	line-height: normal;
}
.popLinks {
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .875em;
	font-weight: bold;
}
.popLinks li {
	line-height: 2em;
}
.popLinks a {
	color: #7c0306;
	text-decoration: none;
}
.popLinks a:hover {
	text-decoration: underline;
}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}