#globalhome0{background:#000 url(http://media.jvc.com/images/Cam__background2011.jpg) no-repeat center top;}
#globalhome1{background:#000 url(http://media.jvc.com/images/video_background.jpg) no-repeat center top;}
#globalhome2{background:#000 url(http://media.jvc.com/images/tv_background.jpg) no-repeat center top;}  
#globalhome3{background:#727b78 url(http://media.jvc.com/images/Cam__background02.jpg) no-repeat center top;}
#globalhome4{background:#000 url(http://media.jvc.com/images/mobile_background.jpg) no-repeat center top;}
#globalhome5{background:#000 url(http://media.jvc.com/images/headphones_background.jpg) no-repeat center top;}
#globalhome6{background:#000 url(http://media.jvc.com/images/audio_background.jpg) no-repeat center top;}
/* sample of how to change background image   
#globalhome6{background:#000;}
 */

#background_change_center{ 
	margin:0 auto;
	position:relative;
	width:990px;
	z-index:1;
}
#background_change{ 
	float: right;
}

#background_change div{
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 3px;
  border: 0px solid #000;
  background:url(../../images/interface/play.png) no-repeat left bottom;
}

#background_change div:hover{
  text-decoration: none;
  cursor: pointer;
  background-position:left top;
}


#background_change div.active{background:url(../../images/interface/play.png) no-repeat left top;  }
#background_change div.active:hover{background:url(../../images/interface/play.png) no-repeat left bottom; }
