/* play button on top of splash screen
div.front-end_playButton {
	background:url(play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-165px;
	left:0px;
	opacity:0.9;
	margin-bottom:-50px;
}*/

/* play button upon mouseover 
div.front-end_playButton:hover {
    cursor: pointer;
	opacity:1.0;
}*/

.transparent {
   filter:alpha(opacity=75); 
   -moz-opacity: 0.75; 
   opacity: 0.75; 
}

.play {
    background:transparent url(play.png) no-repeat center;
    position: relative;
    height: 50px;
    float: left;     
    width: 50px; 
    color: #000000;
    filter:alpha(opacity=80); 
    -moz-opacity: 0.8; 
    opacity: 0.8;   
}

.play:hover {
    cursor: pointer;
    filter:alpha(opacity=100); 
    -moz-opacity: 1; 
    opacity: 1;
}

.infoline {
    padding: 10px;
    background-color: black;    
    height: 50px;        
    position: absolute;
    bottom: 0;
    left: 0;
    width: 461px;
}

.infoline-reel {
	padding: 10px;
    background-color: black;    
    height: 50px;        
    position: absolute;
    bottom: 0;
    left: 0;
    width: 461px;
}

.info {
    float: left;
    position: relative;
    font-size: 14px;
    padding: 0 10px;
    width: 312px;
    text-align: left;    
}

.info-reel {
    float: left;
    position: relative;
    font-size: 14px;
    padding: 0 10px;
    width: 312px;
    text-align: left;    
}

.play-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
}

.not-transparent {
    filter:alpha(opacity=100); 
    -moz-opacity: 1; 
    opacity: 1;   
}