/* Flowplayer */

#player-wrap {
	float: left;
}
#player {
	float: left;
	margin-right: 20px;
}
#playlist {
        width: auto;
	padding-left: 1.6em;
	overflow: hidden;
}
#playlist a {
        display: block;
        opacity: 1.0;
        margin-bottom: 8px;
}
#playlist a:hover {
        opacity: 0.7;
}
#playlist .playlist-box img {
	margin: 0;
	padding: 0;
	float: left;
}
#playlist .playlist-box.first {
        float: left;
	margin: 0;
}
#playlist .playlist-box {
	width: 31.6%;
	margin-left: 2.5%;
	margin-bottom: 0.5em;
	float: left;
}
/* play button on top of splash screen */ 
div.playButton { 
    	background: url(../images/play_btn_orng.png) no-repeat; 
    	width: 136px; 
    	height: 45px; 
    	position: relative; 
	padding-top: 13px;
        padding-left: 12px;
    	top: 54%; 
    	left: 32%;     
	margin-bottom: -50px;
    	opacity: 0.9; 
} 
.playButton span {
        color: #fff;
        font-weight: bold;
        padding-top: 10px;
}

div.playButton:hover {
        opacity: 0.8;
        -moz-opacity: 0.8; /* Mozilla browsers */
}

/*
 * videos
 */
#player-wrap.phone-sys {
        padding: 1em;
	cursor: pointer;
}
#player-wrap.phone-sys .play {
        cursor: pointer;
}
#player-wrap.phone-sys a.play {
        opacity: 1.0; 
}       
#player-wrap.phone-sys a.play:hover {
        opacity: 0.7;
}
.vid-size {
        width: 640px;
        height: 360px;
}
#vid1-wrap, #vid2-wrap, #vid3-wrap, #vid4-wrap {
	display: none;
}
#player-wrap.phone-sys img {
        padding: 0;
}
#player-wrap.phone-sys a, .phone-sys a img {
        display: block;
        margin: 0;
}
#player-wrap.phone-sys h3 {
        margin: 0 0 0.5em 0;
}
#playlist.switchvox h4, #playlist.switchvox h5 {
        margin: 0.5em 0;
        font-weight: normal;
}
.vid-footer input[type="image"] {
	float: right;
	margin: 1em 0;
}
.vid-footer p {
	float: left;
}
div.foto {
	border: 0px solid #660000;
	color: #000066;
	/*background-color: #FFFF99;*/
	/* padding: 4px;*/
        float: left;
        width: 120px;
	height:200px;
	/*margin:2px;*/
        text-align:center;
	font-size:10px;
	text-color:FFF;
}
div.foto a{
	text-color:FFF;
}
div.foto img{
	border: 2px solid #000000;
}
div.clear {
	clear:both;
}

