﻿@charset "utf-8";
/* CSS Document */

.relatedArticlesContainer {
	position:relative;
	width:100%;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
}


.relatedArticle {
width:187px;
padding:9px;
float:left;	
}

.relatedPhoto {
width:185px;
height:160px;	
overflow:hidden;
border:1px solid #c5c5c4;
margin-bottom:5px;
}

.relatedPhoto a {
display:block;
width:185px;
height:160px;
}

.relatedPhoto img {
border:none;
margin:0 auto;
}

p {
margin: 0 0 1.2em 0;
}




