
#gallery {
	position:relative;
	width:1000px;
	height:530px;
	margin:0px 0px;
	z-index:0;
}

#lg_photo {
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height:530px;
	z-index:10;
}
#lg_img{
	position:relative;
	width:800px;
	height:530px;
	z-index:1;
}

.side {
	position:absolute;
	top:0px;
	width:400px;
	height:530px;
	z-index:10;
}



#leftarrow {
	left:0px;
	z-index:49;
}

#leftarrow:hover {
	background:transparent url('../images/Left-Arrow.png') no-repeat scroll left center;
}

#rightarrow {
	right:0;
	z-index:50;
}

#rightarrow:hover {
	background:transparent url('../images/Right-Arrow.png') no-repeat scroll right center;
}

#sm_photos {
	width:180px;
	position:absolute;
	top:0px;
	right:0px;
	padding:10px;
	z-index:1;
}
#sm_photos img {
	margin:5px;
	padding:0;
	float:left;
	cursor:pointer;
}

