#screenshots {
	position: relative;
}

#default-theme,
#dark-theme {
	opacity: 1.0;

	-moz-transition: all 200ms linear 0ms;
	-webkit-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
}

#default-theme.hidden,
#dark-theme.hidden {
	-moz-transition: all 200ms linear 200ms;
	-webkit-transition: all 200ms linear 200ms;
	transition: all 200ms linear 200ms;
}

#dark-theme {
	position: absolute;
	top: 0px;
	width: 100%;
}

#screenshots .hidden {
	opacity: 0.0;
	z-index: -1;
}

#default-button,
#dark-button {
	width: 24px;
	height: 24px;
	padding: 0px;
}

#default-button {
	background-color: #f6f5f4;
}

#dark-button {
	background-color: #353535;
}
