.photoslider {

}

.photoslider_nav {
	position: relative;
	/*border: solid #71A0F0 2px;*/
	overflow: hidden;
	height: 160px;
	width: 825px;
	margin: -50px auto auto 70px;
}

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

.photoslider_thumb {
	position: relative;
	width: 115px;
	height: 115px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	/*border: solid #000 1px;*/
	height: 510px;
	padding-bottom: 5px;
	margin: -30px 0 0 25px;
    width: 500px;
}

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

.photoslider_caption {
	font-weight: bold;
	text-align: center;
}

.photoslider_control {
	display: none;
	/*border: solid #71A0F0 1px;*/
	text-align: center;
	font-weight: bold;
	margin: -98px auto auto 905px;
	height: 52px;
	width: 30px;
}

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

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

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

.slideshow_disabled {
	border: solid #919191 2px;
}
.LoadImg
{
    margin: 175px 0 0 -225px;
    position: absolute;
}
.LoadImgTxt
{
    margin: 0 0 0 -300px;
    position: absolute;
}