
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
display:block; float:left;
	width: 220px;
	height: 300px;
	margin-bottom: 10px;
	padding: 0 0 3px 0;
	border-bottom:1px dashed #eee
}

.slideshowContainer h3 {
width:200px
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}
a.slideshowThumbnail {
color:#666
}
.slideshowThumbnail {
font-size:0.8em
}
.slideshowThumbnail img{
display:block; float:left; width:20px
}

a:hover.slideshowThumbnail {
	color:#333;
}

.current {
	border: 1px solid red;
	padding: 5px;
}
.outline {
padding:5px 2px 0 0 ; 
	z-index: 0;
	position: absolute; 
	background-image:url(../images/illustration_arrow.gif); background-position:1px 1px; background-repeat:no-repeat; width:24px; height:18px;
color:orange
}
.outline li a span {
color:orange
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

.toolbar_slide{ display:block;
float:left;
margin:0;
padding:3px 0 0 2px;
width:78px;}
.toolbar_slide p{display:block; float:left; background-image:url(../images/toolbar.gif); background-repeat:no-repeat; height:25px; font-size:1em;}

.toolbar_slide a{ padding: 0 0 0 4px}

/*************************************************************/

