
.photothumb{
	position:relative;
	margin-top:5px;
	margin-bottom:0px;
	margin-right:5px;
	margin-left:5px;
	display: inline-block;
	position:relative;
	height: 115px;
	float: left; 
    	clear: left; 
    	background-color: #FFFFFF;
}
.photoimg{
	position:relative;
	margin:0px;
	
	display: inline-block;
	position:relative;
	height: 115px;
	width: 115px;
	float: left; 
    	clear: left; 
}
.fotobox{
	margin:10px;
	position:relative;
	min-height: 263px;
	width:450px;
	background-color: #101010;
	border: 1px solid;
	border-color:#2F2F00;
	padding: 5px;
	display: inline-block;
	vertical-align: bottom;
}

.pictspan{
	height:25px;
	display:block;
	margin-bottom:1px;

}

@media only screen and (max-width : 375px) {
	.fotobox{
		width:280px;
	}
	.photoimg { display:none }

}


