@charset "UTF-8";
/* CSS Document Koru Cottage for Accommodations pages */

/*ALL THESE IMAGES FLIPPED POSITIONS FROM THE ACCOM PAGES, HENCE 
     IMGA'S POSTION =C'S PHOTO   IMGB=D  IMGC=B   IMGD=A
 ********** */
div#imga {   /* THIS IS FOR PHOTO C */
	float:right;
	margin-top: 30px;
	margin-right:40px;
	width:282px;
	height:202px;
}

div#imgb {    /* THIS IS FOR PHOTO D */
	float:right;
	margin-top:242px;
	margin-right:-231px;
	width:229px;
	height:151px;

}

div#imgc {   /* THIS IS FOR PHOTO B */
	float:right;
	margin-top:196px;
	margin-right:9px;
	width:89px;
	height:308px;
}

div#imgd {    /* THIS IS FOR PHOTO A */
	float:right;
	margin-top:350px;   /* this is an IE solution to control the top margin  in IE */	
	margin-right:9px;
	width:275px;
	height:154px;
}

	
/* this is a gecko preserving code overriding the IE spacing problem above, IE will not see this  \*/

#container > div#imgd{
	margin-top:350px;
}

div#copy {
	float:right;
	margin-top:30px;   	
	margin-right:-250px;
	width:340px;
}


div#copy p {
	width:340px;
}


div#caption p {
	float:right;
	width:300px;
	margin-top: -5px;
	margin-right: 20px;
	font-size:9px;
	text-align:right;
}

