/*


   Magic Slideshow v1.1.27 
   Copyright 2012 Magic Toolbox
   Buy a license: www.magictoolbox.com/magicslideshow/
   License agreement: http://www.magictoolbox.com/license/


*/

@font-face {
	font-family: 'DTL Argo WST';
	src: url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W13T.eot');
	src: url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W13T.eot?#iefix') format('embedded-opentype'), 
	url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W13T.woff') format('woff'), 
	url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W13T.ttf') format('truetype'), 
	url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W13T.svg#AC57W13TW') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DTL Argo WST';
	src: url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W33T.eot');
	src: url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W33T.eot?#iefix') format('embedded-opentype'),
	url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W33T.woff') format('woff'), 
	url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W33T.ttf') format('truetype'), 
	url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W33T.svg#AC57W33TW') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'DTL Argo WST';
	src: url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W16T.eot');
	src: url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W16T.eot?#iefix') format('embedded-opentype'),
	url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W16T.woff') format('woff'), 
	url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W16T.ttf') format('truetype'), 
	url('https://www.dutchtypelibrary.nl/webfonts/fontface_new/Argo/AC57W16T.svg#AC57W16TW') format('svg');
	font-weight: bold;
	font-style: normal;
}



	
div.MagicSlideshow {
    border: 0px solid #636363;
    background: #777777	;
    display: none; /* hides all images until Magic Slideshow is ready */
}

/* Styles for images */
img.MagicSlideshowImage {
    border: 0px;
}

/* Styles for images container */
div.MagicSlideshowImagesContainer {

}

/* Styles for thumbnails */
img.MagicSlideshowThumbnail {
    border: 0px solid transparent;
    margin: 0px;
}
img.MagicSlideshowThumbnail.highlight {
    border: 0px solid #696969;
}

/* Styles for thumbnails container */
div.MagicSlideshowThumbnailsContainer {
    padding: 0 0px;
}
div.MagicSlideshowThumbnailsContainerStyle {
    background: #FFFFFF;
}

/* Styles for descriptions */
.MagicSlideshowDescription {
    line-height: 24px;
    background: #FFFFFF;
    color: #000000;
    padding: 0px !important;
    font-family: DTL Argo WST;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 1px;
    text-align: center;
}

/* 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: 0px solid #696969;
    text-align: left;
   
	
}

/* Styles for arrows */
a.MagicSlideshowArrow {
    width: 66px;
    height: 66px;
    cursor: pointer;
    background: url('graphics/arrows06.png');
    padding: 0px !important;
    margin: 0px !important;
}
a.MagicSlideshowArrowTop {
    background-position: 66px 0;
}
a.MagicSlideshowArrowRight {
    background-position: 0 0;
}
a.MagicSlideshowArrowBottom {
    background-position: 66px 66px;
}
a.MagicSlideshowArrowLeft {
    background-position: 0 66px;
}
