#how_to_order{
	width: 644px;
	height: 365px;
	overflow: hidden;
	position: relative;
}
	
#how_to_order .on{
	display: block;
}

#how_to_order .off{
	display: none;
}

#how_to_order #top_controls{
	position: absolute;
	z-index: 2;
	top: 23px;
	left: 0px;
}

	#how_to_order #top_controls ul{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#how_to_order #top_controls li{
		display: block;
		float: left;
	}
	
	#how_to_order #top_controls li a{
		display: block;
		height: 30px;
		text-indent: -1000em;
		background: url("../images/global/blank.gif") 0px 0px repeat;
	}
	
	a#tc_link1{
		width: 79px;
		height: 30px;
	}
	a#tc_link2{
		width: 84px;
	}
	a#tc_link3{
		width: 84px;
	}
	a#tc_link4{
		width: 97px;
	}
	a#tc_link5{
		width: 104px;
	}
	a#tc_link6{
		width: 98px;
	}
	a#tc_link7{
		width: 90px;
	}
	
#how_to_order a#next_btn{
	display: block;
	position: absolute;
	top: 284px;
	left: 132px;
	z-index: 2;
	width: 61px;
	height: 17px;
	overflow: hidden;
	background: url("../images/menu/how_to_order/next_btn-fr.gif") 0px 0px no-repeat;
	text-indent: -1000em;
}

	#how_to_order a:hover#next_btn{
		background: url("../images/menu/how_to_order/next_btn-fr.gif") 0px -17px no-repeat;
	}

#how_to_order a#previous_btn{
	display: block;
	position: absolute;
	top: 284px;
	left: 20px;
	z-index: 2;
	width: 61px;
	height: 17px;
	overflow: hidden;
	background: url("../images/menu/how_to_order/previous_btn-fr.gif") 0px 0px no-repeat;
	text-indent: -1000em;
}
	
	#how_to_order a:hover#previous_btn{
		background: url("../images/menu/how_to_order/previous_btn-fr.gif") 0px -17px no-repeat;
	}


#how_to_order #gfx{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

