.General > .ScreenshotPanel
{

	margin-top: 15px;
	text-align: center;

}
.SubDetailPanel .General .ScreenshotPanel div
{

    position: relative;
    margin-bottom: 5px;
    text-align: center;
    max-height: 300px;
    width: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;

}
.General > .ScreenshotPanel > p a
{

    display: inline-block;
    margin-left: 10px;

}
.General .ScreenshotPanel .QueuedGuestInfoActivityIndicator
{

	position: absolute;
	height: 35px;
	width: 35px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(/Images/ActivityIndicator.gif);
	background-size: 35px;

}
.General .ScreenshotPanel:not(.Loading) .QueuedGuestInfoActivityIndicator
{

	display: none;

}
.General > .ScreenshotPanel img
{

	border-width: 1px;
	margin: 0;
	max-width: 90%;

}
.General > .ScreenshotPanel.Loading img
{

	opacity: .25;

}
.ModalDialog.GeneralExpanded > *
{

	width: 100%;

}
.ModalDialog.GeneralExpanded .ContentPanel > img
{

	width:100%;
	margin-bottom: 10px;
	height: auto;

}
