/*!
 * Dynamic display block module template (Drupal 7): navigator60p - Cascading Style Sheet
 * (c) Copyright Phelsa Information Technology, 2012. All rights reserved.
 * Version 1.0 ( 13-JUL-2012 )
 * License: Single usage
 */
/********************* container **********************/
div.ddblock-cycle-navigator60p div.container{}
div.ddblock-cycle-navigator60p div.container-inner{position:relative;}
/********************* slider **********************/
div.ddblock-cycle-navigator60p div.slider{position:relative;} /* to be able to have pager on slide relative to slider */
div.ddblock-cycle-navigator60p div.slider-inner{
  overflow:hidden;
  position:relative;
  visibility:hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
/********************* slide **********************/
div.ddblock-cycle-navigator60p div.slide{
  display:none;
  left:0;
  position:absolute;
  top:0;
}
div.ddblock-cycle-navigator60p div.slide-inner {}
div.ddblock-cycle-navigator60p div.slide-inner img{
  margin:0 !important;
  padding:0 !important;
}
/********************* slide text **********************/
div.ddblock-cycle-navigator60p div.slide-text{
  background-color:rgba(0,0,0,0.75);
  /*background:transparent url(images/transparent_bg.png) repeat scroll 0 0!important;*/
  position:absolute;
  overflow: hidden;
  /*ORIGINALLY visibility:hidden;*/
}
div.ddblock-cycle-navigator60p  div.slide-text-visible{
  visibility:visible;
}
div.ddblock-cycle-navigator60p div.slide-text-horizontal{}
div.ddblock-cycle-navigator60p div.slide-text-vertical{/*bottom:0px;*/top:0px;}
div.ddblock-cycle-navigator60p div.slide-text-top{top:7px;}
div.ddblock-cycle-navigator60p div.slide-text-right{bottom:0;right:60px;}
div.ddblock-cycle-navigator60p div.slide-text-bottom{bottom:51px;border-top-right-radius:15px;border-bottom-right-radius:15px;}
/*ORIGINAL div.ddblock-cycle-navigator60p div.slide-text-bottom{bottom:7px;}*/
div.ddblock-cycle-navigator60p div.slide-text-left{bottom:0;left:60px;}
div.ddblock-cycle-navigator60p div.slide-text-inner{padding:10px;}
/********************* slide text - title **********************/
div.ddblock-cycle-navigator60p div.slide-title{}
div.ddblock-cycle-navigator60p div.slide-title-vertical{}
div.ddblock-cycle-navigator60p div.slide-title-horizontal{}
div.ddblock-cycle-navigator60p div.slide-title h2{margin:0;padding:0;}
div.ddblock-cycle-navigator60p div.slide-title h2 a{
  color:#ffffff!important;
  text-decoration:none;
}
div.ddblock-cycle-navigator60p div.slide-title-inner{}
/********************* slide text - body **********************/
div.ddblock-cycle-navigator60p div.slide-body-vertical{}
div.ddblock-cycle-navigator60p div.slide-body-horizontal{}
div.ddblock-cycle-navigator60p div.slide-body-inner{color:#ffffff;}
div.ddblock-cycle-navigator60p div.slide-body-inner p{font-size:12px;margin:0;padding:0;}
div.ddblock-cycle-navigator60p div.slide-body-inner li{float:left;}
div.ddblock-cycle-navigator60p div.slide-body-inner a{color:#ffffff;}
/********************* slide text - read more **********************/
div.ddblock-cycle-navigator60p div.slide-read-more{
  bottom:5px;                            /* To place button 10px from the bottom*/
  position:absolute;                      /* position button absolute with the slidetext-inner */
  right:10px;                             /* To place button 10px from the right*/
  width:100px;                            /* with of the button image */
}
div.ddblock-cycle-navigator60p div.slide-read-more a {
  /*background:transparent url(images/readmore.png) no-repeat scroll 0 0; /* normal state of button */
  color:#ffffff;
  display:block;
  font-size:12px;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:bold;
  height:24px;                             /* height of the button */
  margin:0 auto;                           /* to place text centered */
  line-height:24px;                        /* to place text verticaly centered - same height as the button */
  padding-left:0px;                        /* to adjust text from center when needed for button with decoration*/
  text-align:center;                       /* to place text horizontaly centered */
  text-decoration:none;
}
div.ddblock-cycle-navigator60p div.slide-read-more a:hover{
  /*background:transparent url(images/readmore.png) no-repeat 0 -24px; /* hover state of button */
  color:#ffffff;
}
div.ddblock-cycle-navigator60p div.slide-read-more a:focus{outline:none;}
/********************* scrollable-pager +custom prev next pager**********************/
div.ddblock-cycle-navigator60p div.pager {
  margin-left:auto;
  margin-right:auto;
  position: relative;
}
/********************* scrollable-pager **********************/
/* Root element for the scrollable. When scrolling occurs this element stays still. */
div.ddblock-cycle-navigator60p div.scrollable-pager {
  /* required settings */
  margin-top:5px;
  margin-bottom:5px;
  height:20px;
  overflow:hidden;
  position:relative;
  vertical-align:middle;
  /* this makes it possible to add next button beside scrollable */
  float:left;
  /* custom decorations*/
}
div.ddblock-cycle-navigator60p div.scrollable-pager-inner{}
/*root element for scrollable items. Must be absolutely positioned
    and it should have a super large width to accomodate scrollable items.
    it's enough that you set width and height for the root element and
    not for this element.
*/
div.ddblock-cycle-navigator60p div.scrollable-pager div.items {
  /*clear:both;*/
  position:absolute;
  /* this cannot be too large */
  width:20000em;
  /* decoration */
}
/*a single item. must be floated on horizontal scrolling
    typically this element is the one that *you* will style
    the most.
*/
div.ddblock-cycle-navigator60p div.scrollable-pager div.items div {float:left;}
/* you may want to setup some decorations to active item */
div.ddblock-cycle-navigator60p div.scrollable-pager div.items div.active {}
div.ddblock-cycle-navigator60p div.scrollable-pager div.items div a{
  background:#fff;
  border:1px solid #3B5481;
  display:block;
  float:left;
  height:10px;
  margin:0 5px 0 0;
  padding: 0px;
  text-decoration:none!important;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  width:10px;
}
div.ddblock-cycle-navigator60p div.scrollable-pager div.items div a.activeSlide{
  background-color: #1F6899;
  border: 1px solid black;
}
div.ddblock-cycle-navigator60p div.scrollable-pager div.items div a:hover{
  background-color: #91C3EB;
  border: 1px solid black;
}
div.ddblock-cycle-navigator60p div.scrollable-pager div.items div a:focus{outline:none;}
div.ddblock-cycle-navigator60p div.scrollable-pager div.items img{
  border:none;
  height:38px;
  margin:0 !important;
  padding:0 !important;
  vertical-align:middle;
  width:61px;
}
/*********** Pager ***********/
div.ddblock-cycle-navigator60p div.pager {
  margin-left:auto;
  margin-right:auto;
  display:table;
  height:25px;
}
/********************* previous next pager on slide **********************/
div.ddblock-cycle-navigator60p div.pager-slide{
  height: 41px;
  position: absolute;
  width:41px;
  z-index:450;
}
div.ddblock-cycle-navigator60p div.pager-slide a{
  display:block;
  height:41px;
  opacity: 0.5;
  width:41px;
}
div.ddblock-cycle-navigator60p div.next-container a.next{
  background: url(images/arrows.png) no-repeat -31px 0;
}
div.ddblock-cycle-navigator60p div.prev-container a.prev{
  background: url(images/arrows.png) no-repeat 11px 0px;
}
div.ddblock-cycle-navigator60p div.next-container a.next:hover{
  background: url(images/arrows.png) no-repeat -31px 0px;
  opacity:1;
}
div.ddblock-cycle-navigator60p div.prev-container a.prev:hover{
  background: url(images/arrows.png) no-repeat 11px 0px;
  opacity:1;
}
div.ddblock-cycle-navigator60p div.pager-slide a:focus{outline:none;}
div.ddblock-cycle-navigator60p div.spacer-horizontal{
  background-color:#ccc;
  clear:both;
  height:5px;
}
/********************* pager summary **********************/
div.ddblock-cycle-navigator60p a.count {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #999;
  text-decoration: none;
  text-align: center;
}
