/* hide from ie on mac \*/
html {
    overflow: hidden;
}
/* end hide */

body 
{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color:#ffffff;
    text-align: center;
}
	
a 
{
    color:#cccccc;
}

.contact 
{
    margin: 0 auto;
    border: 0px;
    text-decoration: none;
    color: black;
    font-style: italic;
}
.contact h2 { margin: 2px; padding: 0; font-weight: normal; }
.contact p { margin: 0; padding: 0; }

#slideshow {
    margin: 20px auto;
    text-align: center;
}

#slideshow #slideshow_category,
#slideshow #slideshow_buttons
{
    border: 0px;
    text-decoration: none;
    color: black;
    font-style: italic;
    text-align:center; 
}

#slideshow #slideshow_buttons li {
    font-size: 10px;
}

#slideshow #slideshow_category li,
#slideshow #slideshow_buttons li {
    display: inline;
    list-style: none;
    color:black;
    text-align:left;
    text-decoration:none;
    border-style:none;
    padding: 4px;
    cursor: pointer;
}
#slideshow #slideshow_category li:hover,
#slideshow #slideshow_buttons li:hover {
    color: grey;
}


#slideshow .slide {
    overflow: hidden;
}

#slideshow .img {
    color: #fff
    text-decoration: none;
    background-color: transparent;
    border-style: none;	
    padding: 4px;
    margin: 4px;
    border: 1px #ccc solid;
}

#links {
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

#links img {
    text-decoration: none;
    border-style: none;
}
