

.ISContainer {
	border: 2px solid #111111;
	border-left-width: 0;
	border-right-width: 0;
	position: fixed;
	background-color: white;
	left: 0px;
	right: 0px;
	top: 15px;
	height: 600px;
	overflow: hidden;
	padding: 0px;
	display: none;
}

.ISPic {
	position: absolute;
	top: 15px;
}

.ISFog {
	background-color: black;
	position: fixed;
	top: 0px;
	left: 0px; 
}

.ISControls {
	position: absolute;
	bottom: 5px;
}

.ISControls img {
	border: 0px;
	cursor: pointer;
}

.ISIcon {
	margin-right: 5px;
}

