/* CSS Document */
#browsePlaylist {
	width: 900px;
	height: 116px;
	overflow: hidden;
	margin:10px auto 10px;
	background:url(../img/bg_sc.jpg) top center no-repeat;
}

#buttonBlock {
	width: 19px;
	padding:0;
	background:#ffecad;
}
#containerBlock {
	float:left;
	width: 862px;
	height: 115px;
	overflow: hidden;

}

.playlistObject
{
  float: left;
  text-align: center;
  font-size: 0px;
  width: 124px;
  line-height:1.4;
  padding-left: 0px;
  padding-right: 0px;
   padding-top:4px;
}
.playlistDesc{
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 10px;
  width: 124px;
}
.playlistDesc span{
	color:#ff215a;
	font-weight:bold;
	}

.playlistDesc a:link{color:#fff;}
.playlistDesc a:visited{color:#fff;}
.playlistDesc a:hover{color:#fff; text-decoration:none;}
.playlistDesc a:active{color:#fff;}

.playlistThumb {
  width: 124px;
  height: 107px;
  margin-bottom:5px;
}
.opacityit img {
	filter:alpha(opacity=100);
	-moz-opacity:1; /*FF*/
	opacity:1;
  border:0;
}
.opacityit:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.70; /*FF*/
	opacity:0.70;
}