#diashowContainer{
    width: 500px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

#diashowContainer .diashowMainContainer{
    width: 458px;
    height: 300px;
    float: left;
}
#diashowContainer .main{
    width: 500px; height: 400px; margin-left: auto; margin-right: auto;
}

#diashowContainer #diashowOut{
    text-align: center;
    height: 300px;
    width: 458px;
    background: top center url('../images/loading.gif') no-repeat;
    cursor: pointer;
}

#diashowContainer .author{
    width: 50%;
    float: left;
    text-align: left;
}
#diashowContainer .counter{
    width: 50%; text-align: right; float: left;
}

#diashowContainer .controls{
    margin-top: 20px;
}


#diashowContainer .btnLeft, #diashowContainer .btnRight{
    padding-top: 150px;
    cursor: pointer;
}
#diashowContainer .btnLeftContainer, #diashowContainer .btnRightContainer{
    width: 20px;
    height: 400px;
    float: left;
    text-align: center;
    
}

#diashowContainer .playPauseContainer{
    width: 10%; float: left;
    cursor: pointer;
}

#diashowContainer .colorChooserContainer{
    text-align: right;
    float: left;
}
#diashowContainer .colorChooser{
    float: right;
    width: 30px;
    height: 10px;
}

#diashowContainer .blacker{
    background: #000000;
    border: solid 5px;
    border-color: #000000;
}
#diashowContainer .blacker.black{
    border-color: rgb(134, 221, 251);
}

#diashowContainer .greyer{
    background: #cccccc;
    border: solid 5px;
    border-color: #cccccc;
}
#diashowContainer .greyer.grey{
    border-color: rgb(134, 221, 251);
}

#diashowContainer .whiter{
    background: #ffffff;
    border: solid 5px;
    border-color: #ffffff;
}
#diashowContainer .whiter.white{
    border-color: rgb(134, 221, 251);
}


#diashowContainer.grey{
	background: #cccccc;
}
#diashowContainer.white{
	background: #ffffff;
}
#diashowContainer.black{
	background: #000000;
}

#diashowContainer .sliderContainer{
    float: left; 
    width: 180px; height: 50px;
    margin-left: 35px;
}


#diashowContainer .slider{
    height: 14px; width:175px;
    background: #cccccc;
}


#diashowContainer .knob{
    height: 14px; width: 8px; background: rgb(134, 221, 251);
    cursor: pointer;
}
#layer .grey{
	background: #cccccc;
}
