html *, body{margin:0 0;}
#nav{position:absolute;top:7px;right:1%;height:40px;}
#nav p{display:inline;}
#controls{display:block;height:40px;}
#logo{position:absolute;top:0;left:3%;z-index:0;}
#krpanoDIV{height:93%;}
#header{position:relative;left:0;top:0;height:5%;width:auto;padding:5px 2px;border-bottom:1px solid white;}

/*slider styling*/
#sliderWrap {
margin: auto 0 ;
width: 300px;
}
#slider {
position: absolute;
/*top:200px;*/
bottom:60px;
/*distance from left of entire slider group*/
left:-40px;
background-color:#000;
/*background-image:url(images/slider.png);
background-repeat:no-repeat;
background-position: bottom;*/
/*overall width/height of slider*/
width: 286px;
height: 150px;

/*enables link on loading*/
margin-left: -246px;

}
#slider img {
border: 0;
}
#sliderContent {
position: absolute;
text-align:left;
color:red;
padding: 0 0;
}

#sliderContent li{
    display:block;
    border-bottom:1px dotted white;
    padding:4px;
    width:240px;
    background-color:gray;
    font-size:12px;
}

#slider a{
    color:white;
}

#slider a:hover {color:#000000;}

.current{
    color:#fff;

}


/*button styling*/
#openCloseWrap {
position:absolute;
/*shift open/close image*/
margin: 0 0 0 280px;

font-size:12px;
font-weight:bold;
}
#openCloseIdentifier
{
height: 1px;
}
