@charset "utf-8";
/* CSS Document */
#container #contentContainer {
height:90%;
overflow:hidden;
}

body {
background-color:#3F3F3F;
}

div.content {
width:480px;
margin-right:auto;
margin-left:auto;
overflow:hidden;
}

div.slideshow-container {
position:relative;
clear:both;
height:480px;
}

div.controls {
margin-top:5px;
height:50px;
}

div.slideshow {
background-color:#FFFFFF;
height:340px;
width:480px;
}

#page #contentContainer #gallery .slideshow-container #slideshow #slideborder {
margin-right:2px;
margin-bottom:2px;
margin-left:2px;
padding-top:2px;
}

#backButton {
position:absolute;
top:15px;
right:15px;
}

#backButton a {
background-image:url(../images/cancelbutton.png);
background-repeat:no-repeat;
background-position:80px 0;
display:block;
height:30px;
width:80px;
padding-top:10px;
padding-left:40px;
color:#CCCCCC;
font-size:14px;
}

#backButton a:hover {
background-image:url(../images/cancelbutton.png);
background-repeat:no-repeat;
background-position:80px -40px;
position:relative;
color:#FFFFFF;
}

#homeButton {
position:absolute;
left:15px;
top:15px;
}

#homeButton a {
height:30px;
width:75px;
display:block;
background-image:url(../images/homebutton.png);
background-repeat:no-repeat;
padding-top:12px;
padding-left:40px;
color:#CCCCCC;
font-size:14px;
}

#homeButton a:hover {
background-image:url(../images/homebutton.png);
background-position:0 -40px;
background-repeat:no-repeat;
color:#FFFFFF;
}