.clear {
    clear: both;
}

.screen {
    position: relative;
    width: 900px;
    margin: 20px 20px 20px 150px;
}

.screen #button {
    border: 1px solid #555;
    margin-bottom: 5px;
    width: 360px;
    border-top: 0px;
    background: url(/images/gallery-bar.gif) repeat-x;
    height: 25px;
    line-height: 25px;
}

.screen #button a {
    margin: 0px 10px;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}

.error_message {
	color:red;
	font-size:12px;
}

.screen .prev {
    float: left;
    width: 20px;
}

.screen .next {
    float: right;
    width: 20px;
}

#galleryselection {
    float: left;
	margin:3px 0 0 65px;
    width: 150px;
}

.slideshow {
    overflow: hidden;
    width: 360px;
    border: 1px solid #555;
    height: 270px;
}

.slideshow .container {
    width: 360px;
}

.slideshow .item {
    width: 360px;
    height: 270px;
    line-height: 270px;
    float: left;
    cursor: pointer;
}

.slideshow .item img {
    padding: 5px;
    width: 350px;
    vertical-align: middle;
}

.zoombox {
    display: none;
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    background: #fff;
    padding: 10px;
    border: 1px solid #aaa;
    text-align: center;
    cursor: pointer;
}

.zoombox img {
    width: 600px;
}