/* Images */
#visitworld {
}
#visitworld .image-element {
	position: relative;
	float: left;
	margin: 0px 10px 20px 0;
	width: 120px;
}

#visitworld .thumbnail {
	width: 110px;
	height: 38px;
	border: 1px solid #CCC;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 3px;
	background-color: #FFF;
	overflow: hidden;
}
* html #visitworld .thumbnail {
	width: 118px;
	height: 46px;
}
#visitworld .zoom-icon {
	position: absolute;
	top: 1px;
	right: 3px;
	width: 22px;
	height: 22px;
}

#visitworld-details {
	position: absolute;
	top: 15px;
	left: 390px;
	overflow: hidden;
	text-align: left;
	color: #666;
	font-size: 12px;
	width: 370px;
	height: 350px;
}


#visitworld-details td {
	padding: 0 8px 3px 0;
	color: #666;
}

#visitworld-details .autobild-separator {
	width: 413px;
	height: 2px;
	background: url(/images/website/account/separator.png);
	overflow: hidden;
}

#visitworld-details a.delete {
	background: url(/images/website/account/trash.png) no-repeat;
	padding-left: 20px;
	font-size: 11px;
}

#visitworld-details h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0;
	color: #333;
	line-height: 20px;
}


