diff U3 E:/Downloads/AD Gallery 1.2.7(2)/lib/jquery.ad-gallery.css S:/wamp/www/subdomains/eval/ad-gallery/jquery.ad-gallery.css --- E:/Downloads/AD Gallery 1.2.7(2)/lib/jquery.ad-gallery.css Mon Jul 22 16:15:15 2013 +++ S:/wamp/www/subdomains/eval/ad-gallery/jquery.ad-gallery.css Mon Jul 22 16:21:45 2013 @@ -8,18 +8,20 @@ * Demo and documentation: http://coffeescripter.com/code/ad-gallery/ */ .ad-gallery { - width: 600px; + width: 95%; } .ad-gallery, .ad-gallery * { - margin: 0; + margin:auto; padding: 0; } .ad-gallery .ad-image-wrapper { - width: 100%; - height: 400px; + width: 95%; + height: 250px; margin-bottom: 10px; position: relative; overflow: hidden; + margin:auto; + } .ad-gallery .ad-image-wrapper .ad-loader { position: absolute; @@ -32,7 +34,7 @@ position: absolute; right: 0; top: 0; - width: 25%; + width: 10%; height: 100%; cursor: pointer; display: block; @@ -42,7 +44,7 @@ position: absolute; left: 0; top: 0; - width: 25%; + width: 10%; height: 100%; cursor: pointer; display: block; @@ -84,11 +86,11 @@ bottom: 0px; left: 0px; padding: 7px; - text-align: left; + text-align: center; width: 100%; z-index: 2; background: url(opa75.png); - color: #000; + color: rgb(250, 55, 94); } * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description { background: none; @@ -119,8 +121,10 @@ font-style: italic; } .ad-gallery .ad-nav { - width: 100%; + width: 95%; position: relative; + margin:auto; + height: 100px; } .ad-gallery .ad-forward, .ad-gallery .ad-back { position: absolute; @@ -148,7 +152,7 @@ } .ad-gallery .ad-nav .ad-thumbs { overflow: hidden; - width: 100%; + width: 95%; } .ad-gallery .ad-thumbs .ad-thumb-list { float: left; @@ -174,4 +178,10 @@ position: absolute; left: -9000px; top: -9000px; -} \ No newline at end of file +} + +.ad-image { + cursor: pointer; +} + +table { table-layout: fixed; width: 100%; }