﻿/*Overrides the images in the RadControl for the Local home slider */
.RadSlider_Black .rslHorizontal .rslSelectedregion 
{
	background: url('images/radcontrols/ProgressBar-Sprite.gif') no-repeat scroll right top!important;
}
.RadSlider_Black .rslHorizontal a.rslHandle 
{
	background-image: url('images/radcontrols/Arrows-Sprite.gif')!important;
}

/* Overrides the the style for the document library control for Branding Studies */ 
ol.sf_libraryList dd 
{
	font-size: inherit!important;
}
ol.sf_libraryList 
{
	line-height: inherit!important;
}
ol.sf_libraryList dt {
color: #333;
font-size:1.2em;
text-transform: uppercase;
font-weight:normal!important;
}

/* fixes the carousel rotation height on ibhealth and BGB pages */
.carousel-wrap
{
	max-height: 566px !important;
}
