/*


   Magic Slideshow v1.1.4 
   Copyright 2010 Magic Toolbox
   You must buy a license to use this tool.
   Go to www.magictoolbox.com/magicslideshow/


*/
div.MagicSlideshow {
    background: transparent;
    display: none; /* hides all images until Magic Slideshow is ready */
	border: none !important;
	z-index: -3000
}
/* Styles for images */
img.MagicSlideshowImage {
    border: none;
}

/* Styles for images container */
			.MagicSlideshowThumbnailsContainer {
				margin: 0 10px;
			}
/* Styles for thumbnails */
			img.MagicSlideshowThumbnail {
				border: 2px solid transparent;
				margin: 2px 0px 3px 5px;
				background: transparent;
			}
            img.MagicSlideshowThumbnail.highlight {
                border: 2px solid #fff;
            }
/* Styles for thumbnails container */
div.MagicSlideshowThumbnailsContainer {
    padding: 0 1px;
}
div.MagicSlideshowThumbnailsContainerStyle {
    background: #FFFFFF;
}

/* Styles for descriptions */
.MagicSlideshowDescription {
    line-height: 1em;
    background: #333333;
    color: #FFFFFF;
	padding: 5px 15px !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('graphics/loader.gif') no-repeat 50% 2px;
    padding: 4px 4px 4px 4px !important;
    margin: 0px !important;
    line-height: 15px;
    color: #363636;
    border: 1px solid #696969;
    text-align: left;
}
/* Styles for arrows */
a.MagicSlideshowArrow {
    width: 72px;
    height: 72px;
    cursor: 'pointer';
    padding: 0px !important;
    margin: 0px !important;
	background-position: 0px 0;
}
a.MagicSlideshowArrowRight {
    background: url('graphics/arrowsder.png');
    background-position: 0 0;
}
a.MagicSlideshowArrowLeft {
    background: url('graphics/arrowsizq.png');
    background-position: 0 0;
}

