
* {
    margin:0px;
    padding:0px;
}

body {
	margin: auto auto;	
	*text-align: center;
    padding-top:20px;
    width:100%;
}

a:focus {
    outline: 0;
}
 
.centerAlign {
    margin: auto auto;
	*text-align: center;
    width: 870px;
}

.panel {
	float: left;
	width:870px;
    font-family:Verdana;
    background-color: #dddddd;
    border: 1px solid #BBBBBB;
    margin-bottom: 20px;
}

.thumbnailsSection,
.display {
    width: 185px;
    *width:176px;
    float: left;
    margin-top: 25px;
    margin-left: 10px;
    *margin-left:5px;
}

.thumbnailsSection {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left:20px;
	*margin-left:5px;
}

.displayFooter {
	text-align: left;
	float: right;
	width: 675px;
	height:95px;
	margin: auto auto;
}

.displayControls img {
    border: none;
}

.thumbs {
    padding-top: 10px;
		min-height: 347px;
}

.thumbs img {
    border: solid 2px #fff;
    max-height: 85px;
    *height: 85px;
}

.thumbsControls {
    padding-bottom: 10px;
    float: left;
    width: 170px;
}

.thumbsControls img {
    border: none;
}

.display {
	background-position:left bottom;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	float:left;
	height:auto;
	margin-left:15px;
	*margin-left:10px;
	min-height:400px;
	width:630px;
	*width:610px;
}

table.imageContainer img {
   	border: solid 2px #fff;
	margin: auto auto;
	vertical-align: middle;
	max-width:500px;
}

table.imageContainer {
	width: 650px;
	text-align: center;
	height: 390px;
	vertical-align: middle;
	table-layout:fixed;
}

.displayControls {
    width: 165px;
    float: right;
    margin-top: 30px;
	margin-right: 40px;
}

.displayControls img {
	border: none;
	}

.displayControls a {
    width: 38px;
    float: left;
    height: 42px;
    background-repeat: no-repeat;
}

.displayControls a.rewind {
    background-image: url("images/slideshow/rewind.gif") ;
}

.displayControls a.rewind:hover {
    background-image: url("images/slideshow/rewindHover.gif");
}

.displayControls a.pause {
    background-image: url("images/slideshow/pause.gif");
}

.displayControls a.pause:hover {
    background-image: url("images/slideshow/pauseHover.gif");
}

.displayControls a.play {
    background-image: url("images/slideshow/play.gif");
}

.displayControls a.play:hover {
    background-image: url("images/slideshow/playHover.gif");
}

.displayControls a.forward {
    background-image: url("images/slideshow/forward.gif");
}

.displayControls a.forward:hover {
    background-image: url("images/slideshow/forwardHover.gif");
}

.displayCaption {
	text-align: left;
	color:#000000;
	float:left;
	font-size:12px;
	font-weight:bold;
	min-height:25px;
	width:340px;
	margin-left: 20px;
	*margin-left: 5px;
	*margin-bottom: 10px;
}

.background {
    min-height:25px;
    background-position:left bottom;
    background-repeat:no-repeat;
    padding-bottom: 5px;
	padding-top: 20px;
}

.pageCount,.previous,.next {
    float: left;
    width: 27px;
    clear: none;
}

.previous a, 
.next a {
    float: left;
    height: 22px;
    background-repeat: no-repeat;
    width: 28px;
}

.previous a {
    background-image: url("images/slideshow/previous.gif");
}

.previous a:hover {
    background-image: url("images/slideshow/previousHover.gif");
}

.next a {
    background-image: url("images/slideshow/next.gif");
}

.next a:hover {
    background-image: url("images/slideshow/nextHover.gif");
}

.pageCount {
    width: 115px;
    *width:110px;
    text-align: center;
    font-size: 9px;
    color: #000;
    margin-top:10px;
}

.footer {
	float:left;
    background-repeat: repeat-x;
    width:100%;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background-color:#fff;
    padding-bottom: 10px;
    *margin-top: 30px;
}

.footerCentered {
	margin:auto;
	width:900px;
}

.agentInfo {
    width:280px;
    float:left;
    margin-top:10px;
    font-size: 12px;
    font-family: Verdana;
}

.brokerageInfo {
    width:280px;
    float:left;
    margin-top:10px;
    font-size: 12px;
    font-family: Verdana;
}

.agentInfo p {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.brokerageInfo p {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.agentInfo img {
    border: solid 2px #999999;
    float:left;
    margin-right:10px;
    max-width: 95px;
    *width:95px;
}

.brokerageInfo img {
	clear: both;
    float:left;
}

.brokerageInfo {
	float: right;
    margin-left:0px;
	width: 340px;
	height:200px;
}

.footerCentered .brokerageInfo div {
	float: left;
    width: 100%;
}
	
.backLink {
	text-align: center;
	padding: 10px;
	font-size: : 14pt;
	color: #44697d;
}

.backLink a {
	font-family: Helvetica, Arial;
	font-size: 14pt;
	color: #3399CC;	
	font-weight: 500;
	text-decoration: none;
}

.bottomDetails {
	float:left;
	font-weight:bold;
	margin-top:10px;
	font-size: 10px;
}

.linkIcon {
	background-image: url(/jumplisting/rlp/style/cssimages/icon_externalLink.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 17px;
	color: #3399CC;
}