/* CSS Document */

body {
background: url(file:///C|/Documents and Settings/Jaime Varela/Desktop/content/siteBG.jpg) no-repeat top left;
padding:0;
margin:0;

   scrollbar-face-color:#292929;
   scrollbar-arrow-color:#FFFFFF;
   scrollbar-track-color:#292929;
   scrollbar-shadow-color:#343434;
   scrollbar-highlight-color:#444444;
   scrollbar-3dlight-color:#808080;
   scrollbar-darkshadow-Color:#161616;
}

.content{
background:none;
background-color:#333333;
display:block;
width:360px;
height:400px;
position:absolute;
overflow:hidden;

left:18px;
top:130px;
}

.contentInside{
	height:419px;
	overflow:scroll;
}

.mediaPlayer{
background:none;
display:block;
width:121px;
height:182px;
position:absolute;

left:420px;
top:152px;
clear:none;
}

.AlbumContainer{
	display:block;
	width:369px;
	height:169px;
	position:absolute;
	left:410px;
	top:367px;
	clear:none;
}

img{
padding:0;
margin:0;
}

img#albumImg{
width:164px;
heght:155px ;
padding:3px;
float:left;
clear:none;
border:none;
}

div#albumInfo{
	height:130px;
	width:180px;
	font-family:'Tahoma',Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	float:right;
	clear:none;
}

