/* this is only for index page */

.latestAlbums {
	float:left;
	display:inline;
}
.latestAlbums h2 {
	font-size:18px;
	color:#666;
	text-align:left;
	margin-bottom:3px;
}
.latestAlbums ul {
	list-style:none;
}
.latestAlbums ul li {
	display:inline-block;
	#float:left;
	width:110px;
	text-align:left;
	margin-right:15px;
}
.latestAlbums ul li img {
	width:108px;
	height:108px;
	border:1px solid #ddd;
	background:#fff;
}
.latestAlbums ul li p {
	text-align:center;
}
.latestAlbums ul li a:link,
.latestAlbums ul li a:visited {
	color:#666;
	text-decoration:none;
}
.latestAlbums ul li a:hover {
	text-decoration:underline;
}

.BeARMRS {
	clear:both;
	padding-top:20px;
	text-align:left;
}
.BeARMRS .title {
	margin-bottom:15px;
	line-height:20px;
}
.BeARMRS strong {
	float:left;
	display:block;
	font-size:20px;
}

.BeARMRS .btn_ico_fb {
	float:left;
	display:block;
	width:20px;
	height:20px;
	margin:0 4px 0 8px;
	background:url(../images/ico_shareonfacebook.gif) no-repeat;
}

.BeARMRS .btn_baf {
	float:left;
	display:block;
	width:113px;
	height:20px;
	padding:0 0 0 26px;
	font-size:11px;
	font-weight:bold;
	background:url(../images/btn_become_a_facebaook_fan.gif) no-repeat;
}

.BeARMRS .btn_ico_fb:hover,
.BeARMRS .btn_baf:hover {
	cursor:pointer;
	text-decoration:none;
	color:#ff8000;
}
