/*/ CSS bij het UKplayer-CS
/*/
/*/ In principe schaalt de breedte mee, maar kijk bij:
/*/
/*/ #slideshow .object  - als je de breedte van de slideshow wilt aanpassen
/*/
/*/ #slideshow .slideshowimage - als je de breedte van het plaatje in de thread wilt aanpassen
/*/

#slideshow p {
margin:0 0 1em;
}
#slideshow .object {
/*/de div om het flash object/*/
width:400px;
border:1px solid #000;
background:#000;
margin-bottom:1em;
}
#slideshow .item {
/*/plaatje en tekst in CS view/*/
border-bottom:1px dotted #ccc;
margin-bottom:1em;
}
#slideshow .item .left {
/*/container van thumbnail/*/
float:left;
width:82px;
overflow:hidden;
}
#slideshow .item .right {
/*/titel en tekst bij thumbnail/*/
padding-left:100px;
}
#slideshow .item a img {
/*/thumbnail/*/
width:80px;
border:1px solid #000;
}
#slideshow .item a:hover img {
/*/hover thumbnail/*/
border:1px solid #fff;
}
#slideshow .alignright {
/*/bekijk afbeelding link/*/
text-align:right;
clear:both;
}
#slideshow .content {
/*/als bericht niet in een p staat, toch een ondermarge/*/
margin-bottom:1em;
}
#slideshow .slideshowimage {
/*/container grote afbeelding in thread view/*/
width:402px;
overflow:hidden;
text-align:center;
}
#slideshow .slideshowimage img {
/*/grote afbeelding in thread view/*/
border:1px solid #000;
margin-bottom:1em;
}
#slideshow h3, #slideshow h4 {
margin: 0 0 .2em;
}
#slideshow .reply {
/*/reply in thread view/*/
border-bottom:1px dotted #ccc;
margin-bottom:1em;
}
#slideshow p.info {
/*/naam en datum/*/
color:#999;
margin: 0 0 .2em;
}
