
#screenshot_display
{
	position:fixed;
	overflow:hidden;
	top:190px;
	left: 828px;
	right:0px;
	min-width:200px;
	background:#fff;
	border-left:1px solid #ccc;
}

#screenshot_content
{
	padding:10px 20px;
}

#screenshot_bottom
{
	position:fixed;
	bottom:0px;
}

.screenshot
{
	width:100%;
	height:auto;
	max-width:400px;
	border:1px solid #eee;
}

