.node-type-work .thumb-picture
{
	float: right;
	margin-left: 20px;
}
.work-agency-client
{
	margin: 25px 0 0 20px;
	height: 200px;
}
.work-agency-client .legend
{
	font-size: 10px;
	display:block;
	width: 70px;
	float: left;
	color: #00a5cf;
}
.node-type-work .description
{
	display: block;
	overflow: auto;
	font-size: 11px;
	text-align: justify;
	text-align-last: left;
	margin-bottom: 50px;
}
.node-type-work .team
{
	font-size: 11px;
}
.node-type-work .team .legend
{
	font-size: 10px;
	display:block;
	float: left;
	color: #00a5cf;
}


/* FOR THE PLAYER */

a.myPlayer { 
    display:block; 
    width: 99%; 
    height:400px;  
    text-align:center; 
    margin:20px 0 20px 0; 
		background-color: #483e35;
		border:3px solid white;
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:150px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:3px solid #000; 
}

#picture-gallery a
{
	display:inline-block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0 7px 10px 0;
}

