#photo {
	position: relative;
	width: 780px;
	height: 292px;
	background: transparent url('/default/images/main/bungalow_box1.png');
}
#photo_map {
	position: absolute;
	width: 283px;
	height: 219px;
	top: 10px;
	left: 50px;
}
#photo_click a{
	position: absolute;
	display: block;
	width: 70px;
	height: 35px;
	left: 110px;
	top: 250px;
}

#video {
	position: relative;
	width: 780px;
	height: 292px;
	background: transparent url('/default/images/main/bungalow_box.png');
}
#video_map {
	position: absolute;
	width: 283px;
	height: 219px;
	top: 10px;
	left: 50px;
}
#video_click a{
 	position: absolute;
 	display: block;
 	width: 70px;
 	height: 35px;
 	left: 35px;
 	top: 250px;
 }
 
#video_view,
#photo_view {
	position: absolute;
	width: 347px;
	height: 232px;
	top: 10px;
	left: 380px;
}
#video_img,
#photo_img {
	width: 347px;
	height: 232px;
} 

#video img,
#photo img {
	border: none;
}

#content_left {
	/*float: left;*/
	line-height: 150%;
	width:410px;
	padding-left:20px;
	
	
}
#content_left h1 {
	color: #69AA39;
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
}
#content_left h2 {
	color: #0072BA;
	font-size: 13px;
}
#content_left p {
	margin : 0;
	padding : 0;
}
#content_right {
	float: right;
	width: 320px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 30px;
}
#content_photo {
	width: 750px;
}

.bungalow-types {
	padding-left:50px; 
	height:173px; 
	padding-top: 3px;
	width: 747px; 
	background-image:url('/default/images/bungalows/main/border.jpg');
	background-repeat: no-repeat;
}

	.bungalow-types h1 {
		margin-bottom:3px;
	}
	
	.bungalow-types h1 a {
		color:#69AA39;
		text-decoration: none;
	}
	
	.bungalow-types h1 a:hover {
		color: #4F802B;
		text-decoration: underline;
	}
	
	.bugalow-types img {
		padding-right:10px;
	}
	
