.photoslider {

}

.photoslider_nav {
	position: relative;
	border: 1px solid #EEE;
	overflow: hidden;
	height: 90px;
	width: 770px;
	margin: auto;
	display: none;
}

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

.photoslider_thumb {
	position: relative;
	border: 1px solid #EEE;
	/* width: 50px; */
	height: 50px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	/* height: 420px; */
	/* padding-bottom: 5px; */
}

.photoslider_main img {
    border: 3px double #EEE;
    display: block;
    height: 185px;
    margin: auto;
    position: relative;
    width: 200px;
}

.photoslider_caption {
    display: none;
	background: url(../img/slider/line.gif) repeat-x scroll 0 0 transparent;
    border-left: 1px solid #8A9EA7;
    border-right: 1px solid #8A9EA7;
    font-weight: bold;
    height: 33px;
    margin: 0 4px;
    text-align: center;
}

.photoslider_control {	
    display: none;
    font-weight: bold;
    height: 30px;
    margin: -38px auto auto 14px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
}

.photoslider_play, .photoslider_stop {
	width: 62px;
	height: 22px;
	margin: auto;
	padding: 2px;
	cursor: pointer;
	text-align: center;
	/* border: solid #fff 1px; */
	float: left;
}

.photoslider_play {
	background: url(../img/slider/play.gif) no-repeat;
}

.photoslider_stop {
	background: url(../img/slider/pause.gif) no-repeat;
}

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}