
.cn_preview, .cn_list{
	width:250px;
	height:300px;
    position:relative;
	top:2px;
	
	float:left;
}
.cn_list{

}
.cn_preview{
	left:255px;
}

.cn_item{
	
	cursor:pointer;
	position:relative;
	overflow:hidden;
	height:80px;
	width:525px;
	color:#fff;
	padding:5px;
	margin:6px 5px 0px 0px;
	border-radius:5px;
}
#navigator
{
width:535px;
background-color:#117bc6;
height:30px;
margin-top:3px;
}
#navigator p
{
font-size:12px;
float:left;
color:#fff;
margin-top:8px;
margin-left:10px;
}
.cn_item:hover, .selected{
	border-color:#ececec;
	background-color: #ececec;
	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 h1
{
float:left;
width:400px;
font-size:12px;
color:#06447e;
margin-left:10px;
}
.cn_item img
{
float:left;

}
.cn_item p
{
font-size:12px;
float:left;
width:400px;
color:#333;
height:30px;
margin-left:10px;
}


.cn_nav{
	width:55px;
	height:24px;
	position:absolute;
	
	bottom:-115px;
	left:475px;
}
a.cn_next, a.cn_prev{
	float:left;
	height:23px;
	width:23px;
	
	
	cursor:pointer;
	outline:none;
	
}
a.cn_next{
	background-image:url(../images/stiri/dreapta.png);
}
a.cn_prev{
	margin-right:5px;
	background-image:url(../images/stiri/stanga.png);
}


.cn_nav a.disabled{
	opacity:0.5;
}
.cn_page{
	display:none;
}