@charset "utf-8";
/* CSS Document */

#showcase{
    width:300px;
    height:200px;
    margin-left:auto;
    margin-right:auto;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    z-index:5;
    border:1px solid #000;
}

#showcase img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

#showcase a{
    text-decoration:none;
    color:#FFFFFF;
}


#showcase2{
    width:300px;
    height:200px;
    margin-left:auto;
    margin-right:auto;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    z-index:5;
    border:1px solid #000;
}

#showcase2 img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

#showcase2 a{
    text-decoration:none;
    color:#FFFFFF;
}



