/* Screenshot pop ups */

#screenshot_root {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 300;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

#screenshot_relative {
	/* This div for IE 6 */
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 2;
	text-align: left;
}

#screenshot_bg {
	height: 100%;
	width: 100%;
	background: #333;
	z-index: 1;
	filter:alpha(opacity=60);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#screenshot_window {
	position: absolute;
	top: 100px;
	left: 0;
	width: 1000px;
	background: url(screenshot_header.gif) no-repeat
		top left;
}

#screenshot_window .w2 {
	background: url(screenshot_footer.gif) no-repeat
		bottom left;
	overflow: hidden;
	zoom: 1;
}

#screenshot_window .w3 {
	background: url(screenshot_bg.gif);
	margin: 14px 0 23px 0;
	overflow: hidden;
	zoom: 1;
}

#screenshot {
	margin: 0 0 0 18px;
	width: 728px;
	text-align: center;
}

#screenshot img {
	margin: 0 auto;
}

#screenshot_controls {
	float: right;
	width: 218px;
	margin: 0 18px 0 0;
	font-size: 12px;
	line-height: 18px;
	_display: inline;
}

#screenshot_controls h3,
#screenshot_controls p {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#screenshot_controls h3 {
	margin-top: 20px;
}

#screenshot_controls button {
	height: 23px;
	border: none;
	padding: 0;
	margin: 0;
}

button {
	cursor: pointer;
	cursor: hand;
}

/* Keynote Stylesheet  */

#screenshot_controls button#previous_screenshot {
	width: 89px;
	background: url(previous_screenshot_button.gif) no-repeat;
	height: 23px;
}

#screenshot_controls button#next_screenshot {
	width: 65px;
	height: 23px;
	background: url(next_screenshot_button.gif) no-repeat;
}

#screenshot_controls button#close_screenshot {
	width: 64px;
	height: 23px;
	background: url(close_screenshot_button.gif) no-repeat;
}

#screenshot_controls button#print_screenshot {
	width: 123px;
	background: url(print_screenshot_button.gif) no-repeat;
	margin-top: 20px;
}


