/* ui scroll container */
.ui-atoz-scroll-container {
	overflow: hidden;
	/*position: absolute;*/
	top: 20px;
	right: 2%;
    width: 96% !important;
	background: #fff;
	line-height:25px;
	z-index:1001;
}
#header #servicesContainer .ui-atoz-scroll-container a {
	color:#294762;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}
.ui-atoz-scroll-content {
	margin: 10px;
	position: absolute;
	top: 30px;
	left: 20px;
    right: 20px;
    width: auto !important;
}
.ui-atoz-scroll-trigger {
	margin: 0 auto !important;
    width: 90%;
    text-align: center;
}
.ui-atoz-scroll-wrapper {
	position: relative;
}

/* ui scroll navigation */
.ui-atoz-scroll-navleft {
	position: absolute;
    width: 20px;
    height: 270px;
    left: 0;
    top: 5px;
	z-index: 10;
    background: #ccc url(../images/chevron-left-dark.png) center center no-repeat;
}
.ui-atoz-scroll-navright {
	position: absolute;
    width: 20px;
    height: 270px;
    right: 0;
    top: 5px;
	z-index: 10;
    background: #ccc url(../images/chevron-right-dark.png) center center no-repeat;
}

.ui-atoz-scroll-navleft a {
    display: block;
	position: absolute;
    width: 20px;
    height: 270px;
    left: 0;
    top: 0 !important;
}
.ui-atoz-scroll-navright a {
    display: block;
	position: absolute;
    width: 20px;
    height: 270px;
    right: 0;
    top: 0 !important;
}

#ui-atoz-scroll .ui-atoz-scroll-wrapper .ui-atoz-scroll-item {
	width: 260px;
	height: 100%;
	float: left;
	padding: 0 20px !important;
	margin: 0 !important;
	overflow: hidden;
	list-style-type: none;
	list-style-image: none;
}

.ui-atoz-scroll-wrapper .ui-atoz-scroll-item li a
{
	font-weight: normal !important;
}

.ui-atoz-scroll-wrapper .ui-atoz-scroll-item.last {
	border: none;
}

/* A to Z Index page */
.azListHeader {
}
.azListTriggers {
}
.azListTriggers a {
	padding-right: 15px;
}
.azItemHeader {
}
.azItemHeader a {
}
.azItemContent 
{
	list-style-type: none;
	list-style-image: none;
}