
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 745px;
	height: 263px;
	margin: 0 0 0 0;
	background: url(img/Magazin_gran_08021010.jpg) top left no-repeat;
	cursor: pointer;
}
.loading {
	background: url(img/loading.gif) center no-repeat;
}
.slideshowThumbnail {
	outline: none;
	font:normal 0.6125em Arial, Helvetica, sans-serif;
	padding:0 2px 0 2px;
}
.slide {
	outline: none;
	font:normal 0.6125em Arial, Helvetica, sans-serif;
	padding:0 2px 0 2px;
}
.slide a {text-decoration:none;}
.slideshowThumbnail img {
	padding: 4px;
}
a:hover.slideshowThumbnail img {
	padding: 4px;
}
.slide {
}
a:hover.slide {
	border: 1px solid #ccc;
}
.current img {
}
.outline {
	z-index: 0;
	position: relative;
	background:#7e0d0d;
	padding:0 2px 0 2px;
}

#thumbnails {
	margin:0 0 0 0;
	padding:0 0 2px 0;
	overflow:hidden;
	width:100%;
	text-align:left;
	background:#000;
}
#thumbnails .slide {
	display:inline;
}
#thumbnails img {
	display:none;
}
#caratula {margin:0 0 0 0;padding:0 0 0 0;width:735px;background:#000;border-right:2px solid #000}
/*************************************************************/


