.photo-container{
	padding: 20px 0 0 0;
	width: 300px;
}
.photo-container-galeri{
	padding: 0 0 0 0;
	width: 490px;
}
/* ---------- gallery styles start here ----------------------- */
.photo {
	margin: 10px;
	position: relative;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	width: 100px;
	height: 80px;
}
.sample11 span {
	width: 122px;
	height: 72px;
	display: block;
	position: absolute;
	top: -22px;
	left: -15px;
	background: url(../images/floral-corner.png) no-repeat;
}
.photo-galeri {
	margin: 10px;
	position: relative;
	float: left;
}
.photo-galeri img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	width: 170px;
	height: 120px;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery  img{
	width: 170px;
	height: 120px;
	border: none;
}
.gallery li {
	margin: 20px 10px 5px;
	padding: 8px;
	background: url(../images/polaroid.png) no-repeat;
	float: left;
	position: relative;
	width: 186px;
}
.gallery span {
	background: url(../images/tape.png) no-repeat;
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	left: 54px;
	top: -12px;
}
.gallery em {
	display: block;
	padding: 0 20px 0 0;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
}

/* ---------- video gallery styles start here ----------------------- */
.vgallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vgallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 100px;
	height: 80px;
}
.vgallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	width: 100px;
	height: 80px;
}
.vgallery span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.vgallery .favorite {
	background: url(../images/play_1.gif) no-repeat;
}
.vgallery a {
	text-decoration: none;
}
.vgallery a:hover img  {
	border-color: #666;
}
.vgallery a:hover span {
	background-position: left -22px;
}