@charset "utf-8";
hr {
	margin-top: 1.5em;	
}
h3 {
	text-align: left;	
}
p {
	font-size: 0.9em;
	margin-top: 3.5em;	
}	
div#content {
	background-color: #FFF;
	max-width: 100%;
	margin: 4em 2em 0;
	padding: 3.5em;	
	text-align: center;
	box-shadow: 0 2px 10px #650000;	     
	-moz-box-shadow: 0 2px 10px #650000;	
  -webkit-box-shadow: 0 2px 10px #650000;		
}	 
div.image {
	display: inline-block;
	max-width: 100%;	
	margin: 3.5em 1.5em 0 1.5em;
	padding: 0.5em;
	border-style: solid;
	border-width: 0.1em;
	border-color: #000;
	box-shadow: 0 2px 10px #808080;	     
	-moz-box-shadow: 0 2px 10px #808080;	
  -webkit-box-shadow: 0 2px 10px #808080;	
}
div.image p {
	margin-top: 0.5em;
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
}
a#up {
	background-image: url(../images/up-gallery.png);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 40px;
	height: 24px;
	margin: 3.5em auto 0;	
}
a#left {
	background-image: url(../images/left-gallery.png);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height: 40px;
	margin: -2.5em auto auto 0;
}
a#right {
	background-image: url(../images/right-gallery.png);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height: 40px;
	margin: -2.5em 0 auto auto;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 800px) {
	
div.image {
	border-width: 3px;
}
	
}

