2ddc51b0229e89f21ea5272973e1641ec65e69e1.svn-base 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885
  1. /**
  2. * @file: highslide.css
  3. * @version: 4.1.8
  4. */
  5. .highslide-container div {
  6. font-family: Verdana, Helvetica;
  7. font-size: 10pt;
  8. }
  9. .highslide-container table {
  10. background: none;
  11. }
  12. .highslide {
  13. outline: none;
  14. text-decoration: none;
  15. }
  16. .highslide img {
  17. /*border: 2px solid silver;*/
  18. }
  19. .highslide:hover img {
  20. border-color: gray;
  21. }
  22. .highslide-active-anchor img {
  23. visibility: hidden;
  24. }
  25. .highslide-gallery .highslide-active-anchor img {
  26. border-color: black;
  27. visibility: visible;
  28. cursor: default;
  29. }
  30. .highslide-image {
  31. border-width: 2px;
  32. border-style: solid;
  33. border-color: white;
  34. background: gray;
  35. }
  36. .highslide-wrapper, .highslide-outline {
  37. background: white;
  38. }
  39. .glossy-dark {
  40. background: #111;
  41. }
  42. .highslide-image-blur {
  43. }
  44. .highslide-number {
  45. font-weight: bold;
  46. color: gray;
  47. font-size: .9em;
  48. }
  49. .highslide-caption {
  50. display: none;
  51. font-size: 1em;
  52. padding: 5px;
  53. /*background: white;*/
  54. }
  55. .highslide-heading {
  56. display: none;
  57. font-weight: bold;
  58. margin: 0.4em;
  59. }
  60. .highslide-dimming {
  61. position: absolute;
  62. background: black;
  63. }
  64. a.highslide-full-expand {
  65. background: url(graphics/fullexpand.gif) no-repeat;
  66. display: block;
  67. margin: 0 10px 10px 0;
  68. width: 34px;
  69. height: 34px;
  70. }
  71. .highslide-loading {
  72. display: block;
  73. color: black;
  74. font-size: 9px;
  75. font-weight: bold;
  76. text-transform: uppercase;
  77. text-decoration: none;
  78. padding: 3px;
  79. border: 1px solid white;
  80. background-color: white;
  81. padding-left: 22px;
  82. background-image: url(graphics/loader.white.gif);
  83. background-repeat: no-repeat;
  84. background-position: 3px 1px;
  85. }
  86. a.highslide-credits,
  87. a.highslide-credits i {
  88. padding: 2px;
  89. color: silver;
  90. text-decoration: none;
  91. font-size: 10px;
  92. }
  93. a.highslide-credits:hover,
  94. a.highslide-credits:hover i {
  95. color: white;
  96. background-color: gray;
  97. }
  98. .highslide-move, .highslide-move * {
  99. cursor: move;
  100. }
  101. .highslide-viewport {
  102. display: none;
  103. position: fixed;
  104. width: 100%;
  105. height: 100%;
  106. z-index: 1;
  107. background: none;
  108. left: 0;
  109. top: 0;
  110. }
  111. .highslide-overlay {
  112. display: none;
  113. }
  114. .hidden-container {
  115. display: none;
  116. }
  117. /* Example of a semitransparent, offset closebutton */
  118. .closebutton {
  119. position: relative;
  120. top: -15px;
  121. left: 15px;
  122. width: 30px;
  123. height: 30px;
  124. cursor: pointer;
  125. background: url(graphics/close.png);
  126. /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
  127. }
  128. /*****************************************************************************/
  129. /* Thumbnail boxes for the galleries. */
  130. /* Remove these if you are not using a gallery. */
  131. /*****************************************************************************/
  132. .highslide-gallery ul {
  133. list-style-type: none;
  134. margin: 0;
  135. padding: 0;
  136. }
  137. .highslide-gallery ul li {
  138. display: block;
  139. position: relative;
  140. float: left;
  141. width: 106px;
  142. height: 106px;
  143. border: 1px solid silver;
  144. background: #ededed;
  145. margin: 2px;
  146. line-height: 0;
  147. overflow: hidden;
  148. }
  149. .highslide-gallery ul a {
  150. position: absolute;
  151. top: 50%;
  152. left: 50%;
  153. }
  154. .highslide-gallery ul img {
  155. position: relative;
  156. top: -50%;
  157. left: -50%;
  158. }
  159. html>/**/body .highslide-gallery ul li {
  160. display: table;
  161. text-align: center;
  162. }
  163. html>/**/body .highslide-gallery ul li {
  164. text-align: center;
  165. }
  166. html>/**/body .highslide-gallery ul a {
  167. position: static;
  168. display: table-cell;
  169. vertical-align: middle;
  170. }
  171. html>/**/body .highslide-gallery ul img {
  172. position: static;
  173. }
  174. /*****************************************************************************/
  175. /* Controls for the galleries. */
  176. /* Remove these if you are not using a gallery */
  177. /*****************************************************************************/
  178. .highslide-controls {
  179. width: 195px;
  180. height: 40px;
  181. background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
  182. margin: 20px 15px 10px 0;
  183. }
  184. .highslide-controls ul {
  185. position: relative;
  186. left: 15px;
  187. height: 40px;
  188. list-style: none;
  189. margin: 0;
  190. padding: 0;
  191. background: url(graphics/controlbar-white.gif) right -90px no-repeat;
  192. }
  193. .highslide-controls li {
  194. float: left;
  195. padding: 5px 0;
  196. margin:0;
  197. list-style: none;
  198. }
  199. .highslide-controls a {
  200. background-image: url(graphics/controlbar-white.gif);
  201. display: block;
  202. float: left;
  203. height: 30px;
  204. width: 30px;
  205. outline: none;
  206. }
  207. .highslide-controls a.disabled {
  208. cursor: default;
  209. }
  210. .highslide-controls a.disabled span {
  211. cursor: default;
  212. }
  213. .highslide-controls a span {
  214. /* hide the text for these graphic buttons */
  215. display: none;
  216. cursor: pointer;
  217. }
  218. /* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
  219. .highslide-controls .highslide-previous a {
  220. background-position: 0 0;
  221. }
  222. .highslide-controls .highslide-previous a:hover {
  223. background-position: 0 -30px;
  224. }
  225. .highslide-controls .highslide-previous a.disabled {
  226. background-position: 0 -60px !important;
  227. }
  228. .highslide-controls .highslide-play a {
  229. background-position: -30px 0;
  230. }
  231. .highslide-controls .highslide-play a:hover {
  232. background-position: -30px -30px;
  233. }
  234. .highslide-controls .highslide-play a.disabled {
  235. background-position: -30px -60px !important;
  236. }
  237. .highslide-controls .highslide-pause a {
  238. background-position: -60px 0;
  239. }
  240. .highslide-controls .highslide-pause a:hover {
  241. background-position: -60px -30px;
  242. }
  243. .highslide-controls .highslide-next a {
  244. background-position: -90px 0;
  245. }
  246. .highslide-controls .highslide-next a:hover {
  247. background-position: -90px -30px;
  248. }
  249. .highslide-controls .highslide-next a.disabled {
  250. background-position: -90px -60px !important;
  251. }
  252. .highslide-controls .highslide-move a {
  253. background-position: -120px 0;
  254. }
  255. .highslide-controls .highslide-move a:hover {
  256. background-position: -120px -30px;
  257. }
  258. .highslide-controls .highslide-full-expand a {
  259. background-position: -150px 0;
  260. }
  261. .highslide-controls .highslide-full-expand a:hover {
  262. background-position: -150px -30px;
  263. }
  264. .highslide-controls .highslide-full-expand a.disabled {
  265. background-position: -150px -60px !important;
  266. }
  267. .highslide-controls .highslide-close a {
  268. background-position: -180px 0;
  269. }
  270. .highslide-controls .highslide-close a:hover {
  271. background-position: -180px -30px;
  272. }
  273. /*****************************************************************************/
  274. /* Styles for the HTML popups */
  275. /* Remove these if you are not using Highslide HTML */
  276. /*****************************************************************************/
  277. .highslide-maincontent {
  278. display: none;
  279. }
  280. .highslide-html {
  281. background-color: white;
  282. }
  283. .highslide-html-content {
  284. display: none;
  285. width: 400px;
  286. padding: 0 5px 5px 5px;
  287. }
  288. .highslide-header {
  289. padding-bottom: 5px;
  290. }
  291. .highslide-header ul {
  292. margin: 0;
  293. padding: 0;
  294. text-align: right;
  295. }
  296. .highslide-header ul li {
  297. display: inline;
  298. padding-left: 1em;
  299. }
  300. .highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
  301. display: none;
  302. }
  303. .highslide-header a {
  304. font-weight: bold;
  305. color: gray;
  306. text-transform: uppercase;
  307. text-decoration: none;
  308. }
  309. .highslide-header a:hover {
  310. color: black;
  311. }
  312. .highslide-header .highslide-move a {
  313. cursor: move;
  314. }
  315. .highslide-footer {
  316. height: 16px;
  317. }
  318. .highslide-footer .highslide-resize {
  319. display: block;
  320. float: right;
  321. margin-top: 5px;
  322. height: 11px;
  323. width: 11px;
  324. background: url(graphics/resize.gif) no-repeat;
  325. }
  326. .highslide-footer .highslide-resize span {
  327. display: none;
  328. }
  329. .highslide-body {
  330. }
  331. .highslide-resize {
  332. cursor: nw-resize;
  333. }
  334. /*****************************************************************************/
  335. /* Styles for the Individual wrapper class names. */
  336. /* See www.highslide.com/ref/hs.wrapperClassName */
  337. /* You can safely remove the class name themes you don't use */
  338. /*****************************************************************************/
  339. /* hs.wrapperClassName = 'draggable-header' */
  340. .draggable-header .highslide-header {
  341. height: 18px;
  342. border-bottom: 1px solid #dddddd;
  343. }
  344. .draggable-header .highslide-heading {
  345. position: absolute;
  346. margin: 2px 0.4em;
  347. }
  348. .draggable-header .highslide-header .highslide-move {
  349. cursor: move;
  350. display: block;
  351. height: 16px;
  352. position: absolute;
  353. right: 24px;
  354. top: 0;
  355. width: 100%;
  356. z-index: 1;
  357. }
  358. .draggable-header .highslide-header .highslide-move * {
  359. display: none;
  360. }
  361. .draggable-header .highslide-header .highslide-close {
  362. position: absolute;
  363. right: 2px;
  364. top: 2px;
  365. z-index: 5;
  366. padding: 0;
  367. }
  368. .draggable-header .highslide-header .highslide-close a {
  369. display: block;
  370. height: 16px;
  371. width: 16px;
  372. background-image: url(graphics/closeX.png);
  373. }
  374. .draggable-header .highslide-header .highslide-close a:hover {
  375. background-position: 0 16px;
  376. }
  377. .draggable-header .highslide-header .highslide-close span {
  378. display: none;
  379. }
  380. .draggable-header .highslide-maincontent {
  381. padding-top: 1em;
  382. }
  383. /* hs.wrapperClassName = 'titlebar' */
  384. .titlebar .highslide-header {
  385. height: 18px;
  386. border-bottom: 1px solid #dddddd;
  387. }
  388. .titlebar .highslide-heading {
  389. position: absolute;
  390. width: 90%;
  391. margin: 1px 0 1px 5px;
  392. color: #666666;
  393. }
  394. .titlebar .highslide-header .highslide-move {
  395. cursor: move;
  396. display: block;
  397. height: 16px;
  398. position: absolute;
  399. right: 24px;
  400. top: 0;
  401. width: 100%;
  402. z-index: 1;
  403. }
  404. .titlebar .highslide-header .highslide-move * {
  405. display: none;
  406. }
  407. .titlebar .highslide-header li {
  408. position: relative;
  409. top: 3px;
  410. z-index: 2;
  411. padding: 0 0 0 1em;
  412. }
  413. .titlebar .highslide-maincontent {
  414. padding-top: 1em;
  415. }
  416. /* hs.wrapperClassName = 'no-footer' */
  417. .no-footer .highslide-footer {
  418. display: none;
  419. }
  420. /* hs.wrapperClassName = 'wide-border' */
  421. .wide-border {
  422. background: white;
  423. }
  424. .wide-border .highslide-image {
  425. border-width: 10px;
  426. }
  427. .wide-border .highslide-caption {
  428. padding: 0 10px 10px 10px;
  429. }
  430. /* hs.wrapperClassName = 'borderless' */
  431. .borderless .highslide-image {
  432. border: none;
  433. }
  434. .borderless .highslide-caption {
  435. border-bottom: 1px solid white;
  436. border-top: 1px solid white;
  437. background: silver;
  438. }
  439. /* hs.wrapperClassName = 'outer-glow' */
  440. .outer-glow {
  441. background: #444;
  442. }
  443. .outer-glow .highslide-image {
  444. border: 5px solid #444444;
  445. }
  446. .outer-glow .highslide-caption {
  447. border: 5px solid #444444;
  448. border-top: none;
  449. padding: 5px;
  450. background-color: gray;
  451. }
  452. /* hs.wrapperClassName = 'colored-border' */
  453. .colored-border {
  454. background: white;
  455. }
  456. .colored-border .highslide-image {
  457. border: 2px solid green;
  458. }
  459. .colored-border .highslide-caption {
  460. border: 2px solid green;
  461. border-top: none;
  462. }
  463. /* hs.wrapperClassName = 'dark' */
  464. .dark {
  465. background: #111;
  466. }
  467. .dark .highslide-image {
  468. border-color: black black #202020 black;
  469. background: gray;
  470. }
  471. .dark .highslide-caption {
  472. color: white;
  473. background: #111;
  474. }
  475. .dark .highslide-controls,
  476. .dark .highslide-controls ul,
  477. .dark .highslide-controls a {
  478. background-image: url(graphics/controlbar-black-border.gif);
  479. }
  480. /* hs.wrapperClassName = 'floating-caption' */
  481. .floating-caption .highslide-caption {
  482. position: absolute;
  483. padding: 1em 0 0 0;
  484. background: none;
  485. color: white;
  486. border: none;
  487. font-weight: bold;
  488. }
  489. /* hs.wrapperClassName = 'controls-in-heading' */
  490. .controls-in-heading .highslide-heading {
  491. color: gray;
  492. font-weight: bold;
  493. height: 20px;
  494. overflow: hidden;
  495. cursor: default;
  496. padding: 0 0 0 22px;
  497. margin: 0;
  498. background: url(graphics/icon.gif) no-repeat 0 1px;
  499. }
  500. .controls-in-heading .highslide-controls {
  501. width: 105px;
  502. height: 20px;
  503. position: relative;
  504. margin: 0;
  505. top: -23px;
  506. left: 7px;
  507. background: none;
  508. }
  509. .controls-in-heading .highslide-controls ul {
  510. position: static;
  511. height: 20px;
  512. background: none;
  513. }
  514. .controls-in-heading .highslide-controls li {
  515. padding: 0;
  516. }
  517. .controls-in-heading .highslide-controls a {
  518. background-image: url(graphics/controlbar-white-small.gif);
  519. height: 20px;
  520. width: 20px;
  521. }
  522. .controls-in-heading .highslide-controls .highslide-move {
  523. display: none;
  524. }
  525. .controls-in-heading .highslide-controls .highslide-previous a {
  526. background-position: 0 0;
  527. }
  528. .controls-in-heading .highslide-controls .highslide-previous a:hover {
  529. background-position: 0 -20px;
  530. }
  531. .controls-in-heading .highslide-controls .highslide-previous a.disabled {
  532. background-position: 0 -40px !important;
  533. }
  534. .controls-in-heading .highslide-controls .highslide-play a {
  535. background-position: -20px 0;
  536. }
  537. .controls-in-heading .highslide-controls .highslide-play a:hover {
  538. background-position: -20px -20px;
  539. }
  540. .controls-in-heading .highslide-controls .highslide-play a.disabled {
  541. background-position: -20px -40px !important;
  542. }
  543. .controls-in-heading .highslide-controls .highslide-pause a {
  544. background-position: -40px 0;
  545. }
  546. .controls-in-heading .highslide-controls .highslide-pause a:hover {
  547. background-position: -40px -20px;
  548. }
  549. .controls-in-heading .highslide-controls .highslide-next a {
  550. background-position: -60px 0;
  551. }
  552. .controls-in-heading .highslide-controls .highslide-next a:hover {
  553. background-position: -60px -20px;
  554. }
  555. .controls-in-heading .highslide-controls .highslide-next a.disabled {
  556. background-position: -60px -40px !important;
  557. }
  558. .controls-in-heading .highslide-controls .highslide-full-expand a {
  559. background-position: -100px 0;
  560. }
  561. .controls-in-heading .highslide-controls .highslide-full-expand a:hover {
  562. background-position: -100px -20px;
  563. }
  564. .controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
  565. background-position: -100px -40px !important;
  566. }
  567. .controls-in-heading .highslide-controls .highslide-close a {
  568. background-position: -120px 0;
  569. }
  570. .controls-in-heading .highslide-controls .highslide-close a:hover {
  571. background-position: -120px -20px;
  572. }
  573. /*****************************************************************************/
  574. /* Styles for text based controls. */
  575. /* You can safely remove this if you don't use text based controls */
  576. /*****************************************************************************/
  577. .text-controls .highslide-controls {
  578. width: auto;
  579. height: auto;
  580. margin: 0;
  581. text-align: center;
  582. background: none;
  583. }
  584. .text-controls ul {
  585. position: static;
  586. background: none;
  587. height: auto;
  588. left: 0;
  589. }
  590. .text-controls .highslide-move {
  591. display: none;
  592. }
  593. .text-controls li {
  594. background-image: url(graphics/controlbar-text-buttons.png);
  595. background-position: right top !important;
  596. padding: 0;
  597. margin-left: 15px;
  598. display: block;
  599. width: auto;
  600. }
  601. .text-controls a {
  602. background: url(graphics/controlbar-text-buttons.png) no-repeat;
  603. background-position: left top !important;
  604. position: relative;
  605. left: -10px;
  606. display: block;
  607. width: auto;
  608. height: auto;
  609. text-decoration: none !important;
  610. }
  611. .text-controls a span {
  612. background: url(graphics/controlbar-text-buttons.png) no-repeat;
  613. margin: 1px 2px 1px 10px;
  614. display: block;
  615. min-width: 4em;
  616. height: 18px;
  617. line-height: 18px;
  618. padding: 1px 0 1px 18px;
  619. color: #333;
  620. font-family: "Trebuchet MS", Arial, sans-serif;
  621. font-size: 12px;
  622. font-weight: bold;
  623. white-space: nowrap;
  624. }
  625. .text-controls .highslide-next {
  626. margin-right: 1em;
  627. }
  628. .text-controls .highslide-full-expand a span {
  629. min-width: 0;
  630. margin: 1px 0;
  631. padding: 1px 0 1px 10px;
  632. }
  633. .text-controls .highslide-close a span {
  634. min-width: 0;
  635. }
  636. .text-controls a:hover span {
  637. color: black;
  638. }
  639. .text-controls a.disabled span {
  640. color: #999;
  641. }
  642. .text-controls .highslide-previous span {
  643. background-position: 0 -40px;
  644. }
  645. .text-controls .highslide-previous a.disabled {
  646. background-position: left top !important;
  647. }
  648. .text-controls .highslide-previous a.disabled span {
  649. background-position: 0 -140px;
  650. }
  651. .text-controls .highslide-play span {
  652. background-position: 0 -60px;
  653. }
  654. .text-controls .highslide-play a.disabled {
  655. background-position: left top !important;
  656. }
  657. .text-controls .highslide-play a.disabled span {
  658. background-position: 0 -160px;
  659. }
  660. .text-controls .highslide-pause span {
  661. background-position: 0 -80px;
  662. }
  663. .text-controls .highslide-next span {
  664. background-position: 0 -100px;
  665. }
  666. .text-controls .highslide-next a.disabled {
  667. background-position: left top !important;
  668. }
  669. .text-controls .highslide-next a.disabled span {
  670. background-position: 0 -200px;
  671. }
  672. .text-controls .highslide-full-expand span {
  673. background: none;
  674. }
  675. .text-controls .highslide-full-expand a.disabled {
  676. background-position: left top !important;
  677. }
  678. .text-controls .highslide-close span {
  679. background-position: 0 -120px;
  680. }
  681. /*****************************************************************************/
  682. /* Styles for the thumbstrip. */
  683. /* See www.highslide.com/ref/hs.addSlideshow */
  684. /* You can safely remove this if you don't use a thumbstrip */
  685. /*****************************************************************************/
  686. .highslide-thumbstrip {
  687. height: 100%;
  688. }
  689. .highslide-thumbstrip div {
  690. overflow: hidden;
  691. }
  692. .highslide-thumbstrip table {
  693. position: relative;
  694. padding: 0;
  695. border-collapse: collapse;
  696. }
  697. .highslide-thumbstrip td {
  698. padding: 1px;
  699. /*text-align: center;*/
  700. }
  701. .highslide-thumbstrip a {
  702. outline: none;
  703. }
  704. .highslide-thumbstrip img {
  705. display: block;
  706. border: 1px solid gray;
  707. margin: 0 auto;
  708. }
  709. .highslide-thumbstrip .highslide-active-anchor img {
  710. visibility: visible;
  711. }
  712. .highslide-thumbstrip .highslide-marker {
  713. position: absolute;
  714. width: 0;
  715. height: 0;
  716. border-width: 0;
  717. border-style: solid;
  718. border-color: transparent; /* change this to actual background color in highslide-ie6.css */
  719. }
  720. .highslide-thumbstrip-horizontal div {
  721. width: auto;
  722. /* width: 100% breaks in small strips in IE */
  723. }
  724. .highslide-thumbstrip-horizontal .highslide-scroll-up {
  725. display: none;
  726. position: absolute;
  727. top: 3px;
  728. left: 3px;
  729. width: 25px;
  730. height: 42px;
  731. }
  732. .highslide-thumbstrip-horizontal .highslide-scroll-up div {
  733. margin-bottom: 10px;
  734. cursor: pointer;
  735. background: url(graphics/scrollarrows.png) left center no-repeat;
  736. height: 42px;
  737. }
  738. .highslide-thumbstrip-horizontal .highslide-scroll-down {
  739. display: none;
  740. position: absolute;
  741. top: 3px;
  742. right: 3px;
  743. width: 25px;
  744. height: 42px;
  745. }
  746. .highslide-thumbstrip-horizontal .highslide-scroll-down div {
  747. margin-bottom: 10px;
  748. cursor: pointer;
  749. background: url(graphics/scrollarrows.png) center right no-repeat;
  750. height: 42px;
  751. }
  752. .highslide-thumbstrip-horizontal table {
  753. margin: 2px 0 10px 0;
  754. }
  755. .highslide-viewport .highslide-thumbstrip-horizontal table {
  756. margin-left: 10px;
  757. }
  758. .highslide-thumbstrip-horizontal img {
  759. width: auto;
  760. height: 40px;
  761. }
  762. .highslide-thumbstrip-horizontal .highslide-marker {
  763. top: 47px;
  764. border-left-width: 6px;
  765. border-right-width: 6px;
  766. border-bottom: 6px solid gray;
  767. }
  768. .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
  769. margin-left: 10px;
  770. }
  771. .dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
  772. border-bottom-color: white !important;
  773. }
  774. .highslide-thumbstrip-vertical-overlay {
  775. overflow: hidden !important;
  776. }
  777. .highslide-thumbstrip-vertical div {
  778. height: 100%;
  779. }
  780. .highslide-thumbstrip-vertical a {
  781. display: block;
  782. }
  783. .highslide-thumbstrip-vertical .highslide-scroll-up {
  784. display: none;
  785. position: absolute;
  786. top: 0;
  787. left: 0;
  788. width: 100%;
  789. height: 25px;
  790. }
  791. .highslide-thumbstrip-vertical .highslide-scroll-up div {
  792. margin-left: 10px;
  793. cursor: pointer;
  794. background: url(graphics/scrollarrows.png) top center no-repeat;
  795. height: 25px;
  796. }
  797. .highslide-thumbstrip-vertical .highslide-scroll-down {
  798. display: none;
  799. position: absolute;
  800. bottom: 0;
  801. left: 0;
  802. width: 100%;
  803. height: 25px;
  804. }
  805. .highslide-thumbstrip-vertical .highslide-scroll-down div {
  806. margin-left: 10px;
  807. cursor: pointer;
  808. background: url(graphics/scrollarrows.png) bottom center no-repeat;
  809. height: 25px;
  810. }
  811. .highslide-thumbstrip-vertical table {
  812. margin: 10px 0 0 10px;
  813. }
  814. .highslide-thumbstrip-vertical img {
  815. max-width: 60px;
  816. }
  817. .highslide-thumbstrip-vertical .highslide-marker {
  818. left: 0;
  819. margin-top: 8px;
  820. border-top-width: 6px;
  821. border-bottom-width: 6px;
  822. border-left: 6px solid gray;
  823. }
  824. .dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
  825. border-left-color: white;
  826. }
  827. .highslide-viewport .highslide-thumbstrip-float {
  828. overflow: auto;
  829. }
  830. .highslide-thumbstrip-float ul {
  831. margin: 2px 0;
  832. padding: 0;
  833. }
  834. .highslide-thumbstrip-float li {
  835. display: block;
  836. height: 60px;
  837. margin: 0 2px;
  838. list-style: none;
  839. float: left;
  840. }
  841. .highslide-thumbstrip-float img {
  842. display: inline;
  843. border-color: silver;
  844. max-height: 56px;
  845. }
  846. .highslide-thumbstrip-float .highslide-active-anchor img {
  847. border-color: black;
  848. }
  849. .highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
  850. display: none;
  851. }
  852. .highslide-thumbstrip-float .highslide-marker {
  853. display: none;
  854. }