/*Main Container*/
.container {
	width:100%;
}
.container ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.container li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle {
	float: left;
	width: 38px;
	height: 310px;
	margin: 1px;
	margin-right: -10px;
	background:  url(../images/blade.png) no-repeat;
}
.handleOver{	
	background: url(../images/blade_sel.png) no-repeat;
}
.handleSelected{
	
	background: url(../images/blade_sel.png) no-repeat;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
}

/*Main Container*/
.container3 {
	width:100%;
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 64px;
	height: 314px;
	text-align:center;

	/*background: #666;*/
	/*border: 1px solid white;*/
}
.handle3 img{
	margin-top:2px;
	/*filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;*/
}
.handleOver3{
	
	/*background: #e2ebec;
	border: 1px solid white;*/
}
.handleOver3 img{
	margin-top:2px;
	/* filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;*/
}
.handleSelected3{
	
	/*background: #000;
	border: 1px solid white;*/
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper3{
	padding: 10px;
}
.contentWrapper3 h3{
	/*border-bottom: 1px solid silver;*/
	color: #1E90FF;
}

.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}
/*Paginare*/
	#pagination a, #pagination strong {background: #e3e3e3;padding: 4px 7px;text-decoration: none;border: 1px solid #cac9c9;color: #292929;font-size: 13px;}
	#pagination strong, #pagination a:hover {font-weight: normal;background: #cac9c9;}		
/*End paginare*/