
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/
*{
margin:0px;
padding:0px;
*margin-left:0px;
}
.slideshowContainer {
	border: 1px solid #ccc;
	width: 785px;
	height: 210px;
	margin: 0px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #f0f0f0;
	padding: 3px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 3px;
}

.current img {
	border: 1px solid red;
	padding: 4px;
}

.outline {
	border: 1px solid #E60D00;
	z-index: 0;
	position: absolute;
}

#thumbnails {
margin:0px;
	/*width: 130px;
	float: left;*/
}

#thumbnails .video-link-span {
	display:block;
	position:absolute;
	width:330px;
	height:100px;
	left: 0px;
	top: 0px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/cabecera/logo.png);
	background-repeat: no-repeat;
	filter: none !important;
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fondod.png');*/
	z-index:2;
	}
/*************************************************************/

