/* vezer hirek */

#vezer 
{
	width:625px;
	height:348px;
}

#vezer .nagykep {
	width:625px;
	height:348px;
	overflow:hidden;
	margin:0px auto;
	cursor:pointer;
}

#vezer .nagykep-kep {
	position:relative;
	width:625px;	
	height:348px;
}

#vezer .nagykep-kep img {
	width:625px;
	height:348px;
}

#vezer .nagykep-szoveg-container {
	width:605px;
	height:92px;
	overflow:hidden;    
	/*z-index:1;*/
	position:relative;
	top:-100px; 
	background-color:#414140;
	opacity:0.75;
	/*-moz-opacity:0.75;
	filter:alpha(opacity=75);*/
}

#vezer .nagykep-szoveg-inner {
	width:605px;
	height:92px;
	overflow:hidden;    
	z-index:1;
	position:relative;
	top:-192px; 
	color:#ffffff;
	overflow:hidden;    
	text-align:left;
	line-height:140%;
  padding:6px 12px 0px 20px;
}

#vezer .nagykep-szoveg-inner .vezer-cim {
	font-family:Arial;
	margin-top:2px;
	font-size:20px;
	font-weight:bold;
  color:#96abb4;
	margin-bottom:6px;
	padding-right:12px;

}

#vezer .nagykep-szoveg-inner .vezer-szoveg {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
  color:#cccccc;
	line-height:140%;
	padding-right:12px;
}

#vezer .nagykep-lapozo  { /* a lapozó gombok helyzete */
	z-index:100;
}

a.vezerlapozo {
	background:url(pictures/siteimg/v-zold-pont.png);
	margin:5px;
	width:13px; 
	height:13px; 
	cursor:pointer;
	float:left;
}
a.vezerlapozo:hover {
	background:url(pictures/siteimg/s-zold-pont.png);
	margin:5px;
	width:13px; 
	height:13px; 
	cursor:pointer;
	float:left;
}

