/* CSS Document */

*




#page {
  position: relative;
}

#images {
  float: top;
  width: 778px;
}

.gallery
{
    width: 778px;
	cursor: default;
	list-style: none;
}

.gallery img
{
	color: inherit;
	vertical-align: top;
	width: 240px;
	height: 339px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: auto;
}

.gallery li
{
	color: inherit;
	float: left;
	position: relative;
	margin-right: 5px;
}
