

/** GENERAL **/
.home-page-wrapper .recent-property-slider					{ padding:60px 0px; }
.home-page-wrapper .recent-property-slider h2				{ font-size:2.5em; text-transform:uppercase; }
.home-page-wrapper .recent-property-slider .jcarousel		{ max-height:400px; }



/** RECENT PROPERTIES **/
.recent-property-slider a						{ display:block; }
.recent-property-slider .recent-height			{ display:block; margin:5px; }



/** IMAGE **/
.recent-property-slider .status										{ position:absolute; top:0; bottom:0; left:0; right:0; text-align:center; text-transform:uppercase; font-family:'Cinzel', serif; font-size:1.6em; }
.recent-property-slider .status span								{ display:block; position:absolute; top:50%; left:0; right:0; margin:-13px 0px 0px 0px; }
.recent-property-slider .listing-forSale .status,
.recent-property-slider .listing-toLet .status						{ display:none; }
.recent-property-slider .recent-image								{ display:block; width:100%; height:200px; position:relative; }
.recent-property-slider .recent-image .time							{ display:none; position:absolute; top:0; left:0; z-index:10; }
.recent-property-slider .recent-image .time.time-added,
.recent-property-slider .recent-image .time.time-updated,
.recent-property-slider .recent-image .time.time-auctions			{ padding:10px; }
.recent-property-slider .recent-image .border						{ position:absolute; top:0; left:0; right:0; bottom:0; z-index:1; }



/** DETAILS **/
.recent-property-slider .recent-details									{ font-family:'Cinzel', serif; display:block; padding:5px; }
.recent-property-slider .recent-details .rd-address						{ display:block; margin:0px 0px 10px 0px; }
.recent-property-slider .recent-details .rd-address .rd-addr-line1		{ font-size:1.4em; display:block; text-transform:uppercase; line-height:1.1em; }
.recent-property-slider .recent-details .rd-attributes					{ display:block; }
.recent-property-slider .recent-details .rd-price						{ display:block; margin:10px 0px; }
.recent-property-slider .recent-details .rd-price .price-value			{ display:inline-block; font-size:1.3em; }



/** COLOURS  **/
.recent-property-slider													{ background:#FFFFFF; }
.recent-property-slider h2												{ color:#1E5DA9; }
.recent-property-slider .recent-image .border							{ border:4px solid #EFEFEF; -webkit-transition:all .2s linear; -moz-transition:all .2s linear; transition:all .2s linear; }
.recent-property-slider a:hover .recent-image .border					{ border:4px solid #DC5912; }
.recent-property-slider .status											{ background:rgba(0, 15, 49, 0.7); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000E3B,endColorstr=#B3000E3B); zoom:1; color:#FFFFFF; }
.recent-property-slider .recent-height .recent-details					{ border:4px solid #FFFFFF; background:#FFFFFF; }
.recent-property-slider  a:hover .recent-height .recent-details			{ border:4px solid transparent; background:transparent; }
.recent-property-slider .recent-details .rd-address,
.recent-property-slider .recent-details .rd-attributes,
.recent-property-slider .recent-details .rd-price						{ color:#777777; }
.recent-property-slider .recent-details .rd-address .rd-addr-line1		{ color:#DC5912; }
.recent-property-slider .recent-details .rd-price .price-value			{ color:#1E5DA9; }



/** PAGINATION **/
.slider-wrapper.recent-property-slider .jcarousel-pagination	{ background:transparent; }



