/* CSS Document */
#oncameraWrap {
	height: 423px;
	background-image: url(../img/oncamera_bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	padding-bottom: 30px;
}

#camNav {
	width: 241px;
	height: 43px;
	margin-left: 20px;
	background: url(../img/camSprite.png) no-repeat 0px -43px;
	position: relative;
	float: left;
}
/*
Hosting
*/ 
#cam_host_wrap {
    width: 101px;
	height: 43px;
	position:absolute;
    cursor:pointer;
	left: 0px;	
	z-index: 9999;
}
#nav_host {
    background: url(../img/camSprite.png) no-repeat 0px -43px;
	height: 43px;
	width: 101px;
	text-indent: -9000px;
	overflow: hidden;
}
#cam_host_wrap-active {
    width: 101px;
	height: 43px;
	position:absolute;
    cursor:pointer;
	left: 0px;	
	z-index: 9999;
}
#cam_host_wrap-active #nav_host {
    background: url(../img/camSprite.png) no-repeat 0px 0px;
	height: 43px;
	width: 101px;
	text-indent: -9000px;
	overflow: hidden;
}
/*
Commercial
*/ 
#cam_comm_wrap {
    width: 140px;
	height: 43px;
	position:absolute;
    cursor:pointer;
	left: 101px;	
	z-index: 9999;
}
#nav_comm {
    background: url(../img/camSprite.png) no-repeat -101px -43px;
	height: 43px;
	width: 140px;
	text-indent: -9000px;
	overflow: hidden;
}
#cam_comm_wrap-active {
    width: 140px;
	height: 43px;
	position:absolute;
    cursor:pointer;
	left: 101px;	
	z-index: 9999;
}
#cam_comm_wrap-active #nav_comm {
    background: url(../img/camSprite.png) no-repeat -101px 0px;
	height: 43px;
	width: 140px;
	text-indent: -9000px;
	overflow: hidden;
}