.photowidget{
    min-height: 200px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 10px 0px;
}
.photowidget ol{
    margin-bottom: 0;
}

.photowidget .photo-cols{
    padding-left: 0px;
    padding-right: 0px;
    height: 400px;
    overflow: hidden;
}

.carousel-inner>.item{
    height:400px;
    overflow: hidden;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.carousel-inner>.item img{
    width:auto;
    max-height: 400px;

}
.carousel-caption{
    width: 100%;
    text-align: left;
    background-color: rgba(0,0,0,0.5);
    right: inherit;
    left: inherit;
    bottom:0;
    padding: 12px 15px 15px 15px;
}
.carousel-indicators li {
    height:12px;
    width:12px;
    background-color: #ccc ;
    text-indent: 0px;
    border-radius:0px;
    border:0;
    vertical-align: middle;
}
.carousel-indicators li.active{
    width: 15px;
    height: 15px;
    text-indent: 0px;
    background-color: #60ae24;
    transition:0.2s;
    border:0;
}
ol.carousel-indicators{
    display:inline-block;
    position: inherit;
    width: 100%;
    left:0;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    margin-top: 5px;
}
.carousel-control.left,.carousel-control.right{
    height: 395px;
    top: 15;
    background-image:inherit;
}
.carousel-control.left:focus,.carousel-control.right:focus{
    opacity: .5;
}
.carousel-control.left:hover,.carousel-control.right:hover{
    opacity: .9 !important;
}
.carousel-control.left span.glyphicon,.carousel-control.right span.glyphicon{
    width: 40px;
    height: 45px;
    background: #000;
    font-size: 30px;
    top:50%;
    padding: 0px;
    color: #fff;
}
.carousel-control.right{
    width:90%
}
.carousel-control.right span.glyphicon{
    right:0;
    margin-left: 0;
    margin-right: 0;
}
.carousel-control.left{
    width:10%;
}
.carousel-control.left span.glyphicon{
    left:0;
    margin-left: 0;
    margin-right: 0;
}
.carousel-inner>.next, .carousel-inner>.prev{
    bottom:inherit;
    top: 0;
}
.glyphicon{
    font-family: 'Glyphicons Halflings' !important;
}