/* **************************************************************
# MisterEstate - a Joomla Component
#
# File:				style1.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_imgscroll
{
	background: #e0e0e0;
	margin-bottom: 5px;
}

.me_imgscroll marquee
{
	height: 200px;
}

/*
	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_imgscroll img
{
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.me_imgscroll p
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
