body{
	
}


a.carthumb{

	display: block;
	border: 1px double #999;
	height: 170px;
	position: relative;
	width: 170px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
	overflow: hidden;
}

a.carthumb img{
float: left;
}

a.carthumb div{
	height: 14px;
	overflow:hidden;
	font-size: 12px;
	margin-top: 14px;
	float: left;
	color: white;
	width: 180px;
	display: block;
	text-align: center;
	
}


#containertable{	
	margin: 8px auto;
}


#propertydetailsbox{
	width: 520px;

	min-height: 300px;
	border-top: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;	
	padding-top: 4px;
	padding-bottom: 4px;
}

#propertyimages{
	width: 480px;
	float: left;
}


#propertyimage{
	display: none;
	position: relative;
	float: left;
	width: 497px;
	height: 276px;
	overflow: hidden;
	border-bottom: 1px solid white;
	margin-bottom: 0px;
}

a#fullscreen:hover img#fullscreenimg{
	display: block;
}

img#fullscreenimg{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	overflow: hidden;
	background: transparent;
	display: none;
} 
a#fullscreen:hover img{
	visibility:visible;
}


#propertyimages #propertyimageband{
	float: left;
	overflow: hidden;
	margin-top: 15px
}

#propertyimages #propertyimageband a.thumbnail{
	background-color: #009966;
	border: 1px solid #999999;
	display: block;
	width: 60px;
	height: 40px;
	overflow: hidden;
	margin: 5px 7px;
	float: left;
}


ul#carmenu{
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 20px;
	text-align:center;
}

#mypropertyimages{
	padding-left: 30px;
}
/* Pretty Gallery */
	ul.gallery {
		list-style: none;
		margin: 0 0 10px 22px;
		display: block;
		float: left;
		width: 500px;
	}
	
		ul.gallery li {
			display: block;
			float: left;
			margin: 2px 8px 9px 0px;
		}
		
			ul.gallery li a {
				padding: 1px;
				display: block;
				border: 1px #9db2b9 solid;
				line-height: 0;
			}
			
			
			
	div.prettyGallery { display: inline-block;}
	
	div.prettyGallery ul.prettyGallery {
		list-style: none;
		float: left;
		margin: 0px 0 5px 10px;
	}
	
		div.prettyGallery ul.prettyGallery li { display: block; float: left; margin-right: 4px; }

	ul.prettyNavigation {
		float: left; clear: left;
		list-style: none;
		margin: 0 0 2px 10px;
		border: 1px #bdc2c4 solid;
	}
	
		ul.prettyNavigation li {
			display: block;
			float: left;
			width: 215px; height: 15px;
			line-height: 15px;
			font-size: 0.8em;
			text-align: center;
			text-transform: uppercase;
			color: #696969;
			margin: 0; padding: 0;
		}
		
			ul.prettyNavigation li.prv { width: 35px; }
			ul.prettyNavigation li.prv a {
				display: block;
				width: 100%; height: 15px;
				text-indent: -10000px;
				background:  url(../img/previous.gif) top left no-repeat;
			}
			
			ul.prettyNavigation li.nxt { width: 35px; }
			ul.prettyNavigation li.nxt a {
				display: block;
				width: 100%; height: 15px;
				text-indent: -10000px;
				background: url(../img/next.gif) top right no-repeat;
			}
			
			ul.prettyNavigation li.nxt a:hover { background-position: 100% -18px; }
			ul.prettyNavigation li.prv a:hover { background-position: 0 -18px; }
			
			ul.prettyNavigation li.nxt a.disabled,
			ul.prettyNavigation li.nxt a.disabled:hover { background-position: 100% -36px; cursor: default; }
			ul.prettyNavigation li.prv a.disabled,
			ul.prettyNavigation li.prv a.disabled:hover { background-position: 0 -36px; cursor: default; }
				

