.cn_wrapper {
	font-family:Arial;
	margin:0;
	width:600px;
	height:400px;
	position:relative;
	color:#FFF;
	overflow:hidden;
	padding:5px;
	text-shadow:1px 1px 1px #000;
	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 h1 {
	font-family:'Lato',Arial;
	font-size:15px; line-height:20px;
	text-transform:uppercase;
}
.cn_wrapper h5 {
    font-family:'Economica',Arial; font-size:18px; font-weight:700;
	border-bottom:1px solid #000;
	padding-bottom:6px;
}
.cn_preview, .cn_list {
	width:250px; font-family:Arial; font-size:12px;
	height:400px;
	position:absolute;
	top:2px;
	left:6px;
}
.cn_preview {
	left:255px;
}
.cn_content {
	border:1px solid #444;
	top:410px;/*5*/
	left:5px;
	width:319px;
	padding:10px;
	position:absolute;
	background-color:#101010;
	height:375px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.cn_content img {
	width:315px;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
}
.cn_content p {
	height:340px;
	margin-top:2px;
	overflow:hidden;
}
.cn_item {
	border:1px solid #090909; font-family:Arial; font-size:12px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	height:100%;
	color:#FFF;
	padding:5px;
	margin:6px 5px 0px 0px;
	text-shadow:1px 1px 1px #000;
	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; font-family:Arial; font-size:12px;
	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))
		);
}
.cn_item:hover h5,
.cn_list .selected h5,
.cn_item:active h5 {
	border-color:#2C5FAC;
}
.cn_item:hover p,
.cn_list .selected p,
.cn_item:active p {
	border-color:#527CBB; font-family:Arial; font-size:12px;
}
.cn_item:active {
	color:#011C44;
	text-shadow:1px 1px 1px #ccdffc;
}
.cn_list p {
	height:29px; font-family:Arial; font-size:12px; font-weight:bold;
	padding-top:4px;
	overflow:hidden;
	border-top:1px solid #333;
}
.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:#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;
}
a.cn_next {
	background-image:url(img/next.png);
}
a.cn_prev {
	margin-right:5px;
	background-image:url(img/prev.png);
}
.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;
}