/* 
    Created on : Apr 25, 2016, 7:58:52 PM
    Author     : Tracy Booze
*/


/*This code is used for the art and photography pages to give */
/*Holds all the pieces together*/
#superCon {
    width: 750px;
    height: 540px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    
}

/*Buttons to move the images*/
#left {
    position: absolute;
    bottom: 275px;
    left: 0px;
    height: 50px;
    width: 75px;
    background-image: url("../images/LeftDog.png");
}

#right {
    position: absolute;
    bottom: 275px;
    right: 0px;
    height: 50px;
    width: 75px;
    /*background-color: blue;*/
    background-image: url("../images/RightDog.png");
}

.container {
    top: 75px;
    width: 600px;
    height: 460px;
    margin: 0 auto;
    position: relative;
    /*background-color: blue;*/
    overflow: hidden;
}

#imageHolder {
    width: 7800px;
    height: 460px;
    /*    background-color: blueviolet;*/
    position: absolute;
    left:0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.image {
    width: 600px;
    height: 460px;
    float: left;
    display: inline-block;
}

.artist {
    width: 600px;
    height: 25px;
    color: white;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    position: relative;
    bottom: 25px;
    left: 0px;
}