/* Widgets */
.widget-box {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    clear: both;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
}
.widget-title{
    background-color: #efefef;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
}
.widget-title span.icon {
    border-right: 1px solid #cdcdcd;
    padding: 9px 10px 7px 11px;
    float: left;
    opacity: .7;
}
.widget-title h5 {
    color: #666666;
    text-shadow: 0 1px 0 #ffffff;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 12px;
    line-height: 12px;
    margin: 0;
    font-family: arial;
}
.widget-content {
    padding: 12px 15px;
    border-bottom: 1px solid #cdcdcd;
}
.thumbnails {
	margin-left: -2.12766% !important;
}
.thumbnails [class*="span"] {
    margin-left: 2.12766% !important;
    position: relative;
}
.thumbnails .actions {
    background-color: #000000;
    padding: 5px 8px;
    border-radius: 5px;
    position: absolute;
    top: 46%;
    left: 44%;
    margin-top: -23px;
    margin-left: -46px;
    opacity: 0;
    -moz-transition: opacity 0.3s ease-in-out;
}
.thumbnails li:hover .actions {
    opacity: 1;
}
.gallery-content {
    height: 200px;
    overflow-y: auto;
}
.img_thumb{
    display: table-cell;
    font-size: 9px !important;
    text-align: center;
    vertical-align: middle;
    width: 140px;
    height: 100px;
    max-width:140px;
}
.img_main{
    max-width: 100%;
    max-height: 100%;
}
.thumbnails.thumbdata{
    margin-top: 5px;
}
.thumbnails.thumbdata .actions{
    margin-left: -18px;
    top:62%;
}
.thumbnails.thumbdata .actions a{
    margin-right: 3px;
}