/***** fyc.on.ca/lasers/GrandBendOpen/ - Developed by ScriptReaction - www.scriptreaction.com *****/

/* LASER OPEN PHOTOS */

/* specific boxes */
#dspGallery { position:relative; left:1px; top:0px; margin-bottom:1px; }
#dspGallery h3 { position:absolute; left:185px; top:0px; width:300px; line-height:32px; text-align:left; }
#dspGallery h3 span { font-weight:normal; }

/* box content specific */
#dspGallery select { position:absolute; left:112px; top:6px; color:#ffff00; font-weight:bold; border:1px solid #ccc; background:#000; }

#dspGallery ul { position:absolute; left:10px; top:33px; width:750px; height:23px; z-index:2; }

#dspGallery #activePhoto { position:relative; width:750px; height:453px; top:0px; left:10px; border-top:1px solid #fff; border-bottom:1px solid #fff; margin-top:17px; z-index:1; overflow:hidden; }
#dspGallery #activePhoto img { width:750px; height:450px; border-top:3px solid #ffff00; }

#dspGallery #photoThumbs { position:relative; width:750px; top:0px; left:12px; margin-top:10px; }
#dspGallery #photoThumbs img { float:left; width:70px; height:70px; border:1px solid #fff; margin:0px 12px 12px 0px; }
#dspGallery #photoThumbs a:hover img { border:2px solid #ffff00; margin-top:-2px; margin-left:-2px; }
#dspGallery #photoThumbs .wrapChild { margin-right:0px; }