.cn_wrapper{
	font-family:"Myriad Pro","Trebuchet MS", sans-serif;
	font-size:12px;
	margin:5px auto 5px auto;
	width:0px;
	height:0px;
	position:relative;
	color:#fff;
	overflow:hidden;
	border:1px solid #111;
	background-color:#333;
	-moz-box-shadow:1px 1px 4px #222;
	-webkit-box-shadow:1px 1px 4px #222;
	box-shadow:1px 1px 4px #222;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}.cn_wrapper a, .cn_wrapper a:hover,.cn_wrapper a:active{color: #7C7C7C;}
.cn_wrapper *
{
	margin: 0;
	padding: 0;
}
.cn_wrapper h1{
	color: white !important;
	font-size:20px;
	text-transform:uppercase;
	border:none !important;
}
.cn_wrapper h2{
	color: white !important;
	font-size:11px !important;
	padding-bottom:4px;
	text-transform:uppercase;
	margin-bottom:0px !important;
	line-height: 12px;
}
.cn_preview
{
	width:65%;
	position:absolute !important;
	right:0;
	top:5px;
	bottom:5px;
	overflow: hidden;
}

.cn_list{
	width:35%;
	position:absolute !important;
	left:0;
	top:5px;
	bottom:5px;
	overflow: hidden;
}
.cn_list p{
	line-height: normal;
}
.cn_page
{
	position:absolute !important;
	margin:0;
	width:100%;
}
.cn_content{
	border:1px solid #444;
	top:570px;/*5*/
	padding:5px;
	right:5px;
	left:0;
	position:absolute;
	background-color:#101010;
	height:100%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.cn_content img{
	max-width:98%;
	max-height: 50%;
	height:auto;
	display: block;   
	margin-left: auto;   
	margin-right: auto;
	margin-bottom:5px;
}
.cn_date{
	position:absolute;
	bottom:40px;
	right:8px;
	font-size:11px;
}
.cn_category{
	position:absolute;
	bottom:40px;
	left:8px;
	font-size:11px;
	padding:1px 3px;
	background:#ccc;
	border:1px solid #ddd;
	color:#000;
	text-shadow:-1px 0px 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.cn_content div{
	margin-top: 2px;
	overflow: hidden;
	position: absolute;
	bottom: 70px;
	top: 40px;
	right:5px;
	left:5px;
}
a.cn_more{
	position:absolute;
	padding: 4px 0px;
	left:0px;
	bottom:13px;
	width:100%;
	color:#fff;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #011c44;
	text-transform:uppercase;
	text-decoration: none;
	outline:none;
	cursor:pointer;
	background-color: #1951A5;
	background-image:
		-moz-linear-gradient(
			top,
			rgba(255,255,255,0.25),
			rgba(255,255,255,0.05)
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, rgba(255,255,255,0.25)),
			color-stop(1, rgba(255,255,255,0.05))
		);
	-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 #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
}
a.cn_more:hover{
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.cn_item{
	border:1px solid #090909;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	padding:5px;
	margin: 0 16px 6px 5px;
	background:#2b2b2b;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#171717),
			to(#2b2b2b)
		);
	background:
		-moz-linear-gradient(
			top,
			#171717,
			#2b2b2b
		);
	-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;
}
.cn_item:hover, .selected{
	border-color:#4c7ecb !important;
	background-color: #1951A5 !important;
	background-image:
		-moz-linear-gradient(
			top,
			rgba(255,255,255,0.25),
			rgba(255,255,255,0.05)
		) !important;
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, rgba(255,255,255,0.25)),
			color-stop(1, rgba(255,255,255,0.05))
		) !important;
}
.cn_item:hover h2,
.cn_list .selected h2,
.cn_item:active h2{
	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{
	max-height:29px;
	padding-top:2px;
	overflow:hidden;
	border-top:1px solid #333;
}
.cn_nav{
	width:55px;
	height:24px;
	position:absolute;
	bottom:1%;
}
a.cn_next, a.cn_prev{
	float:left;
	height:23px;
	width:23px;
	background-color:#212121;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	outline:none;
	border:1px solid #111;
	-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;
}
.cn_nav a:hover{
	background-color:#101010;
}
.cn_nav a:active{
	margin-top:1px;
	background-color:#000;
}
.cn_nav a.disabled{
	opacity:0.5;
}
.cn_page{
	display:none;
}
.customScrollBox{position:relative; overflow:hidden;}
.customScrollBox .container{position:relative; float:left;}
.dragger_container{
	position:absolute;
	width:0px;
	right:0px; 
	margin:0px 7px; 
	border-left:1px dotted #555; 
	cursor:pointer;
	height:100%;
	}
.dragger{position:absolute; width:9px; height:9px; background:#555; margin-left:-5px; text-align:center; overflow:hidden; cursor:pointer; -moz-border-radius:18px; -khtml-border-radius:18px; -webkit-border-radius:18px; border-radius:18px;}
.dragger_pressed{position:absolute; width:9px; height:9px; background:#09C; margin-left:-5px; overflow:hidden; cursor:s-resize;}