.RaiPhotogallery {
  width: 100%;
  height: 100%;
  float: left;
  background-color: #0a0a0a;
  color: #fff;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.RaiPhotogallery.loading {
  background: #0a0a0a url(/dl/objects/js/raiphotogallery/images/photo_loading.gif) center center scroll no-repeat;
}
.RaiPhotogallery .h {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}
.Player #silverlightControlHost h3,
.RaiPhotogallery .h h3 {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 30px;
  color: #fff;
  margin: 0px;
  padding: 1px 0px 0px 5px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  font-variant: small-caps;
}
.RaiPhotogallery .h p {
  display: none;
}
/*
.RaiPhotogallery .h:hover {
  height: auto;
  bottom: 34px;
  background-color: rgb(0,0,0);
}
.RaiPhotogallery .h:hover p {
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 30px;
  font-size: 13px;
  line-height: 15px;
  margin: 0px;
  padding: 5px;
  text-align: left;
  overflow: auto;
  z-index: 15;
  background-color: rgb(0,0,0);
}
*/
.RaiPhotogallery .m {
  position: absolute;
  top: 30px; /* altezza dell'intestazione */
  left: 0px;
  right: 0px;
  bottom: 34px; /* altezza del footer */
  overflow: hidden;
}
.RaiPhotogallery .m a {
  position: absolute;
  display: block;
  width: 56px;
  height: 43px;
  top: 42%;
  cursor: pointer;
  z-index: 10;
}
.RaiPhotogallery .m a.prev {
  left: 0px;
  background: transparent url(/dl/objects/js/raiphotogallery/images/photo_arr_left.png) no-repeat scroll left top;
}
.RaiPhotogallery .m .watchAll{
  position: absolute;
  top: 42%;
  width:100%;
  background-color: transparent;
  height:43px;
  z-index:12;
}
.RaiPhotogallery .m .watchAll a{
  width:100%;
  color:#fff;
  background-color:rgba(0,0,0,0.7);
  height: 30px;
  top: 0px;
  padding-top: 13px;
  left: 100%;
  -webkit-transition: width 300ms ease-in;
  -moz-transition: left 300ms ease-in;
  -ms-transition: left 300ms ease-in;
  -o-transition: left 300ms ease-in;
  transition: left 300ms ease-in;
}
.RaiPhotogallery .m .watchAll:hover a{
  left:0px;
}
.RaiPhotogallery .m a.prev:hover,
.RaiPhotogallery .m a.prev:active {
  background-image: url(/dl/objects/js/raiphotogallery/images/photo_arr_left_hl.png);
}
.RaiPhotogallery .m a.next {
  right: 0px;
  background: transparent url(/dl/objects/js/raiphotogallery/images/photo_arr_right.png) no-repeat scroll left top;
}
.RaiPhotogallery .m a.next:hover,
.RaiPhotogallery .m a.next:active {
  background-image: url(/dl/objects/js/raiphotogallery/images/photo_arr_right_hl.png);
}
.RaiPhotogallery .m div.mask {
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  z-index: 5;
}

.RaiPhotogallery .m div.mask a.linkBanner {
  /*margin: 130px 0 0 290px;*/
  width: 350px;
  height: 50px;
  right: 10px;
   top: 100%;
   position: absolute;
   margin-top: -65px;
}

.RaiPhotogallery .m div.mask a.linkBanner img {
  width: 350px;
  height: 50px;
}


@media only screen and (min-width: 300px) and (max-width: 310px) {

  .RaiPhotogallery .m div.mask a.linkBanner {
    width: 300px;
    height: 40px;
  }

  .RaiPhotogallery .m div.mask a.linkBanner img {
    width: 300px;
    height: 40px;
  }
}
.RaiPhotogallery .m div.mask a.closeBanner{
  z-index: 20;
  width: 15px;
  height: 15px;
  /*background-image: url(/dl/objects/js/raiphotogallery/images/closeBannerButton.png);
  margin: 120px 0 0 630px;*/
   right: 3px;
   top: 100%;
   position: absolute;
   margin-top: -74px;
}

.RaiPhotogallery .m div.mask a.linkBannerFull {
 /* margin: 378px 0 0 860px; */
   width: 728px;
   height: 90px;
   right: 20px;
   top: 100%;
   position: absolute;
   margin-top: -120px;
}
.RaiPhotogallery .m div.mask a.linkBannerFull img {
  width: 728px;
  height: 90px;
}

.RaiPhotogallery .m div.mask a.closeBannerFull{
  z-index: 20;
  width: 15px;
  height: 15px;
  /*background-image: url(/dl/objects/js/raiphotogallery/images/closeBannerButton.png);
  margin: 370px 0 0 1580px;*/
  right: 13px;
  top: 100%;
  position: absolute;
  margin-top: -130px;
}

.RaiPhotogallery .m div.img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0px;
  text-align: center;
  z-index: 1;
  padding: 0px;
  margin: 0px;
}
.RaiPhotogallery .m div.img.curr {
  z-index: 2;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
}
.RaiPhotogallery .m div.img.left {
  left: -100%;
}
.RaiPhotogallery .m div.img.right {
  left: 100%;
}
.RaiPhotogallery.crossfade .m div.img.left {
  left: 0%;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
}
.RaiPhotogallery.crossfade .m div.img.right {
  left: 0%;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
}
.RaiPhotogallery .m div.img.animate {
  transition: left 0.5s, opacity 0.5s;
  -webkit-transition: left 0.5s, -webkit-opacity 0.5s;
  -moz-transition: left 0.5s, -moz-opacity 0.5s;
  -ms-transition: left 0.5s, -ms-opacity 0.5s;
  -o-transition: left 0.5s, -o-opacity 0.5s;
}
.RaiPhotogallery .m div.img img {
  margin: 0 auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  float: none;
  width: auto;
}
.RaiPhotogallery .m div.img div.sizer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.RaiPhotogallery .m div.img div.label {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: auto;
  max-height: 42px;
  color: #fff;
  margin: 0px;
  padding: 1px 5px 0px 5px;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  text-align: center;
  font-weight: normal;
  background-color: rgba(0,0,0,0.5);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000'); /* IE */
}





