.type3 ul {list-style: none; margin: 0;}
.type3 ul li {
	list-style: none;
	list-style-type: none;
	display: none;
}

.imageContainer {}

.gallery {
	position: relative;
}
.gallery .nav {overflow: hidden; }
.gallery .nav .prev,
.gallery .nav .next {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -15px;
	left: -36px;
	z-index: 10000;
	display: block;
	overflow: hidden;
	text-indent: -200px;
	background: #aaa url(/dcminc/img/arrows/arrow-thinline24-left.png) no-repeat 45% center;
	background-size: 30%;
	background-color: rgba(255,255,255,.1);
	cursor: hand;
	cursor: pointer;
	opacity: 0.8;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	opacity: .3;
}

.gallery .nav .next {
	left: auto;
	right: -36px;
	background-image: url(/dcminc/img/arrows/arrow-thinline24-right.png);
	background-position: 55%;
	background-color: rgba(255,255,255,.1);
}
.gallery .nav a:hover {
	opacity: .9;
}
.type2 .imageContainer {
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 0px 0px 8px #d9d9d9;
}

.type4 .imageContainer {
    background: #fff;
}

.type2 .image table {
	width: 100%;
}
.type2 .image td {
	text-align: center;
}

.type4 .images img {
	max-width: 100%;
}

.type6 .descriptionContainer {
	position: absolute;

	left: 0;
	right: 0;
	padding: 20px;
	background: rgba(0,0,0,.5);
	text-align: center;
	bottom: -200px;
	transition: bottom 400ms ease-out;
	z-index: 10000;
}

.type6 .imageContainer:hover .descriptionContainer {
	bottom: 0px;
}

.type6 .descriptionContainer .title {

}
.type6 .descriptionContainer .title,
.type6 .descriptionContainer .description {
	color: #fff !important;
	font-size: 1.2em;
}

.type6 .descriptionContainer .description {
	margin-top: .2em;
	font-size: .9em;
}