custom.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .custom .zoomimage_st {
  2. height: 40px;
  3. }
  4. .custom .zoomimage_stl {
  5. width: 40px;
  6. height: 40px;
  7. background:transparent url(../images/custom.png) no-repeat scroll 0 0;
  8. }
  9. .custom .zoomimage_stc {
  10. height: 40px;
  11. margin: 0 40px;
  12. background: transparent url(../images/custom.png) repeat-x scroll 0 -160px;
  13. }
  14. .custom .zoomimage_str {
  15. width: 40px;
  16. height: 40px;
  17. overflow: hidden;
  18. background:transparent url(../images/custom.png) no-repeat scroll 0 -120px;
  19. }
  20. .custom .zoomimage_sc {
  21. top: 40px;
  22. }
  23. .custom .zoomimage_scl {
  24. width: 40px;
  25. background: transparent url(../images/custom-lr.png) repeat-y scroll 0pt;
  26. }
  27. .custom .zoomimage_scr {
  28. width: 40px;
  29. background:transparent url(../images/custom-lr.png) repeat-y scroll -40px 0pt
  30. }
  31. .custom .zoomimage_scc {
  32. margin: 0 40px;
  33. background:transparent url(../images/custom-c.png);
  34. }
  35. .custom .zoomimage_sb {
  36. height: 40px;
  37. }
  38. .custom .zoomimage_sbl {
  39. width: 40px;
  40. height: 40px;
  41. background:transparent url(../images/custom.png) no-repeat scroll 0pt -80px;
  42. }
  43. .custom .zoomimage_sbc {
  44. height: 40px;
  45. margin: 0 40px;
  46. background:transparent url(../images/custom.png) repeat-x scroll 0pt -200px;
  47. }
  48. .custom .zoomimage_sbr {
  49. width: 40px;
  50. height: 40px;
  51. background:transparent url(../images/custom.png) no-repeat scroll 0pt -40px;
  52. }
  53. .custom img {
  54. top: 40px;
  55. left: 40px;
  56. }
  57. .custom .zoomimage_caption {
  58. background-color: #90ba00;
  59. color: #fff;
  60. }
  61. .custom .zoomimage_caption p {
  62. }
  63. .custom .zoomimage_loading {
  64. background-color: #90ba00;
  65. }
  66. .zoomimage_move {
  67. cursor: move;
  68. }
  69. .custom .zoomimage_controls {
  70. background: #90ba00;
  71. }
  72. .custom .zoomimage_prev {
  73. background: #90ba00 url(../images/zoomimage_prev.gif) no-repeat center;
  74. }
  75. .custom .zoomimage_next {
  76. background: #90ba00 url(../images/zoomimage_next.gif) no-repeat center;
  77. }