.photoslider {

}

.photoslider_nav {
	position: relative;
	border: solid #cccccc 1px;
	overflow: hidden;
	height: 73px;
	width: 720px;
	margin: auto;
}

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

.photoslider_thumb {
	position: relative;
	border: solid white 0px;
	width: 50px;
	height: 50px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	height: 600px;
	padding-bottom: 5px;
}

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

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

.photoslider_control {
	display: none;
	text-align: bottom;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 50px;
}

.photoslider_play, .photoslider_stop {
	position: relative;
	left: -410px;
	top: -55px;
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: left;
	border: solid #cccccc 0px;
	float: left;
}


.photoslider_play {
	background: url('play.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('pause.gif') no-repeat 0px 0px;
}

.slideshow_disabled {
	border-bottom: solid #cccccc 1px;
}

.outer_position{
text-align:center;
}

.inner_poition{
position:relative;
right:-410px;
top:-90px;
margin:auto;
width:50px;
text-align:left;

}
