.next a, .prev a { 
	font-size: 80px; 
	font-weight: 0px;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: 100;
} 
.next a{
	position:fixed;
	top:300px;
	right:15px;
}

.prev a{ 
	position:fixed;
	top:290px;
	left:15px;
} 

.artConainer{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center; 
}
.artConainer .info { text-align: center; }
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
