div.PanelPhotoRespiratory img
{
	height				:	250px;
	margin-right			:	20px;
	border-radius		:	10px;
}
div.PanelPhotoEndocrinology img
{
	height				:	200px;
	margin-right			:	5px;
	border-radius		:	10px;
}


/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	div.PanelPhotoRespiratory
	{
		text-align			:	center;
	}
	div.PanelPhotoRespiratory img
	{
		height				:	90px;
		margin			:	0px;
	}
	div.PanelPhotoEndocrinology
	{
		text-align			:	center;
	}
	div.PanelPhotoEndocrinology img
	{
		width				:	45%;
		height				:	auto;
		margin			:	0px;
	}

}
