/*must follow convention*/
/*additions not in developer css*/
.floorplanSlideContentAutoHeight .rsSlide {
	min-height:320px;	
}

.rs .rsArrow {
	position:absolute;
	width:16px; /*customize with new class to override*/
	height: 16px; /*customize with new class to override*/
	cursor:pointer;
	display: block;
	z-index: 21;
}
.rs .rsArrowIcn {	
	/*dimensions controlled by customoized .rs .rsArrow*/	
	width: 100%;
	height: 100%;
	margin-top: 0px;
	position: absolute;
	cursor: pointer;
	margin-left: 1px;	
}
.rs .rsArrowLeft { left: 0px;}
.rs .rsArrowRight { right: 0px;}

.floorplans .rs .rsArrowLeft { left: 1px;}
.floorplans .rs .rsArrowRight { right: 2px; }

/*override dimensions*/
.thumbnails .rs .rsArrow {
	width:29px;
	height: 102px; /*height of section, not graphic (allows to center vertically)*/
}
.floorplans .rs .rsArrow {
	width:29px;
	height: 100%; /*height of section, not graphic (allows to center vertically)*/
}
/*custom graphics*/
.thumbnails .rs .rsArrowLeft .rsArrowIcn,
.floorplans .rs .rsArrowLeft .rsArrowIcn {
	background:url(../scroll-arw-lt-off.html) no-repeat center left;
}
.thumbnails .rs .rsArrowRight .rsArrowIcn,
.floorplans .rs .rsArrowRight .rsArrowIcn  {
	background:url(../scroll-arw-rt-off.html) no-repeat center right;
}
.thumbnails .rs .rsArrowLeft .rsArrowIcn:hover,
.floorplans .rs .rsArrowLeft .rsArrowIcn:hover  {
	background:url(../scroll-arw-lt-over.html) no-repeat center left;
}
.thumbnails .rs .rsArrowRight .rsArrowIcn:hover,
.floorplans .rs .rsArrowRight .rsArrowIcn:hover  {
	background:url(../scroll-arw-rt-over.html) no-repeat center right;
}
.thumbnails .rs .rsArrowLeft .rsArrowIcn,
.thumbnails .rs .rsArrowRight .rsArrowIcn {
	background-color:#fff;	
}

/*
.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }
*/

/* bullets */
.rs .rsBullets {
	position: relative;
	width:100%;
	z-index: 35;
	padding-top: 6px;
	/*height: auto;*/
	float:none;
	clear:both;
	text-align: center;
	line-height: 16px;
	overflow: hidden;
	height:35px;
}

.rs .rsBullet {
	width: 15px;
	height: 16px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 0px 6px 6px 7px;
	/*custom graphics*/
	background:url(../png/indicator-dot-gray.png) no-repeat;
}
.rs .rsBullet.rsNavSelected,
.rs .rsBullet:hover {
	/*custom graphics*/
	background:url(../png/indicator-dot-purple.png) no-repeat;
}
