.ui-contentflow .flow .item canvas.content {
    height: 100%;
    width: 100%
}

.ui-contentflow .flow .item img.content {
    width: 100%
}

.ui-contentflow .flow .item img.reflection,
.ui-contentflow .flow .item canvas.reflection {
    width: 100%
}

.ui-contentflow .flow .item.active {
    cursor: pointer
}

.ui-contentflow .flow .item .caption {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    color: white;
    max-height: 30%;
    bottom: 10%;
    background: url("/sistema/resource/contentflow/images/1x1_0.5_black.png");
    width: 100%
}

* html .ui-contentflow .flow .item .caption {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/sistema/resource/contentflow/images/1x1_0.5_black.png")
}

.ui-contentflow .flow .item .caption a,
.ui-contentflow .flow .item .caption a:link,
.ui-contentflow .flow .item .caption a:visited,
.ui-contentflow .flow .item .caption a:active,
.ui-contentflow .flow .item .caption a:hover {
    text-decoration: none;
    color: white;
    font-style: italic;
    font-size: .8em
}

.ui-contentflow .flow .item .caption a:hover {
    text-decoration: underline
}

.ui-contentflow .scrollbar {
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
    height: 16px;
    background: url("/sistema/resource/contentflow/images/scrollbar_white.png") left center repeat-x;
    position: relative;
    overflow: visible
}

.ui-contentflow .scrollbar .slider {
    width: 16px;
    height: 16px;
    background: url("/sistema/resource/contentflow/images/scrollbar_white.png") center center no-repeat;
    cursor: move
}

* html .ui-contentflow .scrollbar .slider {
    background-image: none
}

* html .ui-contentflow .scrollbar .slider .virtualSlider {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="/sistema/resource/contentflow/images/scrollbar_white.png")
}

.ui-contentflow .scrollbar .slider .position {
    top: 120%;
    font-size: 16px;
    font-weight: bold;
    color: silver
}

.ui-contentflow .globalCaption {
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 14px;
    height: 20px;
    margin: 2em auto
}

.ui-contentflow .globalCaption .caption a,
.ui-contentflow .globalCaption .caption a:link,
.ui-contentflow .globalCaption .caption a:visited,
.ui-contentflow .globalCaption .caption a:active,
.ui-contentflow .globalCaption .caption a:hover {
    text-decoration: none;
    color: white;
    font-style: italic;
    font-size: .8em
}

.ui-contentflow .globalCaption .caption a:hover {
    text-decoration: underline
}

.ui-contentflow .loadIndicator {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black
}

.ui-contentflow .loadIndicator .indicator {
    background: url("/sistema/resource/contentflow/images/loader.gif") center center no-repeat;
    width: 100%;
    height: 100%
}

* html .ui-contentflow .loadIndicator .indicator {
    height: 100px
}

.ui-contentflow {
    position: relative;
    overflow: hidden
}

.ui-contentflow * {
    margin: 0;
    padding: 0
}

.ui-contentflow img {
    -ms-interpolation-mode: bicubic
}

.ui-contentflow .mouseoverCheckElement {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    visibility: hidden
}

.ui-contentflow:hover .mouseoverCheckElement {
    left: 1px
}

.ui-contentflow .flow {
    position: relative;
    z-index: 0;
    visibility: hidden;
    width: 100%;
    margin: 0 auto
}

.ui-contentflow .flow.hidden {
    visibility: hidden
}

.ui-contentflow .flow .item {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0
}

.ui-contentflow .flow .item .content {
    display: block
}

.ui-contentflow .flow .item div.content {
    width: 100%;
    height: 100%
}

.ui-contentflow .flow .item .label {
    display: none
}

.ui-contentflow .flow .item .reflection {
    display: block
}

.ui-contentflow .flow .item canvas.reflection {
    margin-top: -1px
}

.ui-contentflow .flow .item .caption {
    position: absolute;
    display: none
}

.ui-contentflow .scrollbar {
    position: relative;
    z-index: 1;
    visibility: hidden
}

.ui-contentflow .scrollbar .slider {
    position: absolute
}

* html .ui-contentflow .scrollbar .slider .virtualSlider {
    height: 100%
}

.ui-contentflow .scrollbar .slider .position {
    position: absolute;
    text-align: center
}

.ui-contentflow .globalCaption {
    position: relative;
    z-index: 1
}

.ui-contentflow .loadIndicator {
    position: absolute;
    z-index: 65000
}