/* CSS Document - hover*/

.imgHov {
text-decoration: none; 
float: left; 
display: inline;
}

.imgHov span {
font-style: normal;
display: none;
}
.imgHov b {
display: none;
}

.imgHov:hover {
background: #fff; 
position: relative;
width:300px; 
height:200px;
}
.imgHov:hover b {
position: absolute; 
top: 0px; 
left: 0; 
display:block;
}

.imgHov:hover b.indexImg {
width:300px; 
height:200px;
}

.imgHov:hover b.textPh {
width:600px; 
height:400px; 
background: none; 
cursor: default;
}
.imgHov img {
border: 0; 
display: block;
}


.imgHov:hover span, .imgHov:hover span.text  {
position:absolute; 
top:128px; 
left:12px; 
width:268px; 
height: 42px; 
background:#fff; 
padding: 8px 10px 10px 10px; 
line-height: 20px; 
text-align: right; 
font-size: 12px; 
font-weight: bold; 
color: #c70202; 
display: block;
}

.imgHov:hover span.text {
top:328px; 
width:556px; 
background:#ffffff; 
text-align: left;
}

/* IE.5-6 */ * html .imgHov:hover span {width:288px; height: 60px;}
/* IE.5-6 */ * html .imgHov:hover span.text {width:576px;; height: 60px;}	

.imgHov:hover span em {
font-weight: normal; 
font-style: normal; 
color: #000;
}