/*	BEGIN RECENTLY VIEWED PROPERTIES STYLES   */

#listing_detail_page #recent_viewed
{
	background-image: none;
	background-color: #D0E1F0;
	padding: 15px 20px;
	margin-top: 30px;
}

#listing_detail_page #recent_viewed h3
{
	margin: 0 0 12px 0;
	padding-bottom: 0;
	background-color: transparent;
	border-bottom: 0 none;
}

a#clr_cookie { float: right; }

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

.jcarousel-container
{
	position: relative;
	padding: 0 40px 0 40px;
}

.jcarousel-clip
{
	width: 650px;
	height: 160px;
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jcarousel-list
{
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-list li,
.jcarousel-item
{
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 130px;
	height: 160px;
	margin: 0 40px 0 0;
	padding: 0;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */

.jcarousel-next
{
	z-index: 3;
	display: none;
}

.jcarousel-prev
{
	z-index: 3;
	display: none;
}

/* Basic contents formatting... */

.jcarousel a img
{
	width: 118px;
	height: 88px;
	border: 2px solid #FFFFFF;
}

.jcarousel a img:hover { border: 2px #504332 solid; }

.jcarousel p
{
	margin: 3px 10px 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
}

.jcarousel p span { display: block; }

.jcarousel-item-placeholder
{
	color: #000;
	background-color: #FFF;
}

.jcarousel-next-horizontal
{
	position: absolute;
	top: 33px;
	right: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(http://www.redata.com/100001/firstweber/graphics/next-horizontal.png) no-repeat 0 0;
}

* html .jcarousel-next-horizontal { right: 18px; }

.jcarousel-next-horizontal:hover { background-position: -32px 0; }

.jcarousel-next-horizontal:active { background-position: -64px 0; }

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active
{
	cursor: default;
	background-position: -96px 0;
}

.jcarousel-prev-horizontal
{
	position: absolute;
	top: 33px;
	left: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(http://www.redata.com/100001/firstweber/graphics/prev-horizontal.png) no-repeat 0 0;
}

* html .jcarousel-prev-horizontal { left: -40px; }

.jcarousel-prev-horizontal:hover { background-position: -32px 0; }

.jcarousel-prev-horizontal:active { background-position: -64px 0; }

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active
{
	cursor: default;
	background-position: -96px 0;
}

/*	END RECENTLY VIEWED PROPERTIES STYLES   */
