/* CSS Document */

	#range {
		width:267px;
		text-align:center;
		vertical-align:top;
		height:210px;
		float:left;
		background-image:url(../../01_img/01_pg/white10x10.gif);
		background-repeat:repeat;
		}

/* Animal Biscuts */

	#rab {
  		display: block;
  		width: 260px;
  		height: 200px;
  		background: url(../../01_img/05_rng/animalbiskits.jpg) no-repeat 0 0;
		}

	#rab:hover { 
  		background-position: 0 -200px;
		}

	#rab span {
  	display: none;
		}

/* Blackout */

	#rbo {
  		display: block;
  		width: 260px;
  		height: 200px;
  		background: url(../../01_img/05_rng/blackout.jpg) no-repeat 0 0;
		}

	#rbo:hover { 
  		background-position: 0 -200px;
		}

	#rbo span {
  	display: none;
		}

/* Carbon */

	#rcb {
  		display: block;
  		width: 260px;
  		height: 200px;
  		background: url(../../01_img/05_rng/carbon.jpg) no-repeat 0 0;
		}

	#rcb:hover { 
  		background-position: 0 -200px;
		}

	#rcb span {
  	display: none;
		}

/* Catenza */

	#rct {
  		display: block;
  		width: 260px;
  		height: 200px;
  		background: url(../../01_img/05_rng/catenza.jpg) no-repeat 0 0;
		}

	#rct:hover { 
  		background-position: 0 -200px;
		}

	#rct span {
  	display: none;
		}
		

/* Jive Talkin */

	#rjt {
  		display: block;
  		width: 260px;
  		height: 200px;
  		background: url(../../01_img/05_rng/jivetalkn.jpg) no-repeat 0 0;
		}

	#rjt:hover { 
  		background-position: 0 -200px;
		}

	#rjt span {
  	display: none;
		}


/* Mid 35 */

	#rmt {
  		display: block;
  		width: 260px;
  		height: 200px;
  		background: url(../../01_img/05_rng/mid35.jpg) no-repeat 0 0;
		}

	#rmt:hover { 
  		background-position: 0 -200px;
		}

	#rmt span {
  	display: none;
		}

/* O-Sinimon */

	#ros {
  		display: block;
  		width: 260px;
  		height: 200px;
  		background: url(../../01_img/05_rng/osinimon.jpg) no-repeat 0 0;
		}

	#ros:hover { 
  		background-position: 0 -200px;
		}

	#ros span {
  	display: none;
		}

/* Wright Cat */

	#rwc {
  		display: block;
  		width: 260px;
  		height: 200px;
  		background: url(../../01_img/05_rng/wrightcat.jpg) no-repeat 0 0;
		}

	#rwc:hover { 
  		background-position: 0 -200px;
		}

	#rwc span {
  	display: none;
		}
		
		
		