.RaiPhotogallery .b {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 34px;
  text-align: center;
  background-color: rgb(202, 202, 202);
}
.RaiPhotogallery .b a {
  cursor: pointer;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.RaiPhotogallery .b a:link,
.RaiPhotogallery .b a:visited {
  background-color: rgb(202, 202, 202);
}
.RaiPhotogallery .b a:hover,
.RaiPhotogallery .b a:active {
  background-color: rgb(162, 162, 162);
}
.RaiPhotogallery .b .pause,
.RaiPhotogallery .b .play {
  display: block;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 34px;
  width: 108px;
  border-right: 1px solid rgb(106, 106, 106);
}
.RaiPhotogallery .b .play {
  background-image: url(/dl/objects/js/raiphotogallery/images/photo_btn_play.png);
}
.RaiPhotogallery .b .pause {
  background-image: url(/dl/objects/js/raiphotogallery/images/photo_btn_pause.png);
}
.RaiPhotogallery .b .t {
  display: block;
  text-align: center;
  position: absolute;
  left: 109px;
  bottom: 0px;
  right: 0px; /* no buttons on right */
  height: 25px;
  border-left: 1px solid rgb(233, 233, 233);
  border-right: 1px solid rgb(106, 106, 106);
  text-transform: uppercase;
  color: rgb(100, 100, 100);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 9px 0px 0px 0px;
  overflow: hidden;
}
.RaiPhotogallery .b .t.tiny {
  padding-top: 2px;
  height: 32px;
}
.RaiPhotogallery .b .t span {
  font-weight: bold;
}
.RaiPhotogallery.fullscreenAvailable .b .t,
.RaiPhotogallery.popupAvailable .b .t,
.RaiPhotogallery.expandAvailable .b .t {
  right: 40px; /* one button on right */
}
.RaiPhotogallery.fullscreenAvailable.expandAvailable .b .t,
.RaiPhotogallery.popupAvailable.fullscreenAvailable .b .t,
.RaiPhotogallery.popupAvailable.expandAvailable .b .t {
  right: 81px; /* two buttons on right */
}
.RaiPhotogallery.expandAvailable.popupAvailable.fullscreenAvailable .b .t {
  right: 122px; /* three buttons on right */
}
.RaiPhotogallery.isFullscreen.expandAvailable .b .t,
.RaiPhotogallery.isFullscreen.popupAvailable .b .t,
.RaiPhotogallery.isFullscreen.fullscreenAvailable .b .t,
.RaiPhotogallery.isFullscreen.popupAvailable.fullscreenAvailable .b .t,
.RaiPhotogallery.isFullscreen.expandAvailable.fullscreenAvailable .b .t,
.RaiPhotogallery.isFullscreen.expandAvailable.popupAvailable .b .t,
.RaiPhotogallery.isFullscreen.expandAvailable.popupAvailable.fullscreenAvailable .b .t {
  right: 40px; /* one button on right */
}
.RaiPhotogallery .b .reduce,
.RaiPhotogallery .b .expand {
  display: none;
}
.RaiPhotogallery.isFullscreen.expandAvailable .b .reduce,
.RaiPhotogallery.isFullscreen.expandAvailable .b .expand {
  display: none;
}
.RaiPhotogallery.expandAvailable .b .reduce,
.RaiPhotogallery.expandAvailable .b .expand {
  display: block;
  float: right;
  height: 34px;
  width: 39px;
  border-left: 1px solid rgb(233, 233, 233);
  border-right: 1px solid rgb(106, 106, 106);
}
.RaiPhotogallery.expandAvailable .b .expand {
  background-image: url(/dl/objects/js/raiphotogallery/images/photo_btn_expand.png);
}
.RaiPhotogallery.expandAvailable .b .reduce {
  background-image: url(/dl/objects/js/raiphotogallery/images/photo_btn_reduce.png);
}
.RaiPhotogallery .b .popup {
  display: none;
}
.RaiPhotogallery.isFullscreen.popupAvailable .b .popup {
  display: none;
}
.RaiPhotogallery.popupAvailable .b .popup {
  display: block;
  float: right;
  height: 34px;
  width: 39px;
  border-left: 1px solid rgb(233, 233, 233);
  border-right: 1px solid rgb(106, 106, 106);
  background-image: url(/dl/objects/js/raiphotogallery/images/photo_btn_popup.png);
}
.RaiPhotogallery .b .exitFullscreen,
.RaiPhotogallery .b .fullscreen {
  display: none;
}
.RaiPhotogallery.fullscreenAvailable .b .exitFullscreen,
.RaiPhotogallery.fullscreenAvailable .b .fullscreen {
  display: block;
  float: right;
  height: 34px;
  width: 39px;
  border-left: 1px solid rgb(233, 233, 233);
  background-position: 2px 0px;
}
.RaiPhotogallery .b .fullscreen {
  background-image: url(/dl/objects/js/raiphotogallery/images/photo_btn_fullscreen.png);
}
.RaiPhotogallery .b .exitFullscreen {
  background-image: url(/dl/objects/js/raiphotogallery/images/photo_btn_exit_fullscreen.png);
}