.sidebar{
	width: 300px;
	text-align: center;
}

#slideshow{
    padding: 0px 0px;
	text-align: left;
    width: 150px;
	display: block;
}
	
#slideshow img{
	max-width: 150px;
	max-height: 200px;
	vertical-align: top;
	position: relative;
	bottom: 0px;
}

#slideshow a{
	text-decoration: none;

}
	
#caption{
	padding: 8px;
	text-align: left;
	float: right;
	width: 134px;
	vertical-align: top;
}		

#thumbs{
	vertical-align: top;
	clear: both;
	text-align: left;
}

#thumbs ul{
    padding: 5px 0px;
	margin: 0;
}

#thumbs li{
	display: inline;
	margin-right: 5px;
}

#thumbs li img{
	max-width: 100px;
	max-height: 100px;
	padding: 3px;
	border: 1px solid #ccc;
}

.thumb {
	text-decoration: none;
}

ul.thumbs li.selected  img{
	background: #000;
	border: none;
}
a.thumb:focus {
	outline: none;
}
.prev, .next, .play, .pause, .pagination a{
	padding: 15px 0px;
	color:#777777;
	text-decoration: none;
}

.pagination a{
	background-color: white;
}

.nav-controls{
    float: right;
}

.ss-controls{
	float: left;
}

.nav-controls a:hover, .ss-controls a:hover{
    text-decoration:underline;
}

.pagination{
    clear: both;
    text-align: center;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

.selected {
    opacity: 1 !important;
	filter: alpha(opacity = 1);
}

.image-wrapper{
	display: block !important;
	vertical-align: top;
	}

