.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


.flex-control-thumbs li img{
}

.flex-control-thumbs li img.flex-active{
}

/* FULL SIZE */
@media all and (min-width: 52.75em) {
	.flex-caption{
		bottom: 0;
		color: #FFFFFF;
		margin: 0;
		padding: 0;
		position: absolute;
		width: 60%;
	}
	
	.flex-caption p.wrap_caption{
		padding:10px;
		margin:0;
		background:none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	}
	
	.contentImages .flex-caption{
		font-size:0.9em;
	}

	div#slider-thumbs {
		bottom: 0;
		right:0;
		position: absolute;
		width: 40%;
	}

	ol.flex-control-thumbs {
		float:right;
		width:auto;
		margin-right:10px;
	}

	.flex-control-thumbs li{
		width:65px;
		border:solid 1px #CCCCCC;
		margin:0 0 5px 5px;
		background:#000;
	}

}