body {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	color: #000000;
	font: normal 80%/120% Georgia, "Times New Roman", Times, serif;
}

a {
	color: #000000;
}

h1 {
	font: normal 320%/100% Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 5px 0;
	letter-spacing: -2px;
	border-bottom: solid 1px #ccc;
}

.credits {
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	margin: 0 0 30px 0;
	font: 120% Garamond, Georgia, serif;
}

.credits em {
	color: #999;
}

.credits a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.credits a:hover {
	color: #000;
}

img {
	border: none;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}

.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.gallery span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.gallery .favorite {
	background: url(gambar/favorite.gif) no-repeat;
}

.gallery .photo {
	background: url(gambar/photo.gif) no-repeat;
}

.gallery .video {
	background: url(gambar/video.gif) no-repeat;
}

.gallery a {
	text-decoration: none;
}

.gallery a:hover img  {
	border-color: #666;
}

.gallery a:hover span {
	background-position: left -22px;
}