/*											*/
/*			BTN STATES						*/
/*			by Kevin Byrd					*/
/*			AUG 03 05						*/
/*			lightroom.tv					*/


/* ----- SHOP OVERVIEW----- */
#shop_prevpage {
	float: left;
 	width:	181px; 
  	height:	32px;
	margin: 0 3px 0 0;
	background: url( '/img/global/global_button_prev.gif' ) top right no-repeat;
	}

#shop_prevpage a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	background: url( '/img/global/global_button_prev.gif' ) top left no-repeat;
	}
#shop_prevpage a:hover {
	background-image: none;
}


#shop_nextpage {
	float: left;
 	width:181px; 
  	height:32px;
	margin: 0 3px 0 0;
	background: url( '/img/global/global_button_next.gif' ) top right no-repeat;
	}

#shop_nextpage a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	background: url( '/img/global/global_button_next.gif' ) top left no-repeat;
	}
#shop_nextpage a:hover {
	background-image: none;
}


/* ----- SHOP DETAIL---- */

#shop_previtem {
	float: left;
 	width:	181px; 
  	height:	32px;
	margin: 0 3px 0 0;
	background: url( '/img/global/global_button_prev.gif' ) top right no-repeat;
	}

#shop_previtem a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;

	color: #039;
	text-decoration: none;
	background: url( '/img/global/global_button_prev.gif' ) top left no-repeat;
	}
#shop_previtem a:hover {
	background-image: none;
}


#shop_nextitem {
	float: left;
 	width: 181px; 
  	height: 32px;
	margin: 0 3px 0 0;
	background: url( '/img/global/global_button_next.gif' ) top right no-repeat;
	}

#shop_nextitem a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color:#039;
	text-decoration: none;
	background: url( '/img/global/global_button_next.gif' ) top left no-repeat;
	}
#shop_nextitem a:hover {
	background-image: none;
}


 
/* ----- DETAIL CARTS---- */

#shop_add {
	
	float: left;
 	width:100px; 
  	height:16px;
	margin: 50px 3px 0 0;
	background: url( '/img/shop02/shop02_button_addtocart.gif' ) top left no-repeat;
	}

#shop_add a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	background: url( '/img/shop02/shop02_button_addtocart.gif' ) top right no-repeat;
	}
#shop_add a:hover {
	background-image: none;
}

#shop_checkout {
	float: left;
 	width:100px; 
  	height:16px;
	margin: 50px 150px 0 0;
	background: url( '/img/shop02/shop02_button_checkout.gif' ) top right no-repeat;
	}

#shop_checkout a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	background: url( '/img/shop02/shop02_button_checkout.gif' ) top left no-repeat;
	}
#shop_checkout a:hover {
	background-image: none;
}

#shop_sendlink {
	float: left;
 	width:	100px; 
  	height:	16px;
	margin: 20px 3px 20px 0;
	background: url( '/img/shop02/shop02_button_showmyman.gif' ) top right no-repeat;
	}

#shop_sendlink a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	background: url( '/img/shop02/shop02_button_showmyman.gif' ) top left no-repeat;
	}
#shop_sendlink a:hover {
	background-image: none;
}

/* ----- PRESS----- */
#press_prev {
	float: left;
 	width:	181px; 
  	height:	32px;
	margin: 0 3px 0 0;
	background: url( '/img/global/global_button_prev.gif' ) top right no-repeat;
	}

#press_prev a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	background: url( '/img/global/global_button_prev.gif' ) top left no-repeat;
	}
	
#press_prev a:hover {
	background-image: none;
}

#press_next {
	float: left;
 	width:181px; 
  	height:32px;
	margin: 0 3px 0 0;
	background: url( '/img/global/global_button_next.gif' ) top right no-repeat;
	}

#press_next a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	background: url( '/img/global/global_button_next.gif' ) top left no-repeat;
	}
#press_next a:hover {
	background-image: none;
}



