/* Define style for basic property search */

div.slideshow	{
				margin: 5px 0px 0px 5px;
				padding: 0px;
				border-top: 1px solid #CCC;
				border-right: 1px solid #CCC;
				border-bottom: 1px solid #CCC;
				border-left: 1px solid #CCC;
				width: 500px;
				height: 415px;
				background-color: #ffffff;
				position: absolute;
				left: 230px;
				top: 80px;
				}
			
div.slideshow h1	{ 
				width: 500px; 
				height: 20px; 
				border: 0px; 
				margin: 0px;
				background-color: #649300; 
				background-image: url(../images/background-green.gif);
				font-size: 11px; 
				font-family: verdana, arial, helvetica, sans-serif; 
 				color: #ffffff;
				font-weight: bold;
				text-indent: 10px;
				line-height: 20px;
				}

div.slide	{
				margin: 5px 0px 0px 5px;
				padding: 5px;
				width: 480px;
				background-color: #ffffff;
				}
							