Advertisement
Guest User

Untitled

a guest
Jun 5th, 2012
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. .theme-default .nivoSlider {
  2.  
  3. position: relative;
  4.  
  5. overflow: visible!important;
  6.  
  7. background: #fff url(images/loading.gif) no-repeat 50% 50%;
  8.  
  9. -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  10.  
  11. -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  12.  
  13. box-shadow: 0px 1px 5px 0px #4a4a4a;
  14.  
  15. }
  16.  
  17. .theme-default .nivo-controlNav {
  18.  
  19. position: absolute;
  20.  
  21. left: 50%;
  22.  
  23. margin-left: -<?php echo boom_count_header_images() ?>0px; /* Tweak this to center bullets */
  24.  
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement