.ihcsmoothgallery {
	height:auto;
	clear:both;
}

.ihcsmoothgalleryview {
	position:relative;
	overflow:hidden;
}

.ihcsmoothgallerybild {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

.ihcsmoothgallerynavigation {
	height:20px;
	background-color:#c4a56a;
	position:relative;
	clear:both;
	margin-top:4px;
}

.ihcsmoothgalleryprev {
	width:20px;
	height:20px;
	position:absolute;
	background:url(../images/gprev.gif) no-repeat;
	cursor:pointer;
}

.ihcsmoothgallerynext {
	width:20px;
	height:20px;
	position:absolute;
	background:url(../images/gnext.gif) no-repeat;
	cursor:pointer;
}


.ihcsmoothgalleryprev {
	left:0px;
}
.ihcsmoothgallerynext {
	right:0px;
}

.ihcsmoothgallerynumbers {
	margin:0 20px 0 20px;
	text-align:center;
	clear:both;

}

.ihcsmoothgallerynumber {
	display:-moz-inline-block;
	display:inline-block;
	*display: inline;
	width:20px;
	height:16px;
	cursor:pointer;
	color:#ffffff;
	padding-top:4px;
}