
.bn_preview, .bn_list{
	width:250px;
	height:300px;
	position:relative;
	top:2px;
	float:left;
}
.bn_preview{
	left:255px;
}

.bn_item{
	
	cursor:pointer;
	position:relative;
	overflow:hidden;
	height:112px;
	width:422px;
	color:#fff;
	padding:5px;
	margin:6px 5px 0px 0px;
	
	

	border-radius:5px;
}
#navigatore
{
width:432px;
background-color:#06447e;
height:30px;
margin-top:3px;
}
#navigatore p
{
font-size:12px;
float:left;
color:#fff;
margin-top:8px;
margin-left:10px;
}
.bn_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))
		);
}


.bn_item h1
{
float:right;
width:150px;
font-size:12px;
color:#06447e;
margin-top:20px;
margin-right:10px;
}
.bn_item img
{
float:right;

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

#calendar
{
width:83px;
height:75px;
float:right;
margin-right:20px;
margin-top:5px;
border-style:solid;
border-width:1px;
border-color:#b1b1b1;

}
#tit1
{
width:83px;
float:left;
height:21px;
font-size:15px;
margin-top:0px;
color:#fff;
background-color:#0d7cc8;
}
#tit2
{
width:83px;
float:left;
font-size:15px;
height:21px;
margin-top:0px;
color:#fff;
background-color:#ff9933;
}
#tit3
{
width:83px;
float:left;
font-size:15px;
height:21px;
margin-top:0px;
color:#fff;
background-color:#cc6666;
}
.tit4
{
width:83px;
height:49px;
padding-top:5px;
float:left;
margin-top:0px;
font-size:35px;
color:#333;

background-color:#fff;
}
.bn_nav{
	width:55px;
	height:24px;
	position:absolute;
	
	bottom:-115px;
	left:365px;
}
a.bn_next, a.bn_prev{
	float:left;
	height:23px;
	width:23px;
	
	
	cursor:pointer;
	outline:none;
	
}
a.bn_next{
	background-image:url(../images/evenimente/dreapta.png);
}
a.bn_prev{
	margin-right:5px;
	background-image:url(../images/evenimente/stanga.png);
}


.bn_nav a.disabled{
	opacity:0.5;
}
.bn_page{

	display:none;
}