.slider-container {
	float: left;
    background-color: #fff;
/*    width: 233px;*/
    height: 89px;
/*	height: 107px;*/
    position: relative;
    overflow: hidden;
    padding-bottom: 2px;
}

.slider {
    position: relative;
/*	background: red;*/
    width: 0px;
    height: 89px;
    left: 0px;
    margin-bottom: 2px;
	padding: 0;
}

#narrow {
	padding-bottom: 11px;
}

#parrow {
	width: 26px;
	padding-bottom: 11px;
}

.slider-prev-normal {
	float: left;
	width: 26px;
	height: 27px;
	background: url(../img/left-arrow.gif);
	background-position: left top;
	cursor: pointer;
}

.slider-prev-disabled {
	float: left;
	width: 26px;
	height: 27px;
	background: url(../img/left-arrow.gif);
	background-position: left bottom;
}

.slider-next-normal {
	float: left;
	width: 26px;
	height: 27px;
	background: url(../img/right-arrow.gif) no-repeat;
	background-position: left top;
	cursor: pointer;
}

.slider-next-disabled {
	float: left;
	width: 26px;
	height: 27px;
	background: url(../img/right-arrow.gif) no-repeat;
	background-position: left bottom;
}

.item-container {
	display: inline;
	float: left;
	margin: 2px 0 0 5px;
}

.img-item {
	height: 73px;
    width: 73px;
	border: 1px solid silver;
	cursor: pointer;
}

.img-item:hover {
	height: 73px;
    width: 73px;
	border: 1px solid #a73771;
	cursor: pointer;
}

.img-item-selected {
	height: 73px;
    width: 73px;
	border: 1px solid #a73771;
}

.slider-container img {
	display: block;
}

.img-empty-item {
	background: url(../img/no-photo-bg.gif);
	cursor: default;
}

.img-empty-item:hover {
	height: 73px;
    width: 73px;
	border: 1px solid silver;
	cursor: default;
}

.img-number {
	font-size: 7pt !important;
	font-family: Tahoma;
	color: #b6b6b6;
	padding: 3px;
}