

#text p {
   font-size: 12px; 
   padding: 10px;
   overflow: hidden;
}

#content {
    position: relative;

}

#arrow_up {
    position: absolute;
    top: 30px;
    left: 7em;
}

#arrow_down {
    position: absolute;
    bottom: -2.8em;
    left: 7em;
}

#thumbs {
    background-image: url('../images/thumbnail_column.png');
    overflow: hidden;
    height: 100%;
	margin-top:50px;
}

#thumbs img {
    position: relative;
    height: 95px;
    border: 4px solid black;
    margin: 15px 0 15px 30px; 
    opacity: 0.5;
}

#thumbs img:hover {
    border: 4px solid white;
    opacity: 1;
}

#picture {
    float: right;
    margin: 30px 50px 0 0;
    width: 400px;
    height: 350px;
    
}

#text {
    float: right;
    border: 2px solid black;
    background-color: white;
    margin: 30px 50px 0 0;
    width: 270px;
    height: 420px;
    
}


