﻿.pnlThemeTop
{
  top: 0px;
  left: 0px; /* hack for ie7 */
  position: fixed;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}

a .pnlThemeTop, a:link .pnlThemeTop, a:hover .pnlThemeTop, a:visited .pnlThemeTop
{
  text-decoration: none;
  border: none;
  display: block;
}

/* hack altrimenti nn va bene il footer e/o la sitemap*/
.pnlThemBottomSeparator
{
  position: relative;
  bottom: 0px;
}

.pnlThemBottom
{
  position: fixed;
  bottom: 0px;
  left: 0px; /* hack for ie7 */
  margin: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

a .pnlThemBottom, a:link .pnlThemBottom, a:hover .pnlThemBottom, a:visited .pnlThemBottom
{
  text-decoration: none;
  border: none;
  display: block;
}

.galleryVideoImageItem
{
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  overflow: hidden;
  width: 170px;
  text-align: center;
}
.galleryVideoImageItem a
{
  text-align: center;
  display: block;
}
.galleryVideoImageItem a img
{
  text-align: center;
}

