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

	SlideShow
	v 1.3

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



.slideshowContainer {

	width: 320px;
	height: 200px;
	margin-top: -20px;


}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	width:46px;
	padding: 4px;
	margin-top:4px;

}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 300px;

	margin-right:auto;
	/*background:url(images/img_1.jpg); */
	padding-left:3px;
}

#myText {
        margin-top:120px;
        width:300px;
        height:80px;
        color:white;
        z-index:10;
        background:url(images/fondcaption.png);
        margin-left:0px;
        padding-left:20px;
		padding-top: -10px;
        position:absolute;
		font-family: Calibri;
		font-size: 14px;
		line-height: 20px;
		_line-height: 20px;
}


*+html #myText {
       margin-left:1px;
}

h2 {
padding-top: 0px;



}


#example {
width:300px;
        height:50px;



}


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

