/*miscellaneous UI elements*/

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;	
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list  {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
/*.jcarousel-list li,
.jcarousel-item {    
    list-style: none;   
    width: 260px;
    height: 60px;
}*/

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-next-vertical {
    z-index: 3;
    display: none;
}
.jcarousel-prev-vertical {
    z-index: 3;
    display: none;
}
/* My Saved Searches Carousel */

.jcarousel-skin-mySavedSearches .jcarousel-container {}
.jcarousel-skin-mySavedSearches .jcarousel-container-vertical {
    width: 260px;
    height: 240px;
    padding: 0;
	margin: 0;
}
.jcarousel-skin-mySavedSearches .jcarousel-clip-vertical {
    width:  260px;
    height: 240px; 
}
.jcarousel-skin-mySavedSearches .jcarousel-item {
    width: 260px;
    height: 50px;
	float: left;
}
.jcarousel-skin-mySavedSearches .jcarousel-item-vertical {
    margin-bottom: 0;
}
.jcarousel-skin-mySavedSearches .jcarousel-item-placeholder {
    /*
    background: #fff;
    color: #000;
    */
}

/* Suburb Selector Tool Carousel */

.jcarousel-skin-suburbSelector .jcarousel-container {}
.jcarousel-skin-suburbSelector .jcarousel-container-vertical {
    width: 260px;
    height: 86px;
    padding-top: 2px;
}
.jcarousel-skin-suburbSelector .jcarousel-clip-vertical {
    width:  260px;
    height: 80px;
}
.jcarousel-skin-suburbSelector .jcarousel-item {
    width: 260px;
    height: 25px;
}
.jcarousel-skin-suburbSelector .jcarousel-item-vertical {
    margin-bottom: 0;
}
.jcarousel-skin-suburbSelector .jcarousel-item-placeholder {
    /*background: #fff;
    color: #000;*/
}

/* Property Gallery Carousel */

.jcarousel-skin-propGallery .jcarousel-container {}
.jcarousel-skin-propGallery .jcarousel-container-horizontal {
    width: 588px;
    height: 150px;
	padding: 0 6px 0 6px;
	overflow: hidden;
}
.jcarousel-skin-propGallery .jcarousel-clip-horizontal {
    width: 588px;
	height: 144px;
}
.jcarousel-skin-propGallery .jcarousel-item {
    width: 192px;
	height: 144px;
}
.jcarousel-skin-propGallery .jcarousel-item-horizontal {
	margin-right: 6px;
}
.jcarousel-skin-propGallery .jcarousel-item-placeholder {
    /*background: #fff;
    color: #000;*/
}
.jcarousel-skin-propGallery .jcarousel-list li, .jcarousel-skin-propGallery .jcarousel-item {    
    list-style: none;   
    width: 192px;
	height: 144px;
	float: left;
}




/* My Saved Searches Carousel Nav */

#carousel_mySearches_nav{
	margin: 10px 0 0 0;
	float: right;
}
#carousel_mySearches_nav a{
	color: #FFFFFF;
	width: auto;
	float: left;
	margin: 0 0 0 10px;
}
#carousel_mySearches_nav a#carousel_mySearches_nav_next{
	background: url(/site/inc/img/a_down_bg.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
}
#carousel_mySearches_nav a#carousel_mySearches_nav_prev{
	background: url(/site/inc/img/a_up_bg.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
}
#carousel_mySearches_nav a#carousel_mySearches_nav_next:hover{
	color: #46B3BA;
}
#carousel_mySearches_nav a#carousel_mySearches_nav_prev:hover{
	color: #46B3BA;
}


/* Suburb Profiles Gallery Carousel */

