@CHARSET "ISO-8859-1";

.AF_PhotoGallery_page {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 0px;
	background-image: url("./images/background.gif");
	background-repeat: repeat;
}

.AF_PhotoGallery_frame { position: absolute;  background-color: #ffffff; }
.AF_PhotoGallery_options { height: 30px;  padding-left: 30px; display: table-row; float: left; }
.AF_PhotoGallery_photoLink { text-decoration: none; }
.AF_PhotoGallery_photo { display: table-cell; float: left; padding-left: 30px; padding-right: 30px; }
.AF_PhotoGallery_image { border: thin solid #000000; }
.AF_PhotoGallery_close { display: table-cell; position: absolute; width: 30px; height: 30px; background-image: url("./images/close.png"); }
.AF_PhotoGallery_closeLink:link { background-image: url("./images/close.png"); }
.AF_PhotoGallery_closeLink:visited { background-image: url("./images/close.png"); }
.AF_PhotoGallery_closeLink:hover { background-image: url("./images/closeOver.png"); }
.AF_PhotoGallery_prev { display: table-cell; float: left; width: 30px; height: 25px; background-image: url("./images/prev.gif"); }
.AF_PhotoGallery_prevLink:link { background-image: url("./images/prev.gif"); }
.AF_PhotoGallery_prevLink:visited { background-image: url("./images/prev.gif"); }
.AF_PhotoGallery_prevLink:hover { background-image: url("./images/prevOver.gif"); }
.AF_PhotoGallery_footer { display: table-cell; float: left;  height: 25px; }
.AF_PhotoGallery_next { display: table-cell; float: left; width: 30px; height: 25px; background-image: url("./images/next.gif"); }
.AF_PhotoGallery_nextLink:link { background-image: url("./images/next.gif"); }
.AF_PhotoGallery_nextLink:visited { background-image: url("../images/next.gif"); }
.AF_PhotoGallery_nextLink:hover { background-image: url("./images/nextOver.gif"); }
