/* ================================================== */
/* imageHover (techtranspt.com, 06/2008)
/* styled by J.Sochor; http://www.jansochor.com
/* ================================================== */

.imgHov {float:left; text-decoration:none;}
.imgHov b {display:none;}
.imgHov img {border:0; display:block;}
.imgHov:hover {background: transparent; position:relative; cursor: pointer;}
.imgHov:hover b {display:block; position:absolute; top:0; left:0; background: transparent url("../images/img-hover.png") top left repeat-y;}
/* IE5.0-6.0 */ * html .imgHov:hover b {display:block; position:absolute; top:0; left:0; background: transparent url("../images/img-hover.gif") top left repeat-y;}
.imgHov:hover b.publikace {width:142px; height:202px;}
.imgHov:hover b.fotoThumbL {width:130px; height:98px;}
.imgHov:hover b.fotoThumbP {width:98px; height:130px;}
.imgHov:hover b.doplnkyThumbL {width:130px; height:98px;}
.imgHov:hover b.doplnkyThumbP {width:98px; height:130px;}
.imgHov:hover b.schema01Thumb {width:290px; height:290px;}
.imgHov:hover b.schema02Thumb {width:610px; height:290px;}
