#propwrapper * {
	margin: 0;
	padding: 0;
    font: 11px Helvetica, Arial, sans-serif;
}

#propwrapper {
    width: 545px;
    margin: 0 auto 2px 0px;
}

#propwrapper #intro {
    padding-bottom: 10px;
}

#propwrapper #slider {
    width: 545px;
    margin: 0 auto;
    position: relative;
	border: 1px solid #ccc;
}

#propwrapper .scroll {
	overflow: hidden;
	width: 545px;
    margin: 0 auto;
    position: relative;
	border:1px solid #ccc;
	background-color:#FFF;
	height:280px;
}

#propwrapper .scrollContainer {
	position: relative;
	height:280px;
}

#propwrapper .scrollContainer div.panel {
    padding: 10px;
    width: 170px;
	height: 275px;
}

#propwrapper #left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#propwrapper #right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

#propwrapper .inside {
	padding: 10px;
	border: 1px solid #999;
}

#propwrapper .inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 150px;
	height: 112px;
}

#propwrapper .inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 12px;
	margin: 0 0 8px 0;
}

#propwrapper .inside p {
	font-size: 11px;
	color: #999;
}

#propwrapper a {
	color: #999;
	text-decoration: none;
	/*border-bottom: 1px dotted #ccc;*/
}

#propwrapper a:hover {
	/*border-bottom: 1px solid #999;*/
}

#propwrapper .scrollButtons {
	margin:4px 12px 2px 12px;
}

#propwrapper .scrollButtons.left {
	cursor:hand;
}

.buttonHolder
{
	position:relative;
}

.left {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
	width:13px;
	height:12px;
	text-decoration:none;
	display:block;
	position: relative;
	top:4px;
	right:-255px;
}
.right {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
	width:13px;
	height:12px;
	text-decoration:none;
	display:block;
	position: relative;
	top:-8px;
	right:-270px;
}

a.left:hover, a.right:hover
{
	text-decoration:none;
}

#featuredHeader
{
	padding-bottom:2px;
	font-weight:bold;
}

.scrollButtons
{
	display:none;
}

#propwrapper .scrollButtons.right {
	cursor:hand;
}

#propwrapper .hide {
    display: none;
}


/* Latest proeprties */

.dezrez-results-table
{
	width:100%;
}

.dezrez-thumb
{
	width:180px;
}

.dezrez-img-holder
{
	text-align:center;
	padding:2mm;
}

.dezrez-price
{
	color:#00438a;
	font-weight:bold;
	border-top:1px solid #CCC;
	padding-top:1mm;
}

.dezrez-td-price
{
	padding-top:3mm;
}



