﻿/*Slideshow style*/
.articleSlideshow {
	float: left;
	clear: both;
	width: 100%;
}
table.slideshow {
	width: 100%;
	float: left;
	text-align: center;
}
td.slideshowname {
	width: 100% !important;
	text-align: center;
	padding: 4px 4px 10px 4px;
}
span.slideshowName {
	color: #374353;
	font-weight: bold;
	font-size: 14px;
}
td.previewPane {
	width: 100% !important;
	height: auto !important;
	text-align: center;
}
.thumbsViewer {
	background-image: url(../dep/slideshow/bg_filmstrip.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	float: left;
}
.thumbsViewer table {
	width: 100%;
}
.slideshowThumbnailpicture {
	text-align: left;
	margin: 0; 
	padding: 0 2px 0 2px;
	cursor: pointer;	
}
.slideshowThumbnailpictureAdmin {
	text-align: left;
	margin: 2px 0 0 0; 
	padding: 0;
	cursor: pointer;	
}
.RotatorImage {
	padding: 0;
}
.srollimg {
	vertical-align: middle;	
	height: 130px;
}
.slideshowImageText {
	width: 100%;
}
td.thumbsViewer * {
	vertical-align: middle;
}
/*End styles Slideshow*/
