@charset "utf-8";
/* Slideshow Stylesheet - CSS Document */

.image_info {
    display:block;
    font-size:10px;
    color:#999;
    border:0px;
}

.wrapper {
    margin:0px auto;
    padding: 0;
    width:600px;
    text-align:center;
}

.image_info a {
    text-decoration:none;
    color:#fff;
}

img {
	border: 0;
}

.image {
    margin-bottom:5px;
}

.image img {
    padding: 0;
    display:block;
    background: none;
    margin-top: 5px;
}

.navigation, .navigation a {
	text-decoration: none;
    color: #666666;
    font-weight: bold;
	font-size: 11px;
	text-align: center
}

.thumbnail_row {
    margin-top: 1px;
}

.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}

.thumbnail_center {
    padding:1px;
    border:1px solid #fff !important;
}

.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
}


