﻿/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
/*
html {
font-size: 76%;}

body {
font-family: arial, helvetica, sans-serif;
line-height: 1.4em;
font-size: 1.2em;
padding: 0%;}
*/
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 100%;
text-align:center;
height:230px;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */
}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */


#slideshow .slides {
overflow: hidden;
width: 100%;
z-index:0 !important;
height:230px;
}

#slideshow .slides ul {
width: 100%;}

#slideshow .slides li {
width: 100%;
float: left;
padding: 0px;}

#slideshow .slides h3 {
margin-left: 20px;
color:#72aa23;}

#slideshow .slides p {
margin-left: 20px;
color:#5d5d5d;}


/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

.bannerslidenav
{
z-index:999 !important;
margin-top:-20px;
position:absolute;
text-align:center;
margin-left:auto;
margin-right:auto;
text-align:right;
width:910px;
}

#slideshow .slides-nav {
/*background-color: #e2ebde;*/
text-align:center;
white-space:nowrap;
font-size:11px;
float:right;
}

#slideshow .slides-nav li {
float:left;
white-space:nowrap;
font-weight:bold;
}

#slideshow .slides-nav li a {
display: block;
padding: 0px 10px;
outline: none;
text-decoration: none;
color: #FFFFFF;
background-image:url('/Style Library/Images/hcm/bannernavbg.png');
background-repeat:repeat;
padding-top:2px;
padding-bottom:2px;

}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-image:url('/Style Library/Images/hcm/bannernavbg.png');
background-repeat:repeat;
color: #FFFFFF;

}

.js #slideshow .slides-nav li.on a {
position: relative;
}