#n_gallery .container
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 60%;
	margin: auto;
}
#n_gallery a
{

	border: none;
	margin: 0px;
}
#n_gallery img a{
	border: 1px solid #f7939f;
	}
#n_gallery a img
{
	border: 2px solid #f7939f;
	margin: 0px;
}

#n_gallery a:visited img
{
	border: 2px solid #f7939f;
	margin: 0px;
}

#n_gallery a:hover img
{
	border: 2px solid #9b2432;
	margin: 0px;
}

#n_gallery br
{
	display: block;
	margin-bottom: 30px;
}

#n_gallery .controls
{
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}

#n_gallery .controls a
{
	color: #000;
	margin-right: 20px;
}
#n_gallery .image_holder img{
	border: 1px solid #000;
	}