.photoslider {
    border: 1px dotted black;
    width: 600px;
    text-align: center;
    padding: 5px;
}

.photoslider_nav {
	position: relative;
	border: solid black 1px;
	overflow: hidden;
	height: 140px;
	width: 590px;
	margin: auto;
	background-color: #ccc;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	border: solid black 1px;
	width: 100px;
	height: 100px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	height: 420px;
	padding-bottom: 5px;
}

.photoslider_main img {
	position: relative;
	border: solid 8px #000;
	padding: 2px;
	display: block;
	margin: auto;
	max-height: 400px;
    max-width: 572px;
}

.photoslider_caption {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #518daa;
	color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 590px;
	margin: auto;
	padding-bottom: 3px;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 52px;
}

.photoslider_play, .photoslider_stop {
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: solid #fff 1px;
	float: left;
}

.photoslider_play {
	background: url('/imperia/packages/fmp/external/photoslider/images/play_pause.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('/imperia/packages/fmp/external/photoslider/images/play_pause.gif') no-repeat -25px 0px;
}

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}
