/* -------------------------------------------------- */
/* imageHover  
/* -------------------------------------------------- */

.imgHov {
	display: inline;
	float:left;
	text-decoration:none;
}
.imgHov span {
	font-style:normal;
}
.imgHov span, .imgHov b {
	display:none;
}
.imgHov img {
	border:0;
	display:block;
}
.imgHov:hover {
	background:#ffffff;
	position:relative;
	cursor:pointer;
}
.imgHov:hover b {
	display:block;
	position:absolute;
	top:0px;
	left:0;
	background: url("/images/imgHov.gif") top left repeat;
}
.imgHov:hover b.indexPh { 
	width:700px;
	height:300px;
}
.imgHov:hover span {
	display:block;
	position:absolute;
	top:128px;
	left:12px;
	width:270px;
	height: 40px;
	_width:290px;
	_height: 60px;
	padding: 10px;
	background:#ffffff; 
	line-height: 20px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #c70202;
}
.imgHov:hover span em {
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
/* fotobox */
.BfotoBox, .SfotoBox, .AfotoBox {
	font-size: 0px;
	line-height: 0px;
	background-image: url("/images/bgd-rastr.gif");
}
.BfotoBox {
	float: left;
	width: 600px;
	height: 400px;
	border-top: 12px solid #ffffff;
}
.BfotoBox img {
	width: 600px;
	height: 400px;
	border: 0;
}
.SfotoBox {
	width: 300px;
	height: 200px;
}
.AfotoBox {
	float: left;
	width: 140px;
	height: 94px;
	border-right: 12px solid #ffffff;
}
