.showcase-content-container
{
	padding-top: 10px;
}

.showcase-content{background-color: #ececec;}
.showcase-content-wrapper img{float:left;}

.showcase-onepage .static-caption
{
	background-color: #dfdfdf;
	color: #333;
}

/* Navigation arrows */
.showcase-arrow-previous, .showcase-arrow-next
{
	z-index: 20;
}

.showcase-arrow-previous
{
	left: 30px;
}
.showcase-arrow-next
{
	right: 30px;
}

/* Thumbnails */
.showcase-thumbnail-wrapper
{
	overflow: hidden;
	margin: auto;
}

/* Caption */
.brd{width: 169px;float: left;margin: 10px;}
.static-caption{border-bottom: 3px solid #D26500;}
.static-caption a{color: #271C73;font-size: 15px;font-weight: bold;text-decoration: none;}
.static-caption a:hover{color: #D26500;}
.not{border-bottom: 1px solid #EEE;padding-top:5px;color: #595959;font-size: 12px;line-height: 18px;}
.ler a{color: #D26500;font-size: 10px;text-decoration: none;}
.ler a:hover{text-decoration: underline;}
.showcase-button-wrapper{float: right;position: relative;margin-top: -35px;margin-right: 95px;}	
.showcase-button-wrapper span{background: none repeat scroll 0 0 #A5A5A5;border-radius: 3px 3px 3px 3px;color: white;padding: 3px 6px;text-decoration: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;margin:0 2px;cursor:pointer;}
.showcase-button-wrapper span.active{background: #271C73;}