/*
<div id="myd_main">
    <div id="myd_img"><a id="myh_linkImg" href="#"><img id="myh_img" src="space.gif" /></a></div>
	<div id="myd_text"><a id="myh_linkText" href="#"><span id="myh_text">txt</span></a></div>
	<div id="myd_irons">
	    <div id="myd_iron1" class="myc_iron"><img onmouseover="mys_on(1);" id="myh_iron1" src="space.gif" /></div>
	    <div id="myd_iron2" class="myc_iron"><img onmouseover="mys_on(2);" id="myh_iron2" src="space.gif" /></div>
	    <div id="myd_iron3" class="myc_iron"><img onmouseover="mys_on(3);" id="myh_iron3" src="space.gif" /></div>
	    <div id="myd_iron4" class="myc_iron"><img onmouseover="mys_on(4);" id="myh_iron4" src="space.gif" /></div>
	</div>
</div>
*/

#myd_main{
   position:relative; width:240px; height:200px; overflow:hidden;
}
#myd_img{
   position:absolute; z-index:0; width:240px; height:200px; overflow:hidden; 
}
#myd_img img{
   border:0px; width:240px; height:200px;
}
#myd_text{
   position:absolute; z-index:10; top:180px; width:240px; height:18px; line-height:18px; overflow:hidden; background-color:#000; text-align:center; border-bottom:1px solid #FFFFCC; border-top:1px solid #FFFFCC; font-size:12px;
}
#myd_text a{
   color:white; font-size:14px; font-weight:bold; text-decoration:none;
}
#myd_irons{
   position:absolute; z-index:10; width:240px; height:15px;
}
.myc_iron{
   float:left; width:15px; margin:1px;
}
.myc_iron img{
   width:15px; height:15px; border:0px;
}
