#basket{
	margin-right:10px;
	padding:20px;	
	padding-right:50px;
	background-image:url("basket.png");
	background-position:top right;
	background-repeat:no-repeat;
	float:right;
}	
#basketwrapper {
	margin-top:75px;
	cursor:move;
	z-index:9998;
	float:right;
	margin-right:0px;
	background-image:url("bg80.png");
	background-position:top center;
	background-repeat:repeat-all;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	border:1px solid #000;
}
#adminbox{
	margin-right:10px;
	padding:20px;	
	padding-right:50px;
	background-image:url("tandhjul.png");
	background-position:top right;
	background-repeat:no-repeat;
	float:right;
}	
#adminboxwrapper {
	margin-top:75px;
	cursor:move;
	z-index:9999;
	float:right;
	margin-right:10px;
	background-image:url("bg80.png");
	background-position:top center;
	background-repeat:repeat-all;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	border:1px solid #000;
}

#images {
	position:absolute;
	bottom:40px;
	left:0px;
	background-image:url("bg80.png");
	background-position:top center;
	background-repeat:repeat-all;
	padding:20px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;	
}
#images img {
	height:100px;
	border:5px solid #000;
	margin-right:5px;
	cursor:pointer;
}

#frontlogo {
	position:absolute;
	top:50px;
}