 
/* 
--------------------------------------
   BIG PICTURE
--------------------------------------
*/ 

.picture {
	float			: right;
	width			: 278px;
	height			: 344px;
	border			: 1px solid #cdcccc;
	margin			: 3px 3px 0px 0px;
	padding			: 3px;
	}

html>body .picture {
	height			: 344px;
	width			: 278px;
}			

#galleryblock {
	width			: 535px;
	}

#galleryblock2 {
	width			: 750px;
	}
	
#thumbs {
	width			: 230px;
	float			: left;
/*	border: solid;*/
	}
	
#big {
	width			: 278px;
	float			: right;
/*	border: solid;	*/
	}		
	
/* 
--------------------------------------
   PAGE LIST
--------------------------------------
*/ 	
		

		
#pages {
	clear			: both;
	border			: solid #cdcccc 1px;
	background-color: #ffffff;
	display			: block;	
	float			: left;
	padding			: 3px;
	}	
	
#pages a:link {
	color: #000000;
	text-decoration:none;
	padding-left: 2px;
	padding-right: 2px;
	}
		
#pages a:visited {
	color: #000000;
	text-decoration:none;
	padding-left: 2px;
	padding-right: 2px;		
	}

#pages a:hover {
	color: #ff0000;
	text-decoration:none;	
	}
 
/* 
--------------------------------------
   THUMBNAIL LIST
--------------------------------------
*/ 	
	
ul.thumbnail {
	display			: block;
	list-style-type	: none;
	margin			: 0;
	padding			: 0;
	}

ul.thumbnail li {
	display			: block;
	float			: left;
	margin-right	: 4px;
	margin-bottom	: 5px;
	margin-top		: 5px;
	}

ul.thumbnail li a {
	display			: block;
	float			: left;
	width			: 64px;
	height			: 64px;	
	border			: solid #cdcccc 1px;
/*	background		: #f5f5f5;*/
	padding			: 3px;
	text-decoration	: none;
	}
	
ul.thumbnail li a:hover {
/*	display			: block;
	float			: left;
	width			: 64px;
	height			: 64px;	*/
	border			: solid #000000 1px;
/*	background		: #f5f5f5;*/
	padding			: 3px;
	text-decoration	: none;
	}	

ul.thumbnail li a img {
	float			: left;
	border			: none;
/*	border			: 1px solid #ddd;
	padding-bottom	: 3px;*/
	}

ul.collection li a:hover,
ul.collection li a:hover img {
	border			: solid #000000 1px ;
	}

