/* top controls */
#PBNwrap {
	position:absolute;
	z-index:10;
	background:#f7f7f7;
	width:172px;
	overflow: hidden;
	/*left:35px !important;*/
	border-left:10px solid #f7f7f7;
	border-bottom:10px solid #f7f7f7;
	border-right:10px solid #f7f7f7;
}

.TDfix
{
	position:relative;
}

.TDfix #PBNwrap
{
	left:-3px !important;	
	top:40px !important;
}

#wf-left-nav #PBNwrap ul li {
	font-family: Arial !important;
    font-size: 11px !important;
}

#wf-left-nav #PBNwrap {
	top: 89px !important;
    left: 0px !important;
}
.PBNcarousel-control {
	width:164px;	margin:0px; padding:0px;
}
.PBNcarousel-control a {
	width:41px;		/* changes depending on # of tabs. Must evenly divide into width of PBNcarousel-control above */
	height:17px;
	display: block;
	border-left:1px #CCC solid; border-bottom:1px #CCC solid;
	color: #3b73b9;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	outline:none;
	background:#f7f7f7;
	padding-top:4px;
}
.PBNcarousel-control #PBNsection1 {border-left:1px white solid !important;}
.PBNcarousel-control a.active {
	border-top:1px #CCC solid;
	border-bottom:none;
	color: #666;	
	background:#FFF;
}
.PBNcarousel-control .active#PBNsection1 {
	border-left:1px #CCC solid !important;
}
/* determined by JS */
/*.PBNcarousel-control .active#PBNsection4 {
	border-right:1px #CCC solid;
}*/

.PBNcarousel-control a:hover {
	text-decoration: underline;	
}
.PBNcarousel-control a.active:hover {
	text-decoration: none;	
}


.jcarousel-skin-PBN .jcarousel-container {
	/*-moz-border-radius: 10px;
	background: #F0F6F9;
	border: 1px solid #346F97;*/
	background:#f7f7f7;
	width:172px;
}
/* width = (tab width) x (# of tabs) + (# of tabs) - 1 */
.jcarousel-skin-PBN .jcarousel-container-horizontal {
    width: 167px;
    margin: 0px 35px 0px 0px;

}

.jcarousel-skin-PBN .jcarousel-container-vertical {
    width: 75px;
    height: 440px;
    padding: 35px 20px;
}

/* adjust height of dropdown to display all products 
   adjust width to fit # of tabs */
.jcarousel-skin-PBN .jcarousel-clip-horizontal {
	width:  167px;
	height: 206px;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	background:#FFF;
}

.jcarousel-skin-PBN .jcarousel-clip-vertical {
    width:  445px;
    height: 544px;
}

.jcarousel-skin-PBN .jcarousel-item {
	padding-top:6px;
	height:400px;
}

.jcarousel-skin-PBN .jcarousel-item-horizontal {
	/*width:495px; */
    margin-right: 16px;
	padding-left:10px;
	/*background: url(images/Container/Background-container.jpg) repeat-x;*/

}

.jcarousel-skin-PBN .jcarousel-item-vertical {
    margin-bottom: 10px;
	margin-top:2px;

}

.jcarousel-skin-PBN .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-PBN .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/grid-solutions/scripts/jcarousel/skins/tango/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-PBN .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-PBN .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-PBN .jcarousel-next-disabled-horizontal,
.jcarousel-skin-PBN .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-PBN .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-PBN .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/grid-solutions/scripts/jcarousel/skins/tango/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-PBN .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-PBN .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-PBN .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-PBN .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-PBN .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-PBN .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/grid-solutions/scripts/jcarousel/skins/tango/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-PBN .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-PBN .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-PBN .jcarousel-next-disabled-vertical,
.jcarousel-skin-PBN .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-PBN .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-PBN .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/grid-solutions/scripts/jcarousel/skins/tango/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-PBN .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-PBN .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-PBN .jcarousel-prev-disabled-vertical,
.jcarousel-skin-PBN .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-PBN .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.linkArrows A {
	padding-left: 10px;
	background: url(/grid-solutions/images/SiteWide-ArrowGreyTrans.gif) 2px 5px no-repeat;
	margin-top: 2px;
	display: inline-block;
	color: #666;
	text-decoration: none;
}
.linkArrows A:hover {
	color:#3b73b9;
	text-decoration: underline;
}


