@charset "utf-8";
/* CSS Document */
.stepcarousel{ 	position: relative; /*leave this value alone*/ 	border: 10px solid #FFCC00; 	overflow: scroll; /*leave this value alone*/ 	width: 97%; /*Width of Carousel Viewer itself*/ 	height: 265px; }

.stepcarousel .belt{ position: absolute; /*leave this value alone*/ left: 0; top: 0; }

.stepcarousel .panel{ 	float: left; /*leave this value alone*/ 	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/ 	margin: 10px; /*margin around each panel*/ 	width: 225px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */ 	border-right: 1px solid #999999; 	padding-right: 4px; 	padding-left: 4px; }

#FWTableContainer1635468167 #content #main #mygallery .belt .panel p { 	font: 11px Arial, Helvetica, sans-serif; }

#FWTableContainer1635468167 #content #main #mygallery .belt .panel img { 	width: 95%; 	border: 1px solid #000000; } #property_holder { 	width: 99%; 	border: 1px solid #CCCCCC; } #property_holder #detail { 	float: left; 	width: 400px; 	font: 12px Arial, Helvetica, sans-serif; }

#property_holder img { 	float: left; 	border: 1px inset #333333; 	margin: 1px 4px 1px 1px; } #slideshow_holder { 	float: right; }

