/* Write your custom CSS rules below */

/* == ]]-- core-elements-canvas.css -- */
/* == ]]-- Google Maps, Image Download -- */


.map {
	background-image: url(../images/black/globe_2_icon-16.png);
	position: absolute;
	top: 3px;
	left: 3px;
	}

/* == ]]-- core-elements-canvas.css -- */
/* == ]]-- Thumbnails -- */
/* end grid-cell border-bottom-radius */	
	
.thumbnail-cell {
-webkit-box-shadow: 3px 3px 6px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: 3px 3px 6px rgba( 0, 0, 0, 0.5 );
	box-shadow: 3px 3px 6px rgba( 0, 0, 0, 0.5 );
	}
/* ======================================= */
	
	.obr {
	display: none;
	position: absolute;
	height: 0px;
	width: 0px;
	left: -1000px;
	
	}
	.obr1 {
	display: none;
	position: absolute;
	height: 0px;
	width: 0px;
	left: -1000px;
	
	}
	a:hover .obr {
	display: block;
	height: 101px;
	width: 152px;
	position: absolute;
	left: 42%;
	top: 50px;
	z-index: 1;
	
	} 
	a:hover .obr1 {
	display: block;
	height: 152px;
	width: 101px;
	position: absolute;
	left: 42%;
	top: 50px;
	z-index: 1;
	
	} 
	
	/*.img {border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}*/
	.thumb {
}

.guestbook {
	margin: 20px;
	padding: 20px 0 20px;
	max-width: 956px;
	background-color: #242424;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: solid;
	border-color: #000000;
	-webkit-box-shadow: 3px 3px 6px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: 3px 3px 6px rgba( 0, 0, 0, 0.5 );
	box-shadow: 3px 3px 6px rgba( 0, 0, 0, 0.5 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	position: relative;
	}
	#pocasi {
		color: red;
	}
	.pocasi {
		color: red;
	}