@CHARSET "UTF-8";

div.smallPlayer
{
	position:relative;
    border: solid 3px #636363;
	width:76px;
	height:76px;
	overflow: hidden;
 }

 .tinyPlayerArea
 {
 	width:70px;
 }
 
 
 #TinyPlayerArea
 {
 	position : absolute;
 	width	: auto;
 	height	: 1px;
 	top		: 0px;
 	left	: 0px;
 }
 
 
 #contentPlayer
 {
 	position:relative;
    width:380px;
	height:152px;
	
 }