﻿#previewPane
{
    background-color:White;
	left: 60%; 
	top: 55px; 
	height: 100%; 
	width: 38%; 
	padding-left: 3px;
	padding-top:1px;
	position:absolute;   
}
#previewPane > .listing {
	display: inline-block;
	width: 100%;
	height: 50%;
	vertical-align: top;
	border-width: medium;
	border-color: Black;
	box-sizing: border-box;
	z-index: 4;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 50%; 
	top: auto; 
	position: relative; 
	background-image:url('../images/bg2.jpg');
}

#previewPane > .listing > .listingContentBackgroundTop{
	top: 0px; 
	left: 0px; 
	position:absolute; 
	width: 100%; 
	height: 20%; 
	color: #FFFFFF; 
	font-size: large; 
	font-weight: Bold;
	background-color:black;
	opacity:0.5;
}

#previewPane > .listing > .listingButtons{
	top: 0px; 
	left: 0px; 
	position:absolute; 
	width: 100%; 
	height: 20%;
	padding-left:5px;
	color:white;
	font-size:large;
	font-weight:bold;
}

#previewPane > .listing > .listingButtons > .left{
	float:left;
	width:55%
}
#previewPane > .listing > .listingButtons > .right{
	float:right;
	width:45%;
	padding-top:10px;
}


