.shadetabs3 {
	margin: 0 0 0 2px;
	padding: 0px;
	width: 100%;
	display:table;
}

.shadetabs3 li {
	position: relative;
	float: left;
	padding:0;
	margin: 0px 1px 0px 1px;
	font: bold 12px sans-serif;
	color:#000;
	width:110px;
	line-height:28px;
	text-align:center;
	background:none;
	list-style: none;
	cursor: pointer;
}

.shadetabs3 li a {
	position: relative;
	float: left;
	font: bold 12px sans-serif;
	color:#000;
	width:110px;
	line-height:28px;
	text-align:center;
	background:none;
	list-style: none;
	cursor: pointer;
	}

.shadetabs3 li a:hover {
	background: url(images/movie_tab_bg.gif) repeat-x;
	color:#03F;
	text-decoration:underline;
}

.shadetabs3 li.selected {
	padding:0;
	margin: 0px 1px 0px 1px;	
	background: url(images/movie_tab_bg.gif) repeat-x;
	color:#fff;
	font-weight:bold;
}

.shadetabs3 li.selected a { 	
	color:#fff;
}

.shadetabs3 li.selected a:hover {
	color:#fff;
	text-decoration:none;
}

.contentstyle3 {
	display:block;
	float:none;
	padding: 10px;
background: url(images/movie_tab_sub_bg.gif) repeat-x top #fff;
	height:210px;
	overflow:hidden;
}

.contentstyle3 .newsBox {
	height:45px; 
	overflow:hidden; 
	margin:0 0 10px 5px;
	line-height:1.4;
	float:left; width:220px;
	}
	
.contentstyle3 .imgBox {
	float:left; 
	padding:0px 10px 4px 0; 
	text-align:center;
	}
	
.contentstyle3 img.wrap {
	float:left;
	margin:0 10px 0 0;
	}
