#blog_container{
	width:610px;
	height:370px;
	float:left;
	/*background-color:#FFF;*/
	left: 180px;
	position: absolute;
    top: 390px;
    z-index: 100;
	overflow:hidden;
}
#blog_container .contentTitle{
	margin-left: 10px;
    width: 542px;
	height:30px;
	BACKGROUND-COLOR: #FFF000;
	position: absolute;
	z-index:200;
}
#blog_container .contentTitle .weiboTitle{
	width:94px;
	height:30px;
	background-image:url(http://img.tvb.com/event/musicbattle/season2/title_index_wb.jpg);
	float:left;
}
#blog_container .contentTitle .weiboLink{
	width:100px;
	height:30px;
	background-image:url(http://img.tvb.com/event/musicbattle/season2/btn_qq_follow.jpg);
	float:left;
	cursor:pointer;
}

#blog_container .contentTitle .weiboLink:hover{
	background-image:url(http://img.tvb.com/event/musicbattle/season2/btn_qq_follow_over.jpg);
}
#blog_container .contentList{
	width:564px;
	height:auto;
	/*overflow: hidden;*/
	position: absolute;
	top:40px;
	float:left;
	/*background-color:#F5F5F5;*/
}
#blog_container .artiste-blog-entry-tbl {
	/*
	background-color:#F5F5F5;
   	margin: 0 0px 0px;
    	width: 564px;
	display:inline; 
	clear:left;
	*/
	display: inline-block;
	position:relative;
	float: left;
	/*background-color:#000;*/
	height: 149px;
    margin-bottom: 5px;
    margin-right: 3px;
    padding: 8px;
    vertical-align: top;
    width: 169px;
	
}
#blog_container .bgcolor {
	position:absolute;
	z-index:101;
	background-color:#000;
	height: 149px;
    width: 169px;
	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
}
/*
#blog_container .artiste-blog-entry-tbl:hover {
	background-color:#DDD;	
}
*/
#blog_container .artiste-blog-entry-right {
	position:relative;
	/*border-bottom: 1px #dcdcdc solid;
    	margin-left: 20px;
    	margin-right: 10px;
	margin-top: 10px;*/
    	width: 169px;
		height: 149px;
	/*padding-bottom:10px;
	padding-top:0px;
	min-height: 50px;
	height:auto!important;*/
	overflow:hidden;
}
#blog_container .artiste-blog-entry-date {
	position:absolute;
	z-index:110;
	/*float: left;
	display:inline;*/
	font-family:Arial;
	font-size:11px;
	height:14px;
    width: 159px;
	color: #FF0000;
	text-align:left;
	margin: 5px;
	left:0;
	bottom:0;
	
}
#blog_container .artiste-blog-entry-date a{
	font-family:Arial;
	font-size:12px;
	color: #F02672;
	text-decoration:none;
	float:right;
	width:55px;
	vertical-align: top;
	position: absolute;
	right:0px;
	/*font-weight:bold;*/
}


#blog_container .content_wapper{
	width: 159px;
	text-align:left;
	display:inline;
	float: left;  
	font-family:Arial;
	font-size:12px;
	color:#FFF;
	position:absolute;
	z-index:110;
	margin: 5px;
	height: 120px;
	overflow:hidden;
}
#blog_container .content_wapper a{
	text-decoration:none;
}
#blog_container .content_wapper a{
	color: #F02672;
}
#blog_container .image_wapper{
	/*border: 2px solid #FFFFFF;*/
    height: 118px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    width: auto;
    z-index: 111;
}
#blog_container .image_container{
	border: 2px solid #FFFFFF;
	height: 110px;
    overflow: hidden;
	width: auto;
}

#blog_container .nextBtn {
	width:50px;
	height:25px;
	background-image:url(http://img.tvb.com/event/musicbattle/season2/btn_arrow_up.png);
	position:absolute;
	right:0px;
	top:140px;
	cursor:pointer;
}
#blog_container .nextBtn:hover {
	background-image:url(http://img.tvb.com/event/musicbattle/season2/btn_arrow_up_over.png);
}
#blog_container .backBtn {
	width:50px;
	height:25px;
	background-image:url(http://img.tvb.com/event/musicbattle/season2/btn_arrow_down.png);
	position:absolute;
	right:0px;
	top:225px;
	cursor:pointer;
}
#blog_container .backBtn:hover {
	background-image:url(http://img.tvb.com/event/musicbattle/season2/btn_arrow_down_over.png);
}
#blog_container .nextBtn.disable{
	background-image:url(http://img.tvb.com/event/musicbattle/season2/btn_arrow_up_disable.png);
	cursor:default;
	/* for IE */
  	filter:alpha(opacity=30);
  	/* CSS3 standard */
  	opacity:0.3;
}
#blog_container .backBtn.disable{
	background-image:url(http://img.tvb.com/event/musicbattle/season2/btn_arrow_down_disable.png);
	cursor:default;
	/* for IE */
  	filter:alpha(opacity=30);
  	/* CSS3 standard */
  	opacity:0.3;
}