/*************************************************
**  Gallery Teaser
*************************************************/

  div.teaserGalleryWrap {
    height: 210px;
    margin-bottom: 25px;
    position: relative;
  }

  span.teaserGalleryTitle {
	background:transparent url(../../img/background-h1.gif) repeat-x scroll center bottom;
	border-top:0 none;
	display:block;
	margin:0 10px 9px;
	padding:0 0 6px 7px;
	font-size: 20px;
	font-weight: bold;
	color: #D10000;
	text-transform: uppercase;
  }

  div.teaserGallery {
	border-top-width:0;
	height:150px;
	left:55px;
	overflow:hidden;
	position:absolute;
	top:43px;
	width:200px;
	z-index:4;
	padding-top: 32px;
  }

  div.teaserGallery div a {
    display: block;
    float: left;
    height: 150px;
    width: 213px;
	background: 0;
  }

div.teaserGallery div img {
margin-right:13px;
}

  div.teaserGallery div a:hover {
	background: 0;
  }

    .teaserGallery img.leftSwitch {
      background-color: #999;
      cursor: pointer;
      position: absolute;
      left: 0;
      top: 0;
    }

    .teaserGallery img.rightSwitch {
      background-color: #999;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
    }


