.photoslider {
	display: block;
	background-color:#43AC4E;
	width: 460px;
	height: 325px;
}
.photoslider_nav {
	position: relative;
	overflow: hidden;
	height: 0px;
	width: 0;
	margin : auto;
}.photoslider_clear {
	clear: both;
}
.photoslider_main  {
	position: relative;
	height: 305px;
	width : 460px;
}
.photoslider_main img {
	position: relative;
	width : 460px;
	display: block;
	margin: auto;
}
.photoslider_caption {
}
.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	margin: -10px 0px 0px 420px;
	height: 30px;
	width: 52px;
}
.photoslider_play, .photoslider_stop {
	width: 18px;
	height: 19px;
	margin: auto;
	cursor: pointer;
	float: left;
}
.photoslider_play {
	background: url('../imgs/play_pause.gif') no-repeat 5px 0px;
}
.photoslider_stop {
	background: url('../imgs/play_pause.gif') no-repeat -15px 0px;
}
.slideshow_disabled {
cursor: pointer;	
}