
div.galleryViewContainer{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	bottom: 0px;
	z-index: 1000;
}

#galleryIndex{
	padding: 20px;
	font-size: 14pt;
}
#galleryIndex span{
	font-size: 16pt;
}
#galleryIndex ul{
	margin-top: 10px;
	margin-bottom: 0px;
}

div.gallerySection h2{
	font-size: 20pt;
	margin: 0px 0px 15px 10px;
}

div.gallerySection div.images{
	text-align: center;
}

div.gallerySection div.images img{
	border: 2px solid #c0c0c0;
	border-radius: 10px;
	margin: 5px;
	box-shadow: 0px 0px 10px 0px #000000;
	transition: 0.3s;
}
div.gallerySection div.images img:hover{
	position: relative;
	transform: scale(1.05, 1.05);
	box-shadow: 0px 0px 10px 0px #ffffff;
}

a.toTop{
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 30px;
}
a.toTop:before{
	position: absolute;
	border: 12px solid transparent;
	content: '';
	top: 50%;
	left: 0px;
	height: 0px;
	width: 0px;
	border-bottom-color: #888888;
	margin-top: -19px;
}
