/* INFO */
a.info{
	width:					41px;
	height:					25px;
	margin-top:				-5px;
	margin-right:			5px;
	background-image:		url('../nav/buttons/info/default.gif');
	display:				block;
	float:					right;
}
a.info:hover{
	background-image:		url('../nav/buttons/info/hover.gif');
}


/* NEXT */
div#content.product div.preview div a.next{
	width:					40px;
	height:					40px;
	background-image:		url('../nav/buttons/next/preview/default.gif');
	display:				block;
	float:					left;
}
div#content.product div.preview div a.next:hover{
	background-image:		url('../nav/buttons/next/preview/hover.gif');
}

div#content.productoverview div.navigation a.next{
	width:					96px;
	height:					33px;
	background-image:		url('../nav/buttons/next/productoverview/default.gif');
	display:				block;
	float:					right;
}
div#content.productoverview div.navigation a.next:hover{
	background-image:		url('../nav/buttons/next/productoverview/hover.gif');
}


/* ORDER */
a.order{
	width:					93px;
	height:					36px;
	margin-top:				-5px;
	margin-right:			5px;
	background-image:		url('../nav/buttons/order/default/default.gif');
	display:				block;
	float:					right;
}
a.order:hover{
	background-image:		url('../nav/buttons/order/default/hover.gif');
}

div#content.productoverview div a.order{
	width:					80px;
	height:					25px;
	margin-top:				-5px;
	margin-right:			5px;
	background-image:		url('../nav/buttons/order/productoverview/default.gif');
	display:				block;
	float:					right;
}
div#content.productoverview div a.order:hover{
	background-image:		url('../nav/buttons/order/productoverview/hover.gif');
}


/* PREVIOUS */
div#content.product div a.previous{
	width:					84px;
	height:					35px;
	background-image:		url('../nav/buttons/previous/product/default.gif');
	display:				block;
	float:					left;
}
div#content.product div a.previous:hover{
	background-image:		url('../nav/buttons/previous/product/hover.gif');
}

div#content.product div.preview div a.previous{
	width:					40px;
	height:					40px;
	background-image:		url('../nav/buttons/previous/preview/default.gif');
	display:				block;
	float:					left;
}
div#content.product div.preview div a.previous:hover{
	background-image:		url('../nav/buttons/previous/preview/hover.gif');
}

div#content.productoverview div.navigation a.previous{
	width:					76px;
	height:					33px;
	background-image:		url('../nav/buttons/previous/productoverview/default.gif');
	display:				block;
	float:					left;
}
div#content.productoverview div.navigation a.previous:hover{
	background-image:		url('../nav/buttons/previous/productoverview/hover.gif');
}


/* SEARCH */
a.search{
	width:					15px;
	height:					15px;
	margin-top:				2px;
	background-image:		url('../nav/buttons/search.gif');
	display:				block;
	float:					right;
}
