
/* Container that gets resized and holds the photo */
#Container {
	margin: 0 auto;
	position: relative;
	width: 275px;	/* Initial width */
	height: 207px;	/* Initial height */
	background: #fff;
	overflow: hidden;
	}

/* Inner container for photo */
#PhotoContainer {visibility: hidden}

/* Temporary image for preloads */
#TempPhoto {visibility: hidden; display: inline}

/* Counter for photos */
#Counter {color: #999;}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 200px;
	z-index: 100;
	background-color: transparent;
	display: none;
	}

#PrevLink {
	display: block;
	float: left;
	height: 200px;
	width: 100px;
	}

#NextLink {
	display: block;
	float: right;
	height: 200px;
	width: 100px;
	z-index: 100;
	}

#PrevLink:hover, #NextLink:hover {text-decoration: none}
#PrevLink span, #NextLink span {display: none}

/* Miscellaneous */	
img {border: none}
#div2 p{font: bold 10px verdana,arial,geneva,sans-serif; color:#999; padding:5px 4px 6px 4px; margin:0; text-align:center; height:28px; vertical-align:middle}