.photoslider {
	text-align:center;
	width:620px;
	position:relative;
}

.photoslider_nav {
	position: relative;
	border-bottom:solid #999999 1px;
	border-top:solid #999999 1px;
	overflow: hidden;
	height: 125px;
	width: 600px;
	margin: auto;
	
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	border: solid black 0px;
	width: 100px;
	height: 113px;
	float: left;
	margin: 3px;
	cursor: pointer;
}

.photoslider_thumb img {
height:100px;
width:150px;
border-left:solid #FFFFFF 1px;
opacity:0.8;
/*filter:alpha(opacity=90,style=1);*/
filter:alpha(opacity=80);
-moz-style:1;
position:absolute;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	padding-bottom: 5px;
	height:400px;
}

.photoslider_main img {
	position: relative;
	border: solid #000 0px;
	display: block;
	margin: auto;
	/*cursor: pointer;*/
}

.photoslider_caption {
	font-weight: bold;
	text-align: center;
	height:0ps;
	font-size:0px;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 20px;
	width: 60px;
	/*position:absolute;
	top:445px;
	left:285px;*/
}

.photoslider_play, .photoslider_stop {
	width: 22px;
	height: 18px;
	margin: auto;
	padding-left: 3px;
	cursor: pointer;
	text-align: center;
	border: solid #fff 1px;
	float: left;
}

.photoslider_play {
	background: url('./play_pause.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('./play_pause.gif') no-repeat -25px 0px;
}

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}

.divSize{
height:399px;
position:absolute;
}

.div-roundcorner-top-lft{
	position:absolute;width:20px; height:20px; z-index:100;
	background-image:url(top-lft-corner-r15px.gif); background-position: top left; background-repeat:no-repeat;
	}

.div-roundcorner-top-rt{
	position:absolute; width:20px; height:20px; z-index:101;
	background-image: url(top-rt-corner-r15px.gif); background-position: top right; background-repeat:no-repeat;
	}
.div-roundcorner-bot-rt{
	position:absolute;width:20px; height:20px; z-index:102;
	background-image:url(bot-rtbtm-corner-r15px.gif); background-position: bottom right; background-repeat:no-repeat;
	}

