
                
                
                
                .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;
}
                
                
                
                input#page-pointer {
	border: 1px solid #ccc;
	
	width: 30px;
	padding: 2px;
	font-size: 8pt;
	font-family: Tahoma;
}

td#page-count {
/*	font-weight: bold;*/
}

span#item-count {
	width: 40px;
	padding: 2px 5px;
    border: 1px solid #b83b65;
	background: #df477a;
	color: #fff;
/*	font-weight: bold;*/
	zoom: 1;
	text-align: center;
	vertical-align: text-bottom;
	display: -moz-inline-stack; /*Firefox need this to simulate display:inline-block*/
    display: inline-block; /*IE does not apply this to Block Element, and Firefox does not render this, too*/
    _overflow: hidden; /*fix IE6 to expanded content*/
	zoom: 1; /*trigger hasLayout*/
	*display: inline;
}

span#current-page {
	width: 30px;
	padding: 2px 5px;
	border: 1px solid #b83b65;
	background: #df477a;
	color: #fff;
	font-weight: bold;
	
	zoom: 1;
	text-align: center;
	vertical-align: text-bottom;
	display: -moz-inline-stack; /*Firefox need this to simulate display:inline-block*/
    display: inline-block; /*IE does not apply this to Block Element, and Firefox does not render this, too*/
    _overflow: hidden; /*fix IE6 to expanded content*/
	zoom: 1; /*trigger hasLayout*/
	*display: inline;
}

.pager-goto-button {
	width: 16px;
	height: 15px;
	overflow: hidden;
	background: url(../img/pager-right-arrow.gif) no-repeat;
}

.pager-first-button {
	width: 11px;
	height: 15px;
	overflow: hidden;
	background: url(../img/pager-first-arrow.gif) no-repeat;
}

.pager-prev-button {
	width: 9px;
	height: 15px;
	overflow: hidden;
	background: url(../img/pager-left-arrow.gif) no-repeat;
}

.pager-next-button {
	width: 9px;
	height: 15px;
	overflow: hidden;
	background: url(../img/pager-right-arrow.gif) no-repeat;
}

.pager-last-button {
	width: 11px;
	height: 15px;
	overflow: hidden;
	background: url(../img/pager-last-arrow.gif) no-repeat;
}

.pager-button-normal {
	background-position: left top;
	cursor: pointer;
}

.pager-button-disabled {
	background-position: 0px -15px;
}

#pager-indicator {
	display: none;
	padding-top: 1px;
}
                
                
                
                .action-button-panel {
	list-style-image: none; 
	list-style-position: outside; 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}

.action-button-panel li {
	float: left;
	margin-right: 5px;
}

.pager {
	font-size: 8pt;
	font-family: Tahoma;
}