/*****************************
*** Allgrund Slideshow Box ***
******************************/

/* Main Container - DO NOT EDIT */
#slideshow
{
    display:none; 
}

/* Image container */
#slideshow div
{
	width:200px;
	text-align:center;
	border:solid 1px black;
	padding:10px;
}

/* Slideshow Links */
#slideshow a
{
	font-family:Verdana;
	font-size:11px;
	color: #CCC;
}

/* Link Hover */
#slideshow a:hover
{
   /* font-family:Verdana;
    font-size:11px;
    color:white;*/
}

/* Slide Show Images */
#slideshow img
{
    padding:10px;
    border:solid 1px black
}

/**************************************
*** Frankfurt Rentals Slideshow Box ***
***************************************/

/* Main Container - DO NOT EDIT */
#slideshow_fr
{
    display:none;
}

/* Image container */
#slideshow_fr div
{
    width:200px;
    text-align:center;
    border:solid 1px black;
    padding:10px;
}

/* Slideshow Links */
#slideshow_fr a
{
    font-family:Verdana;
    font-size:11px;
	color: #CCC;
}

/* Link Hover */
#slideshow_fr a:hover
{
    /*font-family:Verdana;
    font-size:11px;
    color:white;*/
}

/* Slide Show Images */
#slideshow_fr img
{
    padding:10px;
    border:solid 1px black
}
