/* HOTEL TV  hm */
#hotelTV {
	background: url('../img/bg_content_hamburg.png') no-repeat;
	margin-top: 65px;
}

#hotelTV h1 {
  position: relative;
  background: url('../img/hotelTV/hoteltv_logo.png') no-repeat ;
  text-indent: -3000px;
  height: 66px;
  width: 255px;
  margin: 30px 0 20px 0;
  
}

#hotelTV .left {
  width: 460px;
  float: left;
  margin: 5px 0 15px 0;
}

#hotelTV .clipSamples {
  margin: 40px 0 15px 0;
  padding: 0 0 3px 0;
  text-transform: uppercase;
  font-weight: 900;
  border-bottom: 1px solid #CFCFCF;
}

#hotelTV .right {
  width: 460px;
  float: right;
}

#hotelTV .right img{
position: relative;
left: 155px;
top: 40px;
}

#hotelTV .hotelTVContent {
}

#hotelTV .videoList {
  position: relative;
  display: block;
  width: 1016px;
  padding: 0;
  margin: 30px 0 30px -9px;
  list-style-type: none;
  text-decoration: none;
}

#hotelTV .videoList li {
background: no-repeat 7px 6px;
position: relative;
width: 227px;
height: 160px;
float: left;
}

#hotelTV .videoList li {
  margin: 0 36px 15px 0;
}

#hotelTV .videoList li:nth-child(4n) {
  margin: 0 0 15px !important;
}

#hotelTV .videoList h3 {
  font-size: 12px;
  margin: 135px 0 0 0;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  color: #e1b6b7;
}

#hotelTV .videoList p {
  font-size: 12px;
  text-align: center;
  font-weight: 900;
  line-height: 20px;
  color: #c51016;
  margin:0; padding:0;
}
 

#hotelTV .videoTrigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 227px;
  height: 137px;
  display: block;
  background: url('../img/hotelTV/overlay_video_thumbnail.png') no-repeat;
}

#hotelTV .videoTrigger:hover {
background-position: 0 -137px;
}

.clearfix:after  {
	clear:										both;
	content:									".";
	display:									block;
	height:										0;
	visibility:								hidden;
}                                               
.clearfix {                                     
	display:									inline-block;
}                                               
.clearfix {                                     
	display:									block;
}

/* HOTEL TV ENDE  hm */