1
2
3
4/* IMAGE LIST */
5
6ul.gallery > li > div > h5 			{ text-align: center }
7ul.gallery-cat > li > div > h3 		{ text-align: center }
8
9/* CATEGORY LIST */
10
11
12
13.lb-dataContainer					{ padding-top:10px; font-size: 110%;}
14
15.lb-caption							{  }
16
17
18/* SLIDESHOW */
19
20#gallery-slideshow-wrapper 			{ display:block; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; width: 664px;  height: 146px;  overflow: hidden; background: #000000; margin-left:auto;margin-right:auto; max-width:100% }
21
22#gallery-slideshow-content 			{ width: 3500px; }
23
24#gallery-slideshow-content .slide 	{ float: left; width: 679px; padding:12px; height: 146px; white-space:nowrap }
25
26.gallery-slideshow-controls			{ clear:both; width: 664px; margin-left:auto; margin-right:auto; padding-top:5px; padding-bottom:10px; max-width:100%; }
27
28.gallery-slide-item					{ margin-right:8px; display: inline-block;  }
29
30.gallery-slideshow-thumb			{ -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;  }
31
32.gallery-slideshow-thumb:hover		{  }
33
34.gallery-slide-jumper-container		{ text-align:center; padding-left:250px;}
35
36.gallery-slide-jumper 				{ padding:3px;}
37
38.gallery-slide-jumper-selected 		{ font-weight:bold }
39
40
41/* Fix for Bootstrap2 margin-left issue when wrapping */
42.row-fluid .gallery div.span6:nth-child(2n + 3) { margin-left : 0px; }
43.row-fluid .gallery div.span4:nth-child(3n + 4) { margin-left : 0px; }
44.row-fluid .gallery div.span3:nth-child(4n + 5) { margin-left : 0px; }
45.row-fluid .gallery div.span2:nth-child(6n + 7) { margin-left : 0px; }
46
47.row-fluid .gallery-cat div.span6:nth-child(2n + 3) { margin-left : 0px; }
48.row-fluid .gallery-cat div.span4:nth-child(3n + 4) { margin-left : 0px; }
49.row-fluid .gallery-cat div.span3:nth-child(4n + 5) { margin-left : 0px; }
50.row-fluid .gallery-cat div.span2:nth-child(6n + 7) { margin-left : 0px; }
51
52/* Work-around for indent issue. see: https://github.com/twitter/bootstrap/issues/4890 */
53.thumbnails .span2:nth-child(6n+1) {
54    margin-left:0;
55}
56