.mainbox {
	left: 37px;
	top: 151px;
	width: 400px;
	position: absolute;
	border: 2px ridge #FFFFFF;
	padding: 10px;
	background-color: #000000;
}

.photoGallery {
	border: 2px ridge #FFFFFF;
   left: 37px;
   top: 151px;
   position: absolute;
   overflow:scroll;
   height:500px;
   width:550px;
   overflow:auto;
   background-color: #000000;
}

.VideoGallery
{
   border: 2px ridge #FFFFFF;
   left: 37px;
   top: 151px;
   position: absolute;
   overflow:scroll;
   height:500px;
   width:550px;
   overflow:auto;
   background-color: #000000;
    
}

.guestbook
{
   width: 240px;
	position: absolute;
	line-height: 18px;
	left: 185px;
	top: 121px;
	padding: 12px;
	text-align: justify;
	background-color: #000000;
	border: 2px ridge #FFFFFF;
	height: 375px;
	overflow: auto;
    
}

.writecomment
{
    width: 240px;
	position: absolute;
	line-height: 18px;
	left: 185px;
	top: 121px;
	padding: 12px;
	text-align: justify;
	background-color: #000000;
	border: 2px ridge #FFFFFF;
	height: 375px;
	overflow: auto;
}

