/*
Theme Name: Soundtrackcity
Theme URI: http://www.soundtrackcity.nl/
Description: Special designed theme for Soundtrackcity
Version: 1.0
Author: Andries Reitsma
Author URI: http://www.andriesreitsma.nl
Tags: Soundtrackcity, Geluidswandelingen, Amsterdam

	Soundtrackcity v1.0
	http://www.soundtrackcity.nl

	This theme was designed by Michiel Uilen (http://www.michieluilen.nl)
	This theme was built by Andries Reitsma (http://www.andriesreitsma.nl)

*/



/* Begin Typography & Colors */

#slideshow {
    position:relative;
    height:300px;
    width: 186px;
    background-color: #FFF;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 300px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
    background-color: #FFF;
}

#slideshow DIV.last-active {
    z-index:9;
    background-color: #FFF;
}

#slideshow DIV IMG {
    height: 255px;
    width: 186px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

#slideshow DIV span {
	font-family: Georgia;
	font-style: italic;
	font-size: 0.8em;
}