/* start Ohnimus node css*/
.view-manage-slideshow table {
    width: 100%;
}

.slideshow-slide {
    display: inline-block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #eee;
}
.slideshow-slide.selected {
    background: green;
    color: #fff;
}

.ui-state-highlight {
    display: inline-block;
    width: 100px;
    height: 50px;
}

.flex-caption  {
   
	color :#fff !important;
	font-size: .75em;
	background:rgba(120, 120, 120,.5) !important;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2787878,endColorstr=#B2787878)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2787878,endColorstr=#B2787878);   /* IE6 & 7 */
	zoom: 1;
}

.flexslider li {
    position: relative;
}

.preview {
    cursor: pointer;
}
