/*
 * jQuery myGallery
 *
 * Copyright (c) 2008 Domenico M. Maresca - domenico.maresca@gmail.com
 *
 * $Date: 2008-10-10 $
 * $Rev: 0.2.1285 $
 */
.myGallery {position:relative}
.myGallery div.container{display:block; width:320px; overflow:hidden; position:relative; margin:0 auto}
.myGallery div.wrapper{display: block; width:1000%;}
.myGallery div.wrapper a{padding:0; margin:0}
.myGallery div.wrapper img{float: left; width:80px; display:block} /*width & block -> webkit bug width reflection*/
.myGallery div.wrapper img.current{border-bottom: 2px solid #0066CC}
.myGallery div.image{text-align:center; display:block; width:100%; height:auto; margin: 0; background:url(/images/loading.gif) center center no-repeat; overflow:hidden}
.myGallery div.image img{margin: 0 auto; display:block; border:1px solid #cccccc; padding:1px}
.myGallery a.prevThumbPage{position: absolute; left: 1px; margin:-93px 0 0 105px; text-indent:-9999px; background:url(/images/prev.png) center center no-repeat; display:block; width:16px; height:60px; cursor:pointer}
.myGallery a.nextThumbPage{position:absolute; right:1px; margin:-93px 105px 0 0; text-indent:-9999px; background:url(/images/next.png) center center no-repeat; display:block; width:16px; height:60px; cursor:pointer}
.myGallery a.prevPhoto{position: absolute; top:50%; margin:-50px 5px  0 0; left: 1px;text-indent:-9999px; background:url(/images/big-prev.png) center center no-repeat; display:block; width:40px; height:40px; cursor:pointer}
.myGallery a.nextPhoto{position:absolute; top:50%; margin:-50px 0 0 5px; right:1px;text-indent:-9999px; background:url(/images/big-next.png) center center no-repeat; display:block; width:40px; height:40px; cursor:pointer}
.myGallery a div{float: left; cursor: pointer; margin: 0 1px 0 1px; width:80px; display:block} /*width & block -> webkit bug width reflection*/