@charset "UTF-8";
/* CSS Document */

#dahlia {
	position:absolute;
	width:146px;
	height:160px;
	left:2px;
	top:2px;
	border:none;
	background-image: url(images/Thumbnails/Dahlia_broul_illustration.jpg);
	visibility:visible;
	background-repeat:no-repeat
	
}

#gallery {
	position:absolute;
	width:67px;
	height:28px;
	left:711px;
	top:28px;
	border:none;
	background-image: url(images/Buttons/gallery_green.jpg);
	visibility:visible;
	background-repeat:no-repeat;
	z-index:3
}

#blog {
	position:absolute;
	width:42px;
	height:28px;
	left:802px;
	top:27px;
	border:none;
	background-image: url(images/Buttons/blog_white.jpg);
	visibility:visible;
	background-repeat:no-repeat;
	z-index:4
}

#contact  {
	position:absolute;
	width:73px;
	height:28px;
	left:869px;
	top:27px;
	border:none;
	background-image: url(images/Buttons/contact_white.jpg);
	visibility:visible;
	background-repeat:no-repeat;
	z-index:5
}

#leftarrow {
	position:absolute;
	width:47px;
	height:18px;
	left:533px;
	top:103px;
	border:none;
	background-image: url(images/Buttons/left_arrow.jpg);
	visibility:visible;
	background-repeat:no-repeat
}

#rightarrow {
	position:absolute;
	width:47px;
	height:18px;
	left:609px;
	top:103px;
	border:none;
	background-image: url(images/Buttons/right_arrow.jpg);
	visibility:visible;
	background-repeat:no-repeat
}