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

.ihcsmoothgalleryview {
	position:relative;
	width:669px;
	background:#ffffff;border:5px solid #ffffff;
	overflow:hidden;
}

.ihcsmoothgallerybild {
	position:absolute;
}

.ihcsmoothgallerynavigation {
	background-color:#53412c;
	position:relative;
	height:30px;
	clear:both;
	*width:100%;
	margin-top:4px;
	text-align:center;
}

.ihcsmoothgalleryprev {
	margin:5px 5px 0 0;
	width:20px;
	height:20px;
	position:absolute;
	background:url(../images/gprev.png) no-repeat center center;
	cursor:pointer;
}
*html .ihcsmoothgalleryprev { background:url(../images/gprev.gif) no-repeat center center; }

.ihcsmoothgallerynext {
	margin:5px 0 0 5px;
	width:20px;
	height:20px;
	position:absolute;
	background:url(../images/gnext.png) no-repeat center center;
	cursor:pointer;
}
*html .ihcsmoothgallerynext { background:url(../images/gnext.gif) no-repeat center center; }

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

.ihcsmoothgallerynumbers {
	margin:0 20px 0 20px;
	padding-top:8px;
	text-align:center; 
	clear:both;
}

.ihcsmoothgallerynumber {
	display:-moz-inline-block;
	display:inline-block;
	*display: inline;
	color:#BDCE0D;
	font-weight:bold;
}
