#imageContainer {
	position: relative;
	margin: auto;
	width: 300px;
	height: 100px;
	border: none;
	margin-top: 10px;
}

#imageContainer img {
	display: none;
	position: absolute;
	top: 0; 
	left: 0;
}

.CommonRateControl, .CommonRateControlActive, .CommonRateControlReadOnly {
    color: #FF0000;
    font-size: 150%;
    font-weight: bold;
}

.ratingStars {
    margin: 5px 0 5px 0;
}

#playerOverlay {
    display: block;
    position: absolute;
    z-index: 75;
    top: 36px;
    left: 0px;
    
    height: 580px;
    width: 700px;
    
    background-image: url(../images/overlay.gif);
    background-repeat: no-repeat;
    
    filter:alpha(opacity=85);
    opacity: 0.85;
    -moz-opacity:0.85;
    
    text-align: right;
    
    display: none;
}

#PictureDetail {
    display: block;
    position: absolute;
    z-index: 100;
    top: 41px;
    left: 5px;
    height: 369px;
    width: 430px;
}

#PlayerSpacer {
    border: none;
}

#PictureSideBar {
    padding-left: 5px;
}
