
#myDiv {
	width:765px; 
	height:400px; 
	overflow:hidden; 
	border:solid 1px #a6a6a6;
	background:#000;
	margin:15px auto;
}

#resizeIco {
	display:block;
	float:right;
	position:absolute;
	top:732px;
	right:-53px;
}

#publicMethods li {
	margin-bottom:5px;
	float:none;
}

#publicMethods a {
	font-size: 11px;
	text-decoration: underline;
	color:#fff;
	background: #222;
}

#publicMethods a:hover {
	text-decoration:none;
	color:#222;
	background: #fff;
}

#galleryThumbImg {
	width:960px; 
	margin:3px auto;
}

#galleryThumbImg img,
.group1 img {
	cursor:pointer;
	border:1px solid #232323;
	margin-right:1px;
}

/*markers*/
.lhp_giv_marker {
	text-align:center;
}
.label {
	font-family:Arial;
	color:#d8d8d8;
	font-size:10px;
	background-image:url('../gfx/markerBg.png');
	padding:5px 10px;
	border-radius:5px;
}
.label2 {
	padding:2px 4px;
}
.label span{
	color:#00c6ff;
}
.content {
	font-family:Arial;
	color:#333;
	font-size:10px;
	background-image:url('../gfx/markerBg.png');
	border:solid 1px #CCC;
	width:230px;
	padding:5px 8px;
	margin:10px;
	border-radius:8px;
}

.content img {
	margin:8px 0 !important;
	border:none !important;
}
.content span{
	color:#00c6ff;
	font-size:18px;
}

body#landscapes .content span {
	color:#7c0046;
	font-size:18px;
}

.content img{
	float:left; 
	margin:2px 6px 0 0;
	border:solid 1px #282828;
}