.cn_wrapper{
	width:492px;
	height:300px;
	position:relative;
	color:#fff;
	overflow:hidden;
	padding:15px;
	/* [disabled]border:1px solid #11309F; */
	background-color:none;
	/* [disabled]-moz-box-shadow:1px 1px 4px #222; */
	/* [disabled]-webkit-box-shadow:1px 1px 4px #222; */
	/* [disabled]box-shadow:1px 1px 4px #222; */
	/* [disabled]-moz-border-radius:5px; */
	/* [disabled]-webkit-border-radius:5px; */
	/* [disabled]border-radius:5px; */
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 30px;
}
.cn_wrapper h3{
	font-size:16px;
	text-transform:uppercase;
	color: #FF0;
	text-shadow: none;
}
.cn_wrapper h4{
	font-size:12px;
	padding-bottom:4px;
	text-transform:uppercase;
	color: #FEB44A;
	letter-spacing: normal;
}
.cn_preview, .cn_list{
	width:250px;
	height:300px;
	position:absolute;
	top:8px;
	left:10px;
}
.cn_preview{
	left:277px;
}
.cn_content{
	border:1px solid #11309E;
	top:325px;/*5*/
	left:5px;
	width:219px;
	padding:10px;
	position:absolute;
	background-color:#3D88EF;
	height:275px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom: 40px;
}
.cn_content img{
	width:215px;
	-moz-box-shadow:1px 1px 4px #11309E;
	-webkit-box-shadow:1px 1px 4px #11309E;
	box-shadow:1px 1px 4px #11309E;
	margin-bottom: 6px;
}
.cn_date{
	position:absolute;
	bottom:30px;
	right:8px;
	font-size:11px;
}
.cn_category{
	position:absolute;
	bottom:30px;
	left:8px;
	font-size:11px;
	padding:1px 3px;
	border:1px solid #33F;
	color:#33F;
	text-shadow:-1px 0px 1px #F0F0F0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
}
.cn_content p{
	height:80px;
	/* [disabled]overflow:hidden; */
	color: #FF0;
	line-height: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 210px;
}
a.cn_more{
	position:absolute;
	left:0px;
	bottom:0px;
	width:238px;
	color:#FFF;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	text-shadow:1px 1px 5px #D84814;
	text-transform:uppercase;
	text-decoration: none;
	border:1px solid #D84814;
	outline:none;
	cursor:pointer;
	background-color: #FEB44A;
	background-image:
		-moz-linear-gradient(
			top,
			#FE861F,
			#FEB44A
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#FE861F),
			to(#FEB44A)
		);
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-border-bottom-left-radius: 5px;
	-border-bottom-right-radius: 5px;
	-moz-box-shadow:1px 1px 3px #11309E;
	-webkit-box-shadow:1px 1px 3px #11309E;
	box-shadow:1px 1px 3px #D84814;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
a.cn_more:hover{
	color: #000;
	text-shadow: 1px 1px 5px #D84814;
}
.cn_item{
	border:1px solid #090909;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	height:50px;
	color:#fff;
	padding:5px;
	text-shadow:1px 1px 1px #000;
	background:#2b2b2b;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#194AC6),
			to(#11309E)
		);
	background:
		-moz-linear-gradient(
			top,
			#194AC6,
			#11309E
		);
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-top: 9px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cn_item:hover, .selected{
	border-color:#4c7ecb;
	background-color: #1951A5;
	background-image:
		-moz-linear-gradient(
			top,
			#6AADFF,
			#3D88EF
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#6AADFF),
			to(#3D88EF)
		);
}
.cn_item:hover h4,
.cn_list .selected h4,
.cn_item:active h4{
	border-color:#2C5FAC;
}
.cn_item:hover p,
.cn_list .selected p,
.cn_item:active p{
	border-color:#527CBB;
}
.cn_item:active {
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.cn_list p{
	height:31px;
	padding-top:2px;
	overflow:hidden;
	border-top:1px solid #333;
	line-height: 17px;
}
.cn_nav{
	width:55px;
	height:24px;
	position:absolute;
	bottom:0px;
	left:94px;
}
a.cn_next, a.cn_prev{
	float:left;
	height:23px;
	width:23px;
	background-color:#194AC6;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	outline:none;
	border:1px solid
#;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	border: 1px solid #102F9B;
}
a.cn_next{
	background-image:url(../images/next.png);
}
a.cn_prev{
	margin-right:5px;
	background-image:url(../images/prev.png);
}
.cn_nav a:hover{
	background-color:#3D88EF;
}
.cn_nav a:active{
	margin-top:1px;
	background-color:#3D88EF;
}
.cn_nav a.disabled{
	opacity:0.5;
}
.cn_page{
	display:none;
}
