/**
 * ImageFlow Control Panel
 */
span.imageflow-show-settings{
    margin-left: .5em;
    font-size: 70%;
    font-weight: normal;
}
#imageflow-settings {
    display: none;
    margin: 5px 0;
    padding: 2px;
    border: 3px solid #ddd;
    color: #999;
    background-color: #fff;
    font-size: 80%;
    text-align: left;
}
div.more-popular #imageflow-settings {
    float: right;
    width: 180px;
}
#imageflow-settings a {
    color: #389;
    background-color: inherit;
}
#imageflow-settings a:hover {
    color:#f00;
}
#imageflow-settings th,
#imageflow-settings td {
    padding: 1px;
    color: #999;
    background-color: inherit;
}
#imageflow-settings th {
    text-align: right;
}
#imageflow-settings select {
    border: 1px solid #ddd;
    color: #666;
    font-size: 100%;
}

/**
 * ImageFlow
 */
#imageflow {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
}
#loading,
#imageflow-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: inherit;
    background-color: #000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
#loading {
    color: inherit;
    background: #000 url(/css/cssimg/ajax-loader.gif) no-repeat center center;
}
* html div#loading {
  position: absolute;
  height: expression(
    document.documentElement.clientHeight?
      document.documentElement.clientHeight:
      600 + 'px'
  );
}
* html div#imageflow-mask,
* html div#imageflow {
  position: absolute;
  height: expression(
    document.body.scrollHeight > document.body.offsetHeight?
      document.body.scrollHeight:
      document.body.offsetHeight + 'px'
  );
}
#imageflow-images {
    visibility: hidden;
}
#imageflow-images img {
    position: absolute;
    top: 0;
    border: 0;
}
#imageflow-controls {
    visibility: hidden;
    position: relative;
    top: 0;
    right: 30px;
    z-index: 10000;
    color: #fff;
    background-color: inherit;
    font-family: Sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    text-align: right;
}
#imageflow-captions {
    position: relative;
    z-index: 10000;
    color: #fff;
    background-color: inherit;
    font-family: Sans-serif;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
#imageflow-controls a,
#imageflow-captions a {
    color: #fff !important;
    background-color: inherit !important;
}
#imageflow-controls a {
    text-decoration: underline !important;
}
#imageflow-captions a {
    text-decoration: none !important;
}
#imageflow-scrollbar {
    visibility: hidden;
    position: relative;
    z-index: 10001;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
#imageflow-slider {
    position: absolute;
    z-index: 10002;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
    background: url(/css/cssimg/imageflow-slider.png) no-repeat;
}
