/** RBS-Watch control styles */

#watchrbs-content {
	position:relative;
	margin-top:0;
	background-color:#f3a513;	
}


#closebutton {
	position: absolute;
	z-index:99999;
	top: 0;
	right: 0;
	height: 48px;
	width: 53px;
	background-image:url(/NetSmartzKids/images/sitewide/closeButton.png);
}

.watchrbs-player {
	z-index:3;
	position:absolute;
	height:340px;
	width:542px;
	top:101px;
	left:55px;	
}

.css-rollover {
	background-position:top left;
}

.css-rollover:hover {
	background-position:bottom left;
}

.chapter01-icon {
	z-index:2;
	position:absolute;
	height:80px;
	width:135px;
	top:83px;
	left:619px;
	overflow:hidden;
	display:block;
	background-image:url(/NetSmartzKids/images/rbswatch/jwplayer/chaptermarkers/ch01Controlroom_roll.png);	
}

.chapter02-icon {
	z-index:2;
	position:absolute;
	height:80px;
	width:135px;
	top:162px;
	left:619px;
	overflow:hidden;
	display:block;
	background-image:url(/NetSmartzKids/images/rbswatch/jwplayer/chaptermarkers/ch02Gameshow_roll.png);
}

.chapter03-icon {
	z-index:2;
	position:absolute;
	height:80px;
	width:135px;
	top:241px;
	left:619px;
	overflow:hidden;
	display:block;
	background-image:url(/NetSmartzKids/images/rbswatch/jwplayer/chaptermarkers/ch03Burgerbarn_roll.png);
}

.chapter04-icon {
	z-index:2;
	position:absolute;
	height:80px;
	width:135px;
	top:320px;
	left:619px;
	overflow:hidden;
	display:block;
	background-image:url(/NetSmartzKids/images/rbswatch/jwplayer/chaptermarkers/ch04Bandana_roll.png);
}

.chapter05-icon {
	z-index:2;
	position:absolute;
	height:80px;
	width:135px;
	top:399px;
	left:619px;
	overflow:hidden;
	display:block;
	background-image:url(/NetSmartzKids/images/rbswatch/jwplayer/chaptermarkers/ch05Petstore_roll.png);
}

.watchrbs-shell {
	z-index:1;	
	position:relative;
	height:500px;
	width:748px;
	top:2px;
	left:20px;
	padding-bottom: 10px;	
	background-image:url(/NetSmartzKids/images/rbswatch/jwplayer/rbsWatch_shell.png);
	background-color: transparent;
	border:none;
	background-repeat: no-repeat;
	
}



