/**** CSS specific to Episcopal Senior Communties Corporate ****/

/**** Carousel panel highlight ****/
a:hover img {
	border: 1px solid #000;
}

/**** Main nav current selection for drop down ****/
a.main_nav_drop {
	border-bottom: 1px solid #c9a05c;
}

/**** Main nav rollover ****/
a:hover.main_nav {
	padding-bottom: 2px;
	border-bottom: 1px solid #c9a05c;
}

/**** Main nav current selection ****/
.current {
	border-bottom: 1px solid #c9a05c;
}

/**** Main nav drop down rollover ****/
a:hover.drop {
	border-bottom: 1px solid #c9a05c;
}

/**** Main nav drop down non-linked items ***/
.list1 {
	color: #888;
	font-style: italic;
	border-bottom: 1px solid #666;
}

/**** Main nav contact drop down item ****/
a.extra {
	color: #888;
}

/**** Footer nav rollover ****/
a:hover.secondary_nav {
	border-bottom: 1px solid #c9a05c;
}

/**** Content nav rollover ****/
ul.sub_nav li a:hover {
	border-bottom: 1px solid #c9a05c;
}

/**** Carousel right arrow image ****/
.jcarousel-skin-tango .jcarousel-next-horizontal {
    background-image: url(../images/carousel/next-horizontal.png);
}

/**** Carousel left arrow image ****/
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    background-image: url(../images/carousel/prev-horizontal.png);
}

.jScrollPaneDrag {
 background: #ccc url(../images/down_arrow_esc.gif) no-repeat 0 50%; 
} 

