/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 15px 10px;
	padding: 0 12px;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
	background: url(../v10/wdw_gallery/drop-shadow.png) no-repeat center bottom;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: none;
}
.gallery a:hover img {
	border-color: #000;
}

.gallery span {
	width: 220px;
	height: 113px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../v10/wdw_gallery/glossy-gradient_220x113.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}
.gallery .photo {
	background: url(../v10/wdw_gallery/photo.gif) no-repeat;
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	left: 190px;
	top: 83px;
}
.gallery .komm, #CAROUSEL .komm, #CAROUSEL_VERTICAL .komm {
	background: url(../v10/speech_bubble.png) no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 0px;
	top: 88px;
	color: #ddd;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 3px;
	padding-top: 5px;
}
.gallery .video {
	background: url(../v10/wdw_gallery/video.gif) no-repeat;
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	left: 190px;
	top: 83px;
}
.gallery a:hover .photo, .gallery a:hover .video {
	background-position: left -22px;
}
