File: /var/www/nowruzgan.com/oil-timeline/styles/images.css
#images-container {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
}
#images-container .item {
	float: left;
	height: 100%;
	width: 1000px;
	margin-right: -500px;
}
#images-container .item .inside-wrapper {
	width: inherit;
	height: inherit;
	position: absolute;
}
#images-container .item .image-wrapper {
	width: inherit;
	height: inherit;
	text-align: center;
	overflow: hidden;
	position: absolute;
}
.item .image-wrapper {
	display: none;
}
.image-wrapper.selected {
	display: block;
}