img.pngMsie{
  display: none;
}
img.pngMoz{
  display: block;
}

.homepage #mediaStage{
  width:960px;      
  height:363px;
}

div.mediaStageInner{
  overflow:hidden;
  position:relative;
  width:958px;
  background-color:#fff;
}

div.pane{
  z-index:1;
  left:0;
  display:none;
  height:353px;
  background-color:#fff;
}

#pane1{
  display:block;       
}

div.pane .image{
  position:absolute;
  left:-2px;
  top:0;
  padding:0;
  margin:0;
  z-index:2;
}        

div.pane .overlay{  
  position:absolute;  
  left:0px;
  top:0;
  z-index:3;
  width:956px;
  height:273px;      
}

div.pane .overlay img.alphaBg{    
  width:956px;
  height:273px; 
}

div.infolayerLeft, div.infolayerRight{
  position:absolute;
  display:none;
  z-index:10;  
}

div.infolayerRight{
  top:30px;
  left:658px;
}
div.infolayerLeft{
  top:30px;
  left:30px;
}

div.infolayerLeft .infolayerBackground img.alphaBg,
div.infolayerRight .infolayerBackground img.alphaBg{       
  width:272px;
  height:184px;
}

div.infolayerLeft .infolayerContent,
div.infolayerRight .infolayerContent{
  position:absolute;
  left:0;
  top:0;
  width:234px;
  height:155px;  
  padding: 14px 19px 14px 19px;
  color:#9d9dc7;
}

#tabs { 
  position:absolute;
  top:272px;
  left:-1px;
  width:957px;
  z-index:70;
}

#tabs .tabs{ 
  top:50px;
  float:left;
  background: url(../../images/lht/mediastage_tab_background_small.gif) no-repeat 0px -17px;
  height:81px;   
  width:239px;
  margin:0;
  padding:0;
  cursor:pointer;
  border-top:1px solid #a9a9a9;
}

#tabs #tabs1{ 
  background: url(../../images/lht/mediastage_tab_background.gif) no-repeat 0px -16px;
  width:240px;   
  border-top:none;
}

#tabs .tabs a.teaser{ 
  margin:12px 20px 0 20px;
  height:50px;
}

#tabs .tabs a.teaser span.text{ 
  color:#666666;
}

#tabs .tabs a.teaser:hover span.text{
  color: #000066;
}

#tab_bottom{
  position:absolute;
  top:352px;
  left:0;
  width:956px;
  height:10px;
  padding:0;
  margin:0;
  border-top:1px solid #fff;
  background-color:#bdbdbd;
  z-index:500;
}

a.linkArrowWhite,
a.linkArrowWhite:link,
a.linkArrowWhite:visited{
  color:#fff;
}

a.linkArrowWhite img{
  display:block;
  float:left;
  width:7px;
  height:5px;
  padding:12px 7px 0 0;
  margin:0;
  background:none;
  background-image:url(../../images/lht/icons.gif);     
  background-position: 0px -669px; 
  background-repeat:no-repeat;
  line-height:13px;
}

a.linkArrowWhite:hover img{
  background-image:url(../../images/lht/icons.gif);      
  background-position: 0px -644px; 
}

div.infolayerLeft h2,
div.infolayerRight h2{
  margin-bottom: 11px;
  font-family: Arial,Verdana,sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

div.infolayerLeft span,
div.infolayerRight span{ 
  display:block;
  padding:6px 0 12px 0;
}

#tabs a:focus{
 outline:none;
}


body.grid_v #slides {
	overflow:hidden;
	position:relative;
	width:956px;
	height:350px;
	margin:0 2px;
}

body.grid_v #slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
				
}

body.grid_v #slides li {
	width:956px;
	height:350px;	
	float:left;
}

body.grid_v #slides li img {
	padding:0px;
}


body.grid_v #buttons {
	padding:0 0 5px 0;	
	float:right;
}

body.grid_v #buttons a {
	display:block; 
	width:31px; 
	height:32px;
	text-indent:-999em;
	float:left;
	outline:0;
}

body.grid_v a#prev {
  position:absolute;
  display:none;
  height:53px;
  width:37px;
  top:148px;
  z-index:5000;
  left:17px;
	background:url(../../images/lht/slideshow_arrow_left.png) no-repeat; 
}

body.grid_v a#prev:hover{
	background:url(../../images/lht/slideshow_arrow_left_hi.png) no-repeat; 
}

body.grid_v a#next {
  position:absolute;
  display:none;
  height:53px;
  width:37px;
  top:148px;
  left:911px;
  z-index:5000;
	background:url(../../images/lht/slideshow_arrow_right.png) no-repeat; 
}

body.grid_v a#next:hover{
	background:url(../../images/lht/slideshow_arrow_right_hi.png) no-repeat; 
}