﻿
@import url(/styles/public.css);
@import url(/Styles/ie/WebTopBottom.css);
@import url(/Styles/ie/WebTopSecondNavigation.css);
@import url(/PhotoShare/style/public.css);

#divPhotoList
{
	width:836px; height:521px; margin:20px auto; border:solid 2px #eee; position:relative;
}

#divPhotoList table
{
	position:absolute; top:-4px; left:-4px; width:840px; height:525px; 
	border:solid 1px #dcdcdc;
	background-color:White;
}

#divPhotoList td
{
	border:solid 1px #dcdcdc; height:100px; text-align:center;
}

#divPhotoList img
{
	 width:100px; height:100px;
}

