
                
                
                
                .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;
}
                
                
                
                .scroll-pane {
	width: 165px !important;
	height: 315px;
	overflow: hidden;
}

a.jScrollArrowUp {
	float: left;
	left: 165px;
	width: 17px;
	height: 17px;
	_left:169px;
	background: url(../img/scroll_arrow_up.gif) no-repeat 0 0;
}

a.jScrollArrowDown {
	float: left;
	left: 165px;
	width: 17px;
	height: 17px;
	_left:169px;
	background: url(../img/scroll_arrow_down.gif) no-repeat 0 0;
}

.jScrollPaneTrack {
	left: 165px;
	_left:169px;
	width: 15px !important;
}

.jScrollPaneContainer {
	width: 185px !important;
}

.img-pair {
	display: inline;
}

.img-pane-item {
	float: left;
	height: 73px;
	width: 73px;
	_width:71px;
	border: 1px solid silver;
	margin: 0 0 5px 5px;
	cursor: pointer;
}

.img-pane-item-selected {
	float: left;
	height: 73px;
	width: 73px;
	border: 1px solid #b9357e;
	margin: 0 0 5px 5px;
	cursor: default;
}

.topAlbHeaderStageTwo {
	height: auto;
}

.clickable {
	cursor: pointer;
}
