2 * jQuery lightBox plugin
3 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
4 * and adapted to me for use like a plugin from jQuery.
5 * @name jquery-lightbox-0.5.css
6 * @author Leandro Vieira Pinho - http://leandrovieira.com
9 * @category jQuery plugin
10 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
11 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
12 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
31 #jquery-lightbox a img
{ border: none
; }
32 #lightbox-container-image-box {
34 background-color: #fff;
39 #lightbox-container-image { padding: 10px; }
57 #lightbox-container-image-box > #lightbox-nav
{ left: 0; }
58 #lightbox-nav a
{ outline: none
;}
59 #lightbox-nav-btnPrev, #lightbox-nav-btnNext
{
65 #lightbox-nav-btnPrev {
69 #lightbox-nav-btnNext {
73 #lightbox-container-image-data-box {
74 font: 10px Verdana
, Helvetica
, sans-serif
;
75 background-color: #fff;
82 #lightbox-container-image-data {
86 #lightbox-container-image-data #lightbox-image-details
{
91 #lightbox-image-details-caption { font-weight: bold
; }
92 #lightbox-image-details-currentNumber {
95 padding-bottom: 1.0em;
97 #lightbox-secNav-btnClose {
100 padding-bottom: 0.7em;