.photoslider {

	overflow: hidden;

}



.photoslider_nav {

	position: relative;

	border:solid #a51b32 1px;

	overflow: hidden;

	height: 90px;

	width: 580px;

	margin: auto;

	background-color:#fff;	

}



.photoslider_thumbBar {

	position: absolute;

	left: 0px;

	top: 0px;

	display: block;

	margin: 0px;

	padding: 0px;

	background-color:#fff;

}



.photoslider_thumb {

	position: relative;

	border: solid #333 1px;

	width: 52px;

	height: 52px;

	float: left;

	padding: 5px;

	margin: 5px;

	cursor: pointer;

}



.photoslider_clear {

	clear: both;

}



.photoslider_main  {

	position: relative;

	height: 440px;

	padding-bottom: 5px;

}



.photoslider_main img {

	background-attachment:fixed;

	background-position:inherit;

	position: relative;

	
	border: solid #ccc 2px;

	display: block;

	margin: auto;
	width: 250px;

}



.photoslider_caption {

	font-weight: bold;

	text-align: center;

	color:#000000;

}



.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('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 #a51b32 2px;

}