.clrfix:before,
.clrfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clrfix:after {
    clear: both;
}
.clrfix {
    zoom: 1;
}
.dcounter,
.counterSingleDummy {
    display: none;
}
.counter,
.counterSingle {
    border: none;
    outline: 0;
    width: 14px;
    background: transparent;
    color: #fff;
    text-align: center;
}
input[type=text].counter,
input[type=text].counterSingle {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 5px 0;
}
#featured {
    width: 890px;
    position: relative;
    border: none;
    height: 327px;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}
#featured ul.ui-tabs-nav {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 222px;
    height: 290px;
    overflow: hidden;
}
#featured ul.ui-tabs-nav li {
    padding: 0;
    font-size: 12px;
    color: #666;

    -webkit-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;

    -webkit-transform: scale(1); 
    -ms-transform: scale(1); 
    -moz-transform: scale(1);
	transform: scale(1);
    
    
}

#featured ul.ui-tabs-nav li:hover {

   

	-webkit-transform: scale(.9); 
    -ms-transform: scale(.9); 
    -moz-transform: scale(.9);
	transform: scale(.9);

	box-shadow: 0px 0px 15px #004890;
}

#featured ul.ui-tabs-nav li img {
    float: left;
    margin: 2px 5px;
    background: #fff;
    padding: 2px;
    border: 1px solid #eee;

	
}
#featured ul.ui-tabs-nav li span {
    font-size: 12px;
    font-family: Verdana;
    line-height: 15px;
    padding: 0px 5px 5px 10px;
    bottom: 0;
    position: absolute;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    width: 94%;
}
#featured li.ui-tabs-nav-item a {
    display: block;
    height: 96px;
    color: #333;
    background: #fff;
    line-height: 20px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
    background: #91c2f1;
}
#featured .ui-tabs-panel {
    width: 666px;
    position: relative;
    height: 327px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
}
#featured .ui-tabs-panel img {
    width: 100%;
    height: 327px;
}
#featured .ui-tabs-panel .info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    background: rgba(76, 76, 76, 0);
    background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(0, 0, 0, 0.09) 9%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.29) 29%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.54) 54%, rgba(28, 28, 28, 0.7) 70%, rgba(19, 19, 19, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 0)), color-stop(9%, rgba(0, 0, 0, 0.09)), color-stop(20%, rgba(0, 0, 0, 0.2)), color-stop(29%, rgba(0, 0, 0, 0.29)), color-stop(40%, rgba(0, 0, 0, 0.4)), color-stop(54%, rgba(0, 0, 0, 0.54)), color-stop(70%, rgba(28, 28, 28, 0.7)), color-stop(100%, rgba(19, 19, 19, 1)));
    background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(0, 0, 0, 0.09) 9%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.29) 29%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.54) 54%, rgba(28, 28, 28, 0.7) 70%, rgba(19, 19, 19, 1) 100%);
    background: -o-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(0, 0, 0, 0.09) 9%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.29) 29%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.54) 54%, rgba(28, 28, 28, 0.7) 70%, rgba(19, 19, 19, 1) 100%);
    background: -ms-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(0, 0, 0, 0.09) 9%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.29) 29%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.54) 54%, rgba(28, 28, 28, 0.7) 70%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(0, 0, 0, 0.09) 9%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.29) 29%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.54) 54%, rgba(28, 28, 28, 0.7) 70%, rgba(19, 19, 19, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
    width: 94%;
    padding: 20px;
}
#featured .info h2 {
    font-size: 22px;
    font-family: arial;
    color: #fff;
    padding: 5px;
    margin: 0;
    overflow: hidden;
    text-transform: none;
}
#featured .info p {
    margin: 0 5px;
    font-family: Verdana;
    font-size: 11px;
    line-height: 15px;
    color: #f0f0f0;
}
#featured .info a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: arial;
}
#featured .info a:hover {
    text-decoration: underline;
}
#featured .ui-tabs-hide {
    display: none;
}
.ui-tabs-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.ui-tabs-nav::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.ui-tabs-nav::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.show-for-small {
    display: none !important;
}
.img-bg {
    width: 100%;
    height: 100%;
    float: left;
}
/*slider count starts*/
.slide-counter {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 202px;
    background: #004890;
    padding: 0 10px;
    color: #fff;
}
.s-arrow {
    float: right;
    margin-top: 11px;
}
.up-arrow,
.down-arrow {
    cursor: pointer;
    width: 21px;
    height: 18px;
    float: left;
}
.up-arrow:hover,
.down-arrow:hover {
	opacity:.5
}
.up-arrow {
    background: url('/sites/hcp/usa/themes/gray_usa/images/up-arrow.png') no-repeat 0 4px;
    margin-right: 10px;
}
.down-arrow {
    background: url('/sites/hcp/usa/themes/gray_usa/images/down-arrow.png') no-repeat 0 4px;
}
.up-arrow-disabled {
	background:url('/sites/hcp/usa/themes/gray_usa/images/up-arrow-disabled.png') no-repeat 0 4px ;
	margin-right: 10px;
}
.down-arrow-disabled {
    background:url('/sites/hcp/usa/themes/gray_usa/images/down-arrow-disabled.png') no-repeat 0 4px ;
}

#featured ul.ui-tabs-nav li span {
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}

#featured .info h2 {
	text-shadow: 1px 1px 1px #000;
}


/*slider count ends*/

@media only screen and (min-width: 300px) and (max-width: 760px) {
    #featured {
        width: 320px;
        border-radius:0;
        height:auto;
    }
    #featured .ui-tabs-panel {
        width: 100%;
        height: 150px;
    }
    #featured ul.ui-tabs-nav {
        position: relative;
        height: auto;
        overflow-y: auto;
        width: 100%;
    }
    #featured .ui-tabs-panel .info {
        width: auto;
        padding: 5px;
    }
    #featured li.ui-tabs-nav-item a {
        height: auto;
        background: #004990;
        float: left;
        width: 100%;
        padding: 0;
        vertical-align: middle;
    }
    #featured .info a {
        font-size: 14px;
    }
    .hide-for-small {
        display: none !important;
    }
    .show-for-small {
        display: block !important;
    }
    .mob-img {
        float: left;
        width: 100px;
        vertical-align: middle;
        border: 1px solid #FFF;
        margin: 10px;
    }
    #featured ul.ui-tabs-nav li span {
        position: relative;
        background: none;
        float: left;
        width: 180px;
        padding: 10px 0px 10px 5px;
    }
    #featured ul.ui-tabs-nav li img {
        float: left;
        margin: 0;
        background: none;
        padding: 0;
        border: none;
        height: 50px;
        min-width: 100px;
        vertical-align: middle;
    }
    .slide-counter {
        display: none;
    }
	#featured .info h2 {
		font-size: 22px;
		font-family: arial;
		color: #fff;
		padding: 5px;
		margin: 0;
		overflow: hidden;
		text-transform: none;
		line-height: 16px;
		font-weight: bold;
	}
	#featured .ui-tabs-panel img {
		width: 100%;
		height: 160px;
	}
	#featured ul.ui-tabs-nav li:hover {
		transform: scale(1);
		box-shadow: 0px 0px 50px #004890;
		opacity:.8;
	}
}