/*benchmark-horizontal-slider frame*/
#sliderFrame-policy-benchmark 
{ 
	background:#fff;
    width:780px;
    padding:8px;
    border:1px solid #066;
    border-radius:6px;
	margin:16px 0;
} 

#benchmark-horizontal-slider, #benchmark-horizontal-slider div.sliderInner {
    width:680px;height:533px;/* Must be the same size as the slider images */
}

#benchmark-horizontal-slider {
	background:url(loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);
}

/* the link style (if an image is wrapped in a link) */
#benchmark-horizontal-slider a.imgLink, #benchmark-horizontal-slider .video {
	z-index:2;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}

#benchmark-horizontal-slider a.imgLink, #benchmark-horizontal-slider .videoimg {
    max-width: 100%;
}
#benchmark-horizontal-slider .video {
	background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#benchmark-horizontal-slider div.mc-caption-bg, #benchmark-horizontal-slider div.mc-caption-bg2 {
	position:relative;
	width:600px;
	height:95px;
	padding:10px 0;
	margin:0 auto;
	top:412px;
	z-index:3;
	overflow:hidden;
	font-size:0;
	border:none;
	display:none;
}
#benchmark-horizontal-slider div.mc-caption-bg {
    /* NOTE: Its opacity, when background is not transparent, is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:transparent;/* or any other colors such as White, or: background:none; */
}
#benchmark-horizontal-slider div.mc-caption-bg2 {
    background:none;
}
#benchmark-horizontal-slider div.mc-caption {
	font:normal 13px/16px Arial;
	color:#333;
	z-index:4;
    background:none;
	display:none;
}

#benchmark-horizontal-slider div.mc-caption p {
	text-align:left;
}

/*custom caption css*/

#benchmark-horizontal-slider div.mc-caption .col-one{
	float:left;
	width:48%;
}

#benchmark-horizontal-slider div.mc-caption .col-two{
	float:left;
	width:48%;
	margin-left:2%;
}

#benchmark-horizontal-slider div.mc-caption h3{
	font-family: 'futura_mdcn_btmedium';
	color:#000;
	text-align:center;
	margin:0;
	padding:0;
	letter-spacing:1px;
	font-size:1.6em;
	text-transform:uppercase;
}

.clear{
	clear:both;
	height:1px;
}

#benchmark-horizontal-slider div.mc-caption a { 
	color:#66FFFF;
}


/* ------ built-in navigation bullets wrapper that is relative to the #slider ------*/
#benchmark-horizontal-slider div.navBulletsWrapper  {
	display:none;
}

/* --------- Others ------- */

#benchmark-horizontal-slider div.loading 
{
    width:100%; height:100%;
    background:transparent url(loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

#benchmark-horizontal-slider img, #benchmark-horizontal-slider>b, #benchmark-horizontal-slider a>b {
	position:absolute; border:none; display:none;
}

#benchmark-horizontal-slider div.sliderInner {
	overflow:hidden; 
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; top:0; left:0;
}

#benchmark-horizontal-slider>a, #benchmark-horizontal-slider video, #benchmark-horizontal-slider audio {display:none;}


/* -- thumbnails -- */
#policy-thumbs {
    padding-bottom:12px;
    text-align:center;
    font-size:0;
}
#policy-thumbs .thumb {
    display:inline-block;
    *display:inline;zoom:1;/*IE6, IE7 hack*/
    margin:0 1px;/*this determins the distance between each thumbnail*/
    border:1px solid #333;
    padding:4px;
	margin:6px;
    background:transparent;
}

#policy-thumbs .thumb img{border:1px solid #555; cursor:pointer; width:70px; height:55px; opacity:0.5;filter:alpha(opacity=50);}

#policy-thumbs .thumb-on img{border:1px solid #999; opacity:1;filter:alpha(opacity=100);}

/*----------- navigation buttons on both sides of the slider -----------*/
.group1-Wrapper 
{
    position:absolute;
    z-index:20;
    top:120px;
    margin-left:50%;/* position it in the middle of #sliderFrame */
    width:1px;
}
a.group1-Prev, a.group1-Next
{
    width:50px;height:150px;
    background:transparent url(navbuttons2.gif); 
    display:block; 
    cursor:pointer;
    position:absolute;
    top:0;
    user-select: none;
}
a.group1-Prev{background-position:0 0; left: -510px;}
a.group1-Next {background-position:0 -150px;left:460px;}

a.group1-Prev:hover{background-position:50px 0;}
a.group1-Next:hover {background-position:50px -150px;}

/* ----------- navigation buttons in the nav bar ---------- */
a.group2-Prev, a.group2-Next, a.group2-Play, a.group2-Pause 
{
    width:20px; height:20px; 
    background:transparent url(navbuttons.gif); 
    display:inline-block; 
    *display:inline;zoom:1;/*IE hack*/
    margin-left:4px; margin-right:4px;
    cursor:pointer;
}
a.group2-Pause{background-position:0 0;}
a.group2-Play {background-position:0 -20px;}
a.group2-Next {background-position:0 -40px;}
a.group2-Prev {background-position:0 -60px;} 

a.group2-Pause:hover{background-position:20px 0;}
a.group2-Play:hover {background-position:20px -20px;}
a.group2-Next:hover {background-position:20px -40px;}
a.group2-Prev:hover {background-position:20px -60px;} 

