/* **************************************************************
# MisterEstate - a Joomla Component
#
# File:				style.css
# Copyright: 		2004 - 2009 by Darko Selesi
# Version: 			1.6.0 Stable                       
# Homepage: 		http://www.misterestate.com
# License: 			GNU/GPL http://www.gnu.org/copyleft/gpl.html
# ***************************************************************/

.me_images
{
	background: #e0e0e0;
	border: 1px solid #D0D0D0;
	padding: 13px;
	margin: 4px;
	float: right;
}
/*
	to enable alternate background colors for images
	uncomment the following two classes
	the base backgroundcolor from above will be overwritten then
	
	works in vertical mode only
*/
/*
.merow1
{
	background-color: red;
}
.merow2
{
	background-color: green;
}
*/
.me_images img
{
	border: none;
width: 150px;
height: 120px;
}
.me_images p
{
	margin: 0px;
	padding: 0px;
	text-align: center;
width: 150px;
height: 50px;
}