#wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#mask {
	width:100%;
}

.container {
	width:166px;
	display: block;
	clear: both;
}
	
#home-videos a.selected {background: url(../../images/arrow-pink.png) no-repeat 0px 3px;}
