.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 {clear:both; overflow: hidden; height: 17px; }
.gallery .nav .prev {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 45%;
	left: -10px;
	z-index: 1000;
	display: block;
	background: #999 url(/dcminc/img/arrows/arrow_solid_white_9px_left.gif) no-repeat center center;
	cursor: hand;
	cursor: pointer;
	opacity: 0.8;
}
.gallery .nav .next {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 45%;
	right: -10px;
	z-index: 1000;
	display: block;
	background: #999 url(/dcminc/img/arrows/arrow_solid_white_9px_right.gif) no-repeat center center;
	cursor: hand;
	cursor: pointer;
	opacity: 0.8;
}
.gallery .nav a:hover {
	background-color: #646557 !important;
}
