/*------------------------------------------

Galleri

------------------------------------------*/

table.album {

	width				: 600px;

	border				: 0px solid black;

	background-color	: #eeeeee;

	

}

table.albumList {

	width				: 600px;

	border				: 0px solid black;

	background-color	: #eeeeee;

}

td.linkList{

	border-top			: 1px #cccccc;

	border-bottom		: 1px #cccccc;

	border-left			: 0px;

	border-right		: 0px;

	border-style		: solid;

}

td.thumb{

	background-image	: url("../images/slidebg.gif");
	
	background-repeat 	: no-repeat;
	
	background-position	: center;
	
	alignment			: center;
	
	text-align			:center;

	width				:160px;

	height				:140px;

}

tr.thumb1{

	text-align			:center;
	background-color	: #eeeeee;
	/*background-color	: #edeeee;*/

}

tr.thumb2{

	text-align			:center;
	background-color	: #eeeeee;
	/*background-color	: #b1c2b9;*/

}