#photoder_slide_box
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: none;
	border: 0px none;
	overflow: hidden;
}

#img1
{ 
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: none;
	border: 0px none;
	overflow: hidden;
}

#img2
{ 
	position: absolute;
	bottom: 0px;
	left: 200px;
	width: 0px;
	height: 0px;
	background: none;
	border: 0px none;
	overflow: hidden;
}

#slide_img
{
	width: 100%;
	height: auto;
	background: none;
	border: 0px none;
}