﻿/*Smartphone*/
@media only screen and (max-width : 320px) 
{
	#ProBoxGalleryOther { width:99% !important; height:auto; margin:1%; float:left;}
	
	nav ul li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}