#GY_container {
	position: fixed;
	top: -1000px;
	left: 0px;
	border-collapse: collapse;
	font-size: 0px;
	z-index: 102;
}
#GY_loader {
	position: fixed;
	width: 100px;
	height: 100px;
	background-image: url(images/gallery_loader.gif);
}
#GY_hideselect{ /* Fix for IE6 */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	filter: alpha(opacity=0);
	opacity: 0;
	border: 0px;
}
#GY_override {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	filter: alpha(opacity=40);
	opacity: 0.40;
	background-color: #000000;
}
#GY_container .t1 {width: 14px; height: 14px; background-image: url(images/gallery/t1.png)}
#GY_container .t2 {float: left; width: 14px; height: 14px; background-image: url(images/gallery/t2.png)}
#GY_container .t3 {float: left; height: 14px; background-image: url(images/gallery/t3.png)}
#GY_container .t4 {float: left; width: 14px; height: 14px; background-image: url(images/gallery/t4.png)}
#GY_container .t5 {width: 14px; height: 14px; background-image: url(images/gallery/t5.png)}
#GY_container .s1 {width: 14px; height: 14px; background-image: url(images/gallery/s1.png)}
#GY_container .s2 {width: 14px; background-image: url(images/gallery/s2.png)}
#GY_container .s3 {width: 14px; height: 14px; background-image: url(images/gallery/s3.png)}
#GY_container .d1 {width: 14px; height: 14px; background-image: url(images/gallery/d1.png)}
#GY_container .d2 {width: 14px; background-image: url(images/gallery/d2.png)}
#GY_container .d3 {width: 14px; height: 14px; background-image: url(images/gallery/d3.png)}
#GY_container .b1 {width: 14px; height: 14px; background-image: url(images/gallery/b1.png)}
#GY_container .b2 {float: left; width: 14px; height: 14px; background-image: url(images/gallery/b2.png)}
#GY_container .b3 {float: left; height: 14px; background-image: url(images/gallery/b3.png)}
#GY_container .b4 {float: left; width: 14px; height: 14px; background-image: url(images/gallery/b4.png)}
#GY_container .b5 {width: 14px; height: 14px; background-image: url(images/gallery/b5.png)}
#GY_content {background-color: #ffffff}
#GY_content  img {display: block; margin: 8px}
#GY_text {
	margin: 0px 8px 8px 8px;
	height: 22px;
	color: #797979;
	font-size: 9px
}
#GY_text p {float: left}
#GY_close {
	float: right;
	width: 66px;
	height: 22px;
	cursor: pointer;
	background-image: url(images/gallery/btn_close.gif);
}
