#vertical_photos{
    position: absolute;
	top: 12em;
	right: 75px;
	width: 90px;
	z-index: 100;
}

#vertical_photos a{
	display: block;
	position: relative;
	width: 100px;

	text-align: center;
	outline: none;
	text-decoration: none;
	font-size: 1px;
}

#vertical_photos a.active{
	z-index: 200;
}

#vertical_photos a.selected img{
	border: 3px solid #007AC2;
}

#vertical_photos img{
    width: auto;
	position: relative;
	display: inline !important;
}

