/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
html {
font-size: 80%;}

body {
font-family: arial, helvetica, sans-serif;
line-height: 1em;
font-size: 1em;
padding: 0%;}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 340px;
background-color: #fff;
border: 0px dotted #ddd;}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align:center;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 340px;}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
width: 340px;
float: left;
padding-top:5px;}

#slideshow .slides h2 {
margin-top: 0;
clear: both;
background-color: #2d2d2d;
background-image: url(http://quadrigaconsulting.co.uk/gov2010/wp-content/themes/FlexxBold/images/white-square.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 5px 50%;
color: #ffffff;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 10px;
margin-left: 0pt;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 4px;
padding-left: 25px;
line-height: 13px;
}
#slideshow .slides h2 a{color:#FFFFFF;text-decoration:none;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-color: #ddd;
border-top: 2px solid #ccc;}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 15px 20px;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #eee;}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -4px;}
