.photo_div{
	width:420px;
	position:relative;
	float:left;
}

.big_photo{
	width:296px;
	height:396px;
	margin-left:	5px;
	margin-top:	5px;
	margin-bottom:	0px;
	margin-right:	0px;

	padding-top:	0px;
	padding-bottom:	0px;
	padding-right:	0px;
	padding-left:	0px;
}

.sm_photo_v{
	width:90px;
	height:90px;
	cursor:pointer;
	position:relative;
	float:left;

	margin-top:	5px;
	margin-bottom:	7px;
	margin-right:	5px;
	margin-left:	5px;

}

.sm_photo_h{
	width:90px;
	height:90px;
	cursor:pointer;
	position:relative;
	float:left;

	margin-top:	8px;
	margin-bottom:	0px;
	margin-right:	8px;
	margin-left:	5px;

}


.sm_div_vert{
	width:100px;
	height:500px;
	position:relative;
	float:left;
}

.sm_div_hor{
	height:100px;
	width:310px;
	position:relative;
	float:left;
}

.big_photo_div{
	width:300px;
	height:405px;
	position:relative;
	float:left;

	margin-top:	0px;
	margin-bottom:	0px;
	margin-right:	0px;
	margin-left:	0px;

	padding-top:	0px;
	padding-bottom:	0px;
	padding-right:	0px;
	padding-left:	0px;
}


