.video {

width:100%;

margin: 0 auto;
	
position: relative;

float:left;
	
overflow: hidden;
	
height: auto;

background-color:#111;
	
}

.large-slider .slider-left,
.large-slider .slider-right 
{
position: absolute;

cursor: pointer;
	
z-index: 900;
	
width: 42px;
    
height: 80px;
    
top: 225px;
	
-moz-user-select: none; 
    
-khtml-user-select: none; 
    
-webkit-user-select: none; 
    
-o-user-select: none;
}

.large-slider .slider-left {
	
right: 0px;
	
background: transparent url(https://media.tommy.com/us/static/test_images/large-slider-right.png) no-repeat left center;
}

.large-slider .slider-right 
{
	
left: 0px;
	
background: transparent url(https://media.tommy.com/us/static/test_images/large-slider-left.png) no-repeat right center;
}

.large-slider .rightdiv{
position: absolute;
z-index: 880;
top: 454px;
margin-left:690px;
}

.large-slider .slider-container {
	
position: relative;
	
float: left;
	
overflow: hidden;
	
width: 990px;
	
z-index: 99;
	
-moz-user-select: none;
    
-khtml-user-select: none;
    
-webkit-user-select: none;
   
 -o-user-select: none;
    
background-color:#000;
}

.large-slider .slider-container ul {
	
position: relative;
	
width: 7000px;
	
background-color:#000;
}

.large-slider .slider-container li {
	
float:left;
	
overflow: hidden;
	
height: auto;
}

.large-slider .slider-container li img{
height:auto;
}

.large-slider .slider-container #video .cta{
position:absolute;
height:50px;
width:50px;
right:0px;
top:230px;
background: transparent url(https://media.tommy.com/us/static/land/2012/07/0716_hp_slider01_kids_cta.png) no-repeat right center;
z-index:2;
}


.large-slider .slider-container li div{
margin : 1em 0em;
z-index:890;
}

.large-slider .rightdiv{
margin-right: 240px;

}

#topBanner{
	height:35px;
	margin-bottom:2px;
}
#hpPromos img{
padding:0;
border:none;
width:990px;	
margin-top:5px;
}
* html .cf {
	height: 1%;
}
.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}