.jcarousel-skin-suburbProfileGallery .jcarousel-container {}
.jcarousel-skin-suburbProfileGallery .jcarousel-container-vertical {
    width: 192px;
    height: 432px;
	padding: 6px 0 6px 6px;
	overflow: hidden;
}
.jcarousel-skin-suburbProfileGallery .jcarousel-clip-vertical {
    width: 192px;
	height: 432px;
}
.jcarousel-skin-suburbProfileGallery .jcarousel-item {
    width: 192px;
	height: 144px;
}
.jcarousel-skin-suburbProfileGallery .jcarousel-item-vertical {
	margin-bottom: 6px;
}
.jcarousel-skin-suburbProfileGallery .jcarousel-item-placeholder {
    /*background: #fff;
    color: #000;*/
}
.jcarousel-skin-suburbProfileGallery .jcarousel-list li, .jcarousel-skin-suburbProfileGallery .jcarousel-item {    
    list-style: none;   
    width: 192px;
	height: 144px;
	float: none;
}




/* My Favorites Carousel Nav */

#carousel_myFavorites_nav{
	margin: 25px 0 0 0;
	float: right;
}
#carousel_myFavorites_nav a{
	color: #FFFFFF;
	width: auto;
	float: left;
	margin: 0 0 0 10px;
}
#carousel_myFavorites_nav a#carousel_myFavorites_nav_next{
	background: url(/site/inc/img/a_down_bg.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
}
#carousel_myFavorites_nav a#carousel_myFavorites_nav_prev{
	background: url(/site/inc/img/a_up_bg.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
}
#carousel_myFavorites_nav a#carousel_myFavorites_nav_next:hover{
	color: #46B3BA;
}
#carousel_myFavorites_nav a#carousel_myFavorites_nav_prev:hover{
	color: #46B3BA;
}


/* Suburb Selector Tool Carousel Nav*/

#carousel_suburb_nav div#mycarousel-prev, #carousel_suburb_nav div#mycarousel-next {
	width: 15px;
	height: 40px;
	z-index: 2;
	display: block;
	text-indent: -3000px;
	cursor: pointer;
}
#carousel_suburb_nav div#mycarousel-prev{
	background: url(/site/inc/img/SST_SuburbPanel_upArrow.gif) no-repeat 0 0;
	padding: 0;
	position:absolute;
	left: 242px;
	top: 3px;
}
#carousel_suburb_nav div#mycarousel-prev:hover{
	background: url(/site/inc/img/SST_SuburbPanel_upArrowHover.gif) no-repeat 0 0;
}
#carousel_suburb_nav div#mycarousel-next{
	background: url(/site/inc/img/SST_SuburbPanel_downArrow.gif) no-repeat 0 0;
	padding: 0;
	position:absolute;
	left: 242px;
	top: 44px;
}
#carousel_suburb_nav div#mycarousel-next:hover{
	background: url(/site/inc/img/SST_SuburbPanel_downArrowHover.gif) no-repeat 0 0;
}



/* Registration Suburb Selector Tool Carousel Nav*/

#regoCarousel_suburb_nav div#regoMycarousel-prev, #regoCarousel_suburb_nav div#regoMycarousel-next {
	width:15px;
	height:40px;
	z-index: 2;
	display: block;
	text-indent: -3000px;
	cursor: pointer;
}
#regoCarousel_suburb_nav div#regoMycarousel-prev{
	background: url(/site/inc/img/SST_SuburbPanel_upArrow_alt.gif) no-repeat 0 0;
	padding: 0;
	position:absolute;
	left: 243px;
	top: 3px;
}
#regoCarousel_suburb_nav div#regoMycarousel-prev:hover{
	background: url(/site/inc/img/SST_SuburbPanel_upArrowHover_alt.gif) no-repeat 0 0;
}
#regoCarousel_suburb_nav div#regoMycarousel-next{
	background: url(/site/inc/img/SST_SuburbPanel_downArrow_alt.gif) no-repeat 0 0;
	padding: 0;
	position:absolute;
	left: 243px;
	top: 44px;
}
#regoCarousel_suburb_nav div#regoMycarousel-next:hover{
	background: url(/site/inc/img/SST_SuburbPanel_downArrowHover_alt.gif) no-repeat 0 0;
}






/* Property Gallery Carousel Nav*/


#galleryNav{
	position: relative;
	z-index: 2;
}
#galleryNav a#galleryNav-prev, #galleryNav a#galleryNav-next {
	width: 25px;
	height: 30px;
	z-index: 2;
	display: block;
	text-indent: -3000px;
	position: absolute;
	cursor: pointer;
	line-height: 30px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
