#main{
	height:403px;
	width:1000px;
	color:#E2D9BA;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
#left{
	float:left;
	width:500px;
	height:403px;
}
	#title{
		padding:17px 0px 0px 81px;
	}
	#photo{
		clear:both;
		margin:17px 0px 0px 110px;
		width:350px;
		height:230px;
		text-align:center;
	}
	#phpto_img{
		height:230px;
		border:1px solid #E2D9BA;
	}
	#thumbnails{
		clear:both;
		float:left;
		padding-left:105px;
		margin-top:20px;
		width:358px;
	}
	#galleryContainer{
		height:112px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		/* CSS HACK */
		height: 114px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/112px;	/* Other browsers */
		height: /**/112px;
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		margin-top:18px;
		background-color:red;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:11;
		margin-top:18px;
	}
	#frame{
		position:absolute;
		clip:rect(0px 332px 120px 16px);
	}
	#theImages{
		position:absolute;
		height:100px;
		left:20px;
		width:100000px;
	}
	.item{
		width:113px;
		height:70px;
		float:left;
		padding:1px;
		filter: alpha(opacity=100);
		opacity: 1;
		cursor:pointer;
	}
	#theImages #slideEnd{
		float:left;
	}
#right{
	float:left;
	width:500px;
	height:403px;
}