div.fotogroup
	{
	display: block;
	padding-left: 0px;
	border: 1px solid #35281c;
	margin-top: 10px;
	height:1%; /* Fix for MSIE peekaboo bug */
	min-height: 120px;
	height: auto;
	}
	
span.fotogroup
	{
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	}

img.fotogroup
	{
	cursor: pointer;
	margin: 0px 5px 5px 0px;
	float: left;
	}

div.foto_sub
	{
	display: none;
	border-style: solid none solid solid;
	border-width: 1px;
	border-color: #35281c;
	background-color: #c6b49c;
	margin: 5px 0px 0px 10px;
	height:1%; /* Fix for MSIE peekaboo bug */
	padding-left: 10px;
	}

#fotocol 
	{
	display: none;
	position: absolute;
	top: 75px;
	left: 300px;
	width: 570px;
	background-color: #c6b49c;
	border: 1px solid #35281c;
	z-index: 100;
	font-size: 12px;
	}
	
#fotoscroll
	{
	display: none;
	position: absolute;
	top: 75px;
	left: 300px;
	z-index: 200;
	width: 660px;
	overflow: hidden;
	background-color: #c6b49c;
	border: 1px solid #35281c;
	text-align: center;
	font-size: 12px;
	}

div.topbar
	{
	width: 100%;
	background-color: #4e2f1b;
	color: c6b49c;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #35281c;
	}

td.thumb
	{
	height: 120px;
	width: 120px;
	text-align: center;
	/* background-color: #4e2f1b; */
	border: 1px solid #35281c;
	}

div.nav_prev
	{
	float: left;
	margin: 10px;
	height: 160px;
	width: 150px;
	text-align: center;
	border: 1px solid #35281c;
	cursor: pointer;
	}

div.nav_next
	{
	float: right;
	margin: 10px;
	height: 160px;
	width: 150px;
	text-align: center;
	border: 1px solid #35281c;
	cursor: pointer;
	}