/* Newsi DHTML Slideshow CSS Document */



#slideshow_container a {
color: #000095;
text-decoration: none;
}

#slideshow_container a:hover {
text-decoration: underline;
}


/*
h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:10px;
margin: 0 0 0 0;
padding: 2px 0 2px 5px; 
}
*/

.h2_header  {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#fff;
font-size:11px;
margin: 0 0 0 0;
padding: 2px 0 3px 5px; 
background:#367;
}

.slideshow_wrapper {
    position: relative;
    width: 203px;
}

#slideshow{
width: 203px;
padding-bottom:20px;
margin: 0 0 0 5px;
}


#slideshow_set {
    position: absolute;
}

#slideshow_container .header {
background-image:url(http://news.bbc.co.uk/nol/shared/spl/hi/dhtml_slides/img/title.gif);
margin: 0 0 5px 0;
}

#slideshow_container {
float:right;
padding: 5px 0 10px 0;
}


/* SLIDE CONTROLS */

.sld_controls {
display:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
width: 203px;
height: 28px;
overflow: hidden;
background-image:url(http://news.bbc.co.uk/nol/shared/spl/hi/dhtml_slides/img/nav_bg.gif);
position: absolute;
margin: 5px 0 0 0;

}

#sld_back_btn_off{
background-image:url(http://news.bbc.co.uk/nol/shared/spl/hi/dhtml_slides/img/back_off.jpg);
background-repeat:no-repeat;
width: 58px;
height: 20px;
float: left;
margin: 4px 0 0 5px;
display:inline;
overflow:hidden;  
list-style:none;
position:absolute;
}

#sld_back_btn a{
background-image:url(http://news.bbc.co.uk/nol/shared/spl/hi/dhtml_slides/img/back_notext.jpg);
background-repeat:no-repeat;
width: 58px;
height: 20px;
float: left;
margin: 4px 0 0 5px;
display:inline;
overflow:hidden;  
list-style:none;
position:absolute;
text-indent: 1.6em;
}

#sld_counter{
width: 38px;
left: 83px;
margin: 7px 0 0 0;
overflow:hidden;  
list-style:none;
position:absolute;
font-weight: bold;
}
/* #sld_counter2 id only applies to slides where number of slides is over 9 slides  */
#sld_counter2{
width: 60px;
left:70px;
margin: 7px 0 0 0;
overflow:hidden;  
list-style:none;
position:absolute;
font-weight: bold;
}

#sld_next_btn_off{
background-image:url(http://news.bbc.co.uk/nol/shared/spl/hi/dhtml_slides/img/next_off.jpg);
background-repeat:no-repeat;
width: 58px;
height: 20px;
left: 141px;
margin: 4px 5px 0 0;
display:inline;
overflow:hidden;  
list-style:none;
position:absolute;
}

#sld_next_btn a{
overflow:hidden;
background-image:url(http://news.bbc.co.uk/nol/shared/spl/hi/dhtml_slides/img/next_notext.jpg);
background-repeat:no-repeat;
width: 58px;
height: 20px;
left: 141px;
margin: 4px 5px 0 0;
display:inline;
overflow:hidden;  
list-style:none;
position:absolute;
text-indent: 0.5em
}


.navbtn{
display:hidden;
font-weight: bolder;
overflow:hidden; 
}
.navbtn a{
padding: 3px 0 0 0;
overflow:hidden; 
}

/* SLIDE TEXT FORMATTING */
p.slidecopy{
font-size: 11px;
margin: 0 0 0 0;
padding: 0 5px 0 0;
min-height:55px;
}

/* SLIDE IMAGE FORMATTING */
#slideshow_container img.img{
margin-bottom: 5px;
}

/* FURTHER LINKS FORMATTING */
#slideshow_container .more {
background-image:url(http://newsimg.bbc.co.uk/nol/shared/img/v3/arrow.gif);
background-repeat:no-repeat;
margin:0pt 7px;
padding:0pt 0pt 3px 7px;
}


