h3 {
    text-align: left;
    font-size: 24pt;
    font-weight: bold;
}
h4 {
    text-align: left;
	font-size: 18pt;
	font-weight: bold;
	line-height: normal;
}

.displaysidebar {
    position: relative;
    float: left;
    /*margin-top: -50px;*/
    width: 30%;
    min-height: 30em;
    /*display: inline-block;*/
    z-index: 5;
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-left-color: grey;
    border-right-color: #dfdcdc;
    border-top-color: #dfdcdc;
    padding: 0 10px 10px 10px;
	margin: 5px;
	font-size: 14pt;
}

.displaysidebar img {
    width: 100%;
	float: left;
    position: relative;
    z-index: 8;
    /*display: inline-block;*/
	margin-bottom: 15px;
	resize: both;
}

.posterimg {
	position: relative;
	display: inline-block;
	width: 98%;
	
}

.posterimg img {
	float: left;
	width: 100%;
	display: inline-block;
	clear: both;
	border-style: solid;
	border-width: 4px;
	border-color: black silver silver black;
}

.recbtn {
    position: absolute;
    top:  40%;
    left: 45%;
    width:  50px;
    width: 50px;
    z-index: 20;
}

.playbtn {
    position: absolute;
    /*background-image: url('System/Play1Pressed.png');
	margin: -240px 10px 0 0;*/
    top: 40%;
    left: 40%;
    width: 100px;
    display: inline-block;
    z-index: 10;
	cursor: pointer;
    
} 

.playbtn img {
	width: 100%;
	border: none;
}

.filmcontainer {
    position: relative;
	width: 98%;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding: 3px 3px 3px 3px;
	display: inline-block;
	margin-bottom: 15px;
	
}

.filmcontainer img {
    width: 100%;
	position: relative;
    z-index: 8;
    display: inline-block;
	margin-bottom: 0px;
}

.spacer {
	font: 5pt;
}
