/* ============================= */
/* ! Layout for The Long Way Round  */
/* ============================= */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

img {
height: auto;
}

img, object, embed {
max-width: 100%;
}


#slideshow {
position:relative;
height: 500px; /* +10 incl border */
width: 100%;
max-width: 660px; /* +10 incl border */
margin: 0 auto;
overflow:hidden;
}

#slideshow IMG {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
filter:alpha(opacity=0); /* For IE8 and earlier */
border: 1px solid #ccc;
padding: 3px;
}

#slideshow IMG.active {
z-index:10;
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

#slideshow IMG.last-active {
z-index:9;
}

