/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
html {
font-size: 76%;}


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 358px;

border: 0px solid #ddd;}

#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: 355px;}

#slideshow .slides ul {
width: 355px;}

#slideshow .slides li {
width: 345px;
height:140px;/*added by Smeg*/
float: left;
padding: 5px;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {

border-top: 0px solid #ccc;}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
background-image:url(../../theme/Default/images/dot.png);
background-repeat:no-repeat;
display: block;
width: 15px;
padding: 0px 2px 0px 2px;
height:15px;/*added by Smeg*/
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
}

.js #slideshow .slides-nav li.on a {
background-image:url(../../theme/Default/images/dot_active.png);
background-repeat:no-repeat;
position: relative;
}