
.abcn-box {
	width: 214px;
	float: right;
	border: 1px solid #aea5a5;
	background: #fff6e6 url(/img/skin/default/img/abcn-box-gradient.gif) repeat-x bottom;
	padding: 10px;
	clear: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.abcn-box_header {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 10px;
	letter-spacing: 1px;
	border-top: 0 !important;
	padding: 0 !important;
	margin: 0 0 10px 0 !important
}

.abcn-box_main_thumb {
	text-align: center;
	position: relative;
	background: #c7baab;
	margin: 0 -10px !important;

}

.abcn-box_main_thumb img {
	float: none !important;
	display: block;
	margin: 0 auto;
}

.abcn-box_main_thumb a {
	display: block;
}
.abcn-box_video_icon {
	display: block;
	width: 45px;
	height: 45px;
	background: transparent url(/img/skin/default/img/play-icon.png) no-repeat;
	position: absolute;
	margin-left: -22px;
	left: 50%;
	top: 50%;
	margin-top: -22px;
	/* lol at IE */
	cursor: pointer;
}
* html .abcn-box_video_icon {
	/* just remove it from IE6 */
	display: none;
}
.abcn-box .abcn-box_first_link {
	border-top: 0;
	margin-top: 0;
}
.abcn-box h3 {
	font-size: 1.2em;
	margin: 10px -10px 0 -10px;
	border-top: 1px solid #f3e8d3;
	padding: 10px;
	padding-bottom: 0;
}

