.gallery {
	position: absolute;
	top: 30px; 
	left: 55px;	
}
.gallery_background {
	background-image: url(/static/img/sos13/polaroid/background.png);
	position: absolute;
	width: 482px;
	height: 399px;
	top: -16px;
	left: -10px;
	z-index: 98;
}

.msie .gallery_background {
	background-image: url(/static/img/sos13/polaroid/background.gif);
}

.polaroid {
	position: absolute;
	background-color: #E0D2D2; 
	background-image: url(/static/img/sos13/polaroid/websave_gallery_bg.png);
	width: 438px;
	height: 348px;
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	border-top-color: lightgray;
	border-left-color: lightgray;
	border-bottom-color: darkgray;
	border-right-color: darkgray;
	top: 5px;
	left: 5px;
} 
.polaroid .photo {
	background-color: #E0D2D2; 
	background-image: url(/static/img/sos13/polaroid/websave_gallery_bg.png);
	width: 436px;
	height: 292px;
}
.polaroid .caption {
	color: #2A7860;
	font-family: Arial, Helvetiva;
	font-weight: normal;
	font-size: 11px;
	width: 390px;
	margin-top: 9px;
	margin-left: 5px;
	letter-spacing: 0.02em;
}
.polaroid .index {
	color: #8DB4A8;
	font-family: Arial, Helvetiva;
	font-weight: bold;
	font-size: 15px;
	width: 50px;
	text-align: right;
	position: absolute;
	bottom: 10px; 
	right: 10px;
}

.polaroid_pager {
	position: absolute;
	width: 45px;
	height: 39px;
	top: 170px;
	font-weight: bold;	
	font-size: 17px;
	text-align: center;
	font-family: Arial, Helvetiva;
	font-weight: bold;	
	z-index: 96;
	cursor: pointer;
}

#pager_prev {
	background-image: url(/static/img/sos13/polaroid/pager_left.png);
	left: -40px;
}

#pager_next {
	background-image: url(/static/img/sos13/polaroid/pager_right.png);
	left: 458px;
}

.slideshow_ctrl {
	position: absolute;
	background-image: url(/static/img/sos13/polaroid/slideshow_start.gif);
	display: block;
	width: 90px;
	height: 39px;
	top: 365px;
	left: 180px;
	border: solid 1px silver;
	cursor: pointer;
	z-index: 96;
}

.slideshow_ctrl_runs {
	background-image: url(/static/img/sos13/polaroid/slideshow_stop.gif);
}

.dot {width: 1px; position: absolute; height: 1px; background: #aaa; z-index: 2000;}
