.photoslider {

}

.photoslider_nav {
	position: relative;
	border: solid #dddddd 1px;
	overflow: hidden;
	height: 150px;
	width: 530px;
	margin: auto;
	background: url(../images/bg_news.png) repeat-x;  
background-position:bottom;
background-color: #ffffff;
}

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


}

.photoslider_thumb {
	position: relative;
	border: solid #dddddd 1px;
	width: 120px;
	height: 100%;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
	background: #dddddd;
	text-align: center;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	width: 530px;
	padding-bottom: 5px;
	padding-top: 12px;
	margin: auto;
		background: url(../images/bg_news.png) repeat-x;  
background-position:bottom;
background-color: #ffffff;	border: solid #dddddd 1px;
}

.photoslider_main img {
	position: relative;
	border: solid #000 5px;
	display: block;
	margin: auto;
}

.photoslider_caption {
/*	font-weight: bold;*/
	text-align: center;
	width: 500px;
	margin: auto;
	height: 100px;
}

.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;
	float: left;
}

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

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

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




