.mapTitle {background: #EEE;padding: 5px 0;font-size: 1.2em;text-transform: uppercase;height: 34px}
.mapExpl {text-align: right;color: #fff;padding: 5px 5px 0 5px;font-size: 11px}
.view 
{
    box-shadow: 0 0 2px #444;
	height: 260px;
	border: 10px solid #EEE;
	border-radius: 5px;
	border-top: 0;
	margin: 10px 0;
}

.view .slice
{
    margin: 1px 0;
	width: 60px;
	height: 214px;
	z-index: 100;	
}

.view div.view-back{
	width: 326px;
	height: 216px;
	position: absolute;
	right: 0;
	background: #ccc;
	z-index: 0;
}

.view-back span {
	display: block;
	float: right;
	padding: 0 5px;
	margin-top: -2px;
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #666;
}

.view-back span:first-child {
	padding-top: 20px;
}

.view-back a {
	display: block;
	font-size: 18px;
	color: rgba(255,255,255,0.4);
	position: absolute;
	right: 5px;
	bottom: 15px;
	border: 3px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	font-weight: 700;
}

.view-back a:hover {
	color: #fff;
	border-color: #fff;
	text-decoration: none;
}

.view .overlay {
	width: 60px;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	-ms-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}

.view:hover .overlay {
	opacity: 1;
}

.view img {
	position: absolute;
	z-index: 0;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-ms-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.view 
{
    overflow:hidden;
}
.view img 
{
    width: 300px;
	height: 214px;
	z-index: 0;
	position: relative;
	top:-215px;
	left: 1px;
}

.view div.view-back{
	left: 0;
	position: relative;
	z-index: 0;
}
.view:hover img
{
    left: -60px;
}