@charset "utf-8";
/*------------------------------------------- begin video content ------------------------------------------------*/
.contentbox {
	position: absolute;
	top: 155px;
	width: 100%;
	min-height: 550px;
	height: 550px;
	overflow: hidden;
	display: block;
	z-index: 10;
}
/*------------------------------------------- end video content ------------------------------------------------*/
/*------------------------------------------- begin videostills category navigation ------------------------------------------------*/
ul.cnav {
	position: absolute;
	top: 390px;
	left: 10px;
	width: 150px;
	height: 68px;	
}
.cnav li {
	position: absolute;
	height: 12px;
	font-size: 12px;
	text-indent: -9999px;
	text-align: center;
	line-height: 10px;
	list-style-type: none;
	display: block;
}
li#nycvid {
	top: 0;
	left: 0;
	width: 84px;
	background: url(../pics/submenu/nvi.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#nycvid:hover, li#nycvid.current{
	background-position: -84px;
}
a.nvi, a.iwb, a.svi, a.lf {
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
}
a.nvi {
	width: 84px;
}
li#istwom {
	top: 17px;
	left: 0;
	width: 140px;
	background: url(../pics/submenu/iwob.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#istwom:hover, li#istwom.current{
	background-position: -140px;
}
a.iwb {
	width: 140px;
}
li#sanvid {
	top: 34px;
	left: 0;
	width: 99px;
	background: url(../pics/submenu/sav.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#sanvid:hover, li#sanvid.current{
	background-position: -99px;
}
a.svi {
	width: 99px;
}
li#love {
	top: 51px;
	left: 0;
	width: 51px;
	background: url(../pics/submenu/lof.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#love:hover, li#love.current{
	background-position: -51px;
}
a.lf {
	width: 51px;
}
/*------------------------------------------- end videostills category navigation ------------------------------------------------*/