.photoslider {background: url('../gfx/bg4.png') repeat-x; background-position: 0% 100%; 

}

.photoslider_prev {position: relative;background-color: red; height: 20px; width: 20px;margin: 40px 20px 10px 20px;float: left;}
.photoslider_nav {
	position: relative;
	overflow: hidden;
	width: 360px;
	height: 132px;
	margin: 40px auto 10px auto;
	text-align: left;	
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
}

.photoslider_thumb {
	position: relative;
	top:10px;
	width: 92px;
	height: 92px;
	float: left;
	margin: 10px 5px 5px 5px;
	cursor: pointer;
	background: url('../gfx/avatar_bg2.png') no-repeat;
}

.photoslider_thumb img
{
	margin: 5px;
	width: 84px;
	height: 84px;
}
.photoslider_thumb img:hover {opacity: 0.5;}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;

	border: 1px solid #F9DCEC;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;

}

.photoslider_main img {
	position: relative;
	border: solid #000 1px;
	display: block;
	margin: 5px;
	max-width: 1460px;
}

.photoslider_caption {
	margin-top: 10px;
	text-align: center;
}

.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 #919191 2px;
}
