.photoslider
{
        height: 800px;
        overflow: hidden;
}

.photoslider_nav {
        /*border: solid #71A0F0 2px;*/
	position: relative;
	overflow: hidden;
	height: 700px;
	width: 180px;
        right: -825px;
        top: -750px;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
        /*needed if you are going horizontal*/
	/*display: block;*/
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	width: 115px;
	height: 115px;
	/*float: left;*/
	padding: 5px;
        margin-bottom: 10px;
	margin-left: 30px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
        /*border: solid #000 1px;*/
        /*background-image: url("../images/ajax-load.gif");
        background-repeat: no-repeat;
        background-position: top center;*/
	position: relative;
	height: 800px;
        width: 800px;
        margin-left: -20px;
}

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

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

.photoslider_control {
	/*display: none;*/
        position: relative;
        top: -1500px;
        right: -925px;
	text-align: center;
	font-weight: bold;
	height: 52px;
	width: 30px;
}

.photoslider_play {
        position: relative;
        right: 25px;
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
}

.photoslider_stop {
        position: relative;
        right: -10px;
        top: -25px;
        width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
        float: right;
	/*border: solid #71A0F0 1px;*/
}

.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 1px;
}
.LoadImg
{
    margin: 175px 0 0 -225px;
    position: absolute;
}
.LoadImgTxt
{
    margin: 0 0 0 -300px;
    position: absolute;
}
