/* Magic Slideshow v1.0.7  Copyright 2009 Magic Toolbox You must buy a license to use this tool. Go to http://www.ee-scape.com/acatalog/Magic_Slideshow.html */ div.MagicSlideshow { border: 1px solid #cccccc; background: transparent; display: none; /* hides all images until Magic Slideshow is ready */ } /* Styles for images */ img.MagicSlideshowImage { border: none; } /* Styles for images container */ div.MagicSlideshowImagesContainer { } /* Styles for thumbnails */ img.MagicSlideshowThumbnail { border: 1px solid transparent; margin: 1px; } img.MagicSlideshowThumbnail.highlight { border: 1px solid #cccccc; } /* Styles for thumbnails container */ div.MagicSlideshowThumbnailsContainer { padding: 0 1px; } div.MagicSlideshowThumbnailsContainerStyle { background: #FFFFFF; } /* Styles for descriptions */ .MagicSlideshowDescription { line-height: 24px; background: #333333; color: #FFFFFF; padding: 3px !important; } /* Styles for links if using text descriptions */ .MagicSlideshowDescription a { color: #CFCFCF; } .MagicSlideshowDescription a:visited { color: #ACACAC; } .MagicSlideshowDescription a:hover { color: #FFFFFF; } /* Style for loading box */ div.MagicSlideshowLoadingBox { background: #FFFFFF url('loader.gif') no-repeat 2px 50%; padding: 4px 4px 4px 24px !important; margin: 0px !important; line-height: 15px; color: #363636; border: 1px solid #696969; text-align: left; } /* Styles for arrows */ a.MagicSlideshowArrow { width: 24px !important; height: 24px !important; cursor: 'pointer'; background: url('arrows.gif'); padding: 0px !important; margin: 0px !important; } a.MagicSlideshowArrowTop { background-position: 24px 0; } a.MagicSlideshowArrowRight { background-position: 0 0; } a.MagicSlideshowArrowBottom { background-position: 24px 24px; } a.MagicSlideshowArrowLeft { background-position: 0 24px; } 
