#fb-root {
  display: none;
}

#fbLikeButton {
  display: none;
}

#snapshot {
	float: left;
	width: 280px;
	height: 210px;
}

#imgContainer {
	position: absolute;
	left: 100%;
	padding: 10px;
	width: 327px;
	display: none;
	margin-left: -347px;
	border-bottom-left-radius: 10px;
	background: rgba(0,0,0,0.5);
}


#imageControlsContainer {
	float: left;
	width: 280px;
	height: 0px;
	margin-top: -38px;
	text-align: center;
}

#imageControls {
	display: inline-block;	
}

.textButton {
	float: left;
	text-align: center;
	width: 60px;
	height: 18px;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	margin: 5px 10px;
	border: 2px solid white;
	font-size: 12px;
	padding: 2px 0px;
	cursor: pointer;
}

.primary {
	background-color: rgba(0,0,255,1);
}

.primary:active {
	background-color: rgba(0,0,0,1) !important;
}

.primary:hover {
	background-color: rgba(0,0,150,1);
}

.primary[disabled] {
	background-color: rgba(0,0,0,1) !important;
}

.secondary:hover {
	background-color: rgba(100,100,100,0.5);
}

.secondary:active {
	background-color: rgba(0,0,0,1);
}

#statusContainer {
	float: left;
	width: 280px;
	height: 0px;
	margin-top: -63px;
	text-align: center;
}

#shareStatus {
	display: inline-block;
	opacity: 1;
	font-size: 14px;
	border-radius: 10px;
	padding: 2px 8px;
	font-family: 'Open Sans', sans-serif;
	color: white;
	background-color: rgba(0,0,0,0.5);
	cursor: default;
}

#loadingSpinner {
	top: 95px;
	display: none;
	left: 129px;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 38px;
	height: 28px;
	padding: 5px 0px;
	border-radius: 20px;
}

#lightDismissWindow {
	display:none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#shareFlyout {
	display: none;
	border: 2px solid black;
	background: white;
	position: absolute;
	font-size: 12px;
	top: 100%;
	margin-top: -100px;
	margin-left: -20px;
	cursor: pointer;
	z-index: 30;
}

#imgLinkTextContainer {
	display: none;
	float: left;
	width: 280px;
	height: 0px;
	margin-top: -203px;
	text-align: center;
}

#imgLinkTextField {
	display: inline-block;
	width: 200px;
	height: 18px;
	font-size: 12px;
}

#imgLinkTextField:focus{
	outline: none;
}

.textOption {
	padding: 3px 8px;
	width: auto;
	height: auto;
}

.textOption:hover {
	background-color: rgb(150,150,150);
}

.textOption:active {
	background-color: rgb(0,0,0);
	color: white;
}

.textOption[disabled] {
	color: rgb(100,100,100);
	background-color: white;
}