#galleryNav a#galleryNav-prev{
	background: url(/site/inc/img/bg_gallery_nav_left.png) no-repeat;
	left: 0;
	top: -87px;
}
#galleryNav a#galleryNav-next{
	background: url(/site/inc/img/bg_gallery_nav_right.png) no-repeat;
	left: 563px;
	top: -87px;

}
#galleryNav a#galleryNav-prev:hover{
	background: url(/site/inc/img/bg_gallery_nav_left.png) no-repeat center left;
}
#galleryNav a#galleryNav-next:hover{
	background: url(/site/inc/img/bg_gallery_nav_right.png) no-repeat center left;
}

/*  Inactive States for Carousel */

#galleryNav a#galleryNav-next.inactive{
	background: url(/site/inc/img/bg_gallery_nav_right.png) no-repeat bottom left;
}
#galleryNav a#galleryNav-prev.inactive{
	background: url(/site/inc/img/bg_gallery_nav_left.png) no-repeat bottom left;
}




/* Suburb Profiles Carousel Nav*/

#suburbProfileGalleryNav {
	position: relative;
	z-index: 2;
}
#suburbProfileGalleryNav a#suburbProfilegalleryNav-prev, #suburbProfileGalleryNav a#suburbProfilegalleryNav-next {
	width: 25px;
	height: 30px;
	z-index: 2;
	display: block;
	text-indent: -3000px;
	position: absolute;
	cursor: pointer;
	filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity: 0.90;
	line-height: 30px;
}
#suburbProfileGalleryNav a#suburbProfilegalleryNav-prev{
	background: url(/site/inc/img/bg_gallery_nav_left.png) no-repeat;
	left: 80px;
	top:-437px;
}
#suburbProfileGalleryNav a#suburbProfilegalleryNav-next{
	background: url(/site/inc/img/bg_gallery_nav_right.png) no-repeat;
	left: 80px;
	top: -30px;
}
#suburbProfileGalleryNav a#suburbProfilegalleryNav-prev:hover{
	background: url(/site/inc/img/bg_gallery_nav_left.png) no-repeat center left;
}
#suburbProfileGalleryNav a#suburbProfilegalleryNav-next:hover{
	background: url(/site/inc/img/bg_gallery_nav_right.png) no-repeat center left;
}

/*  Inactive States for Carousel */

#suburbProfileGalleryNav a#suburbProfilegalleryNav-next.inactive{
	background: url(/site/inc/img/bg_gallery_nav_right.png) no-repeat bottom left;
}
#suburbProfileGalleryNav a#suburbProfilegalleryNav-prev.inactive{
	background: url(/site/inc/img/bg_gallery_nav_left.png) no-repeat bottom left;
}



/**
 *  Vertical Buttons
 */

/*.jcarousel-next-vertical {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 65px;
    height: 20px;
    cursor: pointer;	
	padding-left: 0;
	margin-right: 0;
	background-color: #330000;
}
.jcarousel-skin-mySavedSearches .jcarousel-next-disabled-vertical,
.jcarousel-skin-mySavedSearches .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-mySavedSearches .jcarousel-next-disabled-vertical:active {
    cursor: default;
}
.jcarousel-skin-mySavedSearches .jcarousel-prev-vertical {
    position: absolute;
    bottom: -40px;
    left: 100px;
    width: 65px;
    height: 20px;
    cursor: pointer;
    background-color: #0033FF;
}
.jcarousel-skin-mySavedSearches .jcarousel-prev-disabled-vertical,
.jcarousel-skin-mySavedSearches .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-mySavedSearches .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

*/
/**
 *  Horizontal Buttons
 
.jcarousel-skin-propGallery .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
	background: red;
}

.jcarousel-skin-propGallery .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-propGallery .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-propGallery .jcarousel-next-disabled-horizontal,
.jcarousel-skin-propGallery .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-propGallery .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-propGallery .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
	background: red;
}

.jcarousel-skin-propGallery .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-propGallery .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-propGallery .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-propGallery .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-propGallery .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
*/







