* {
	border: 0px;
	padding: 0px;
	margin: 0px;
	outline:0px;
	/*cursor:default;*/
}

a{
	/*cursor:pointer;*/
}


.module {
	margin-bottom: 15px;
}

	#left {
			/*float: left;*/
			width: 602px;
		}
		
		#stiri {
	height: 260px;
	background: url(slidu/stiri_bg.png) repeat-x;
	position:relative;
}

	#stiri #stiri-info{
		width:450px;
		height:35px;
		position:absolute;
		bottom:0;
		left:0;
		background: url(slidu/images/blk-px.png);
		z-index:6;
		padding:4px;
	}
	
		#stiri #stiri-info p{
			font:11px/13px arial;
			color:#fff;
			height:auto;
		}
		
		#stiri #stiri-info a{
			font:11px/13px arial;
			color:#ff8910;
			height:auto;
			text-decoration:underline;
		}
		
			#stiri #stiri-info a:hover{
				text-decoration:none;
			}
	
#stiri div {
	float: left;
	width: 450px;
	height: 260px;
	position: relative;
	background:#FFF;
	overflow:hidden;
}

#stiri div a, #stiri div img{
	cursor:pointer !important;
}

#stiri div p {
	position: absolute;
	background: url(slidu/75opacityPixel.png) repeat;
	height: 50px;
	width: 430px;
	padding: 10px;
	left: 0px;
	bottom: 0px;
}
#stiri ul {
	float: left;
	line-height: 0px;
	font-size: 0px;
	list-style: none;
	width: 151px;
	height: 260px;
	background: url(slidu/bg-cycle.png);
	border-left:1px solid #000;
}
#stiri ul li {
	height: 59px;
	width: 151px;
	line-height: 0px;
	font-size: 0px;
	border-top: 1px solid #454545;
}
#stiri ul li:first-child {
	border-top: 0px;
}
#stiri ul li a {
	display: block;
	height: 43px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	overflow: hidden;
	vertical-align: middle;
	padding: 8px;
}
#stiri ul li a:hover {
	background: url(slidu/stiri_hover.png);
}
#stiri ul li a.activeSlide {
	background: url(slidu/stiri_active.png);
	font-weight:bold;
}
#stiri ul li a img {
	display: block;
	float: left;
	border: 1px solid #fff;
	margin-right: 5px;
}