body {
    text-align: center;
}

#bio {
    width: 25%;
}

.bioImage, .biotext {
    float: left;
}

#bioMessage {
    width: 98%;
}

.galleryPage {
    width: 1024px;
    margin: 0 auto;
}

.galleryPage img {
  border: 0px;
}

#galleryBody {
    width: 1024px;
    margin: 0 auto;
}

#guyImage a img {
    border: 0px;
}

#guyImage {
    position: fixed;
    bottom: 2%;
    left: 2%;
}

#featured {
    border: 1px solid #ccc;
    padding: 2px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.myList {
  padding-top: 2em;
  list-style-type: none;
}

/* scrolling style */

.scrollable {
    float: left;
    margin: auto;
    position: relative;
    overflow: hidden;
    width: 75%;
    height: 120px;
}

.scrollable .items {
    width: 20000em;
    position: absolute;
    clear: both;
}

.scrollable img {
    float: left;
    margin: 20px 5px 20px 21px;
    background-color: #fff;
    padding: 2px;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 100px;
    height: 75px;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.scrollable .active {
    border: 2px solid #000;
    z-index: 9999;
    position: relative;
}

a.browse {
    border: 1px solid #ccc;
    display: block;
    width: 75px;
    height: 50px;
    float: left;
    margin: 30px 5px 20px 21px;
    background-color: #fff;
    padding: 2px;
    cursor: pointer;
    font-size: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
a.right{ 
    background-color: transparent;
    clear: right; 
    margin-right: 0px;
}
a.right:hover, a.left:hover {
    background-color: lightgray;
}
a.right:active, a.left:active { 
    background-color: gray;
} 

a.left { 
    margin-left: 4%;
    background-color: transparent;
} 

a.disabled {
    visibility:hidden !important;		
}
