.photoslider {
	/*background: rgb(28,27,28);*/
}

.photoslider_nav {
	position: relative;
	/*border: solid black 1px;*/
	/*overflow: hidden;     --- INITIAL    CHANGE TO AUTO FOR SCROLLEFT USAGE */
	overflow: auto;
	height: 65px;
	width: 720px;
	margin: auto;	
	clear: both;
}

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

.photoslider_thumb {
	position: relative;
	/*border: solid black 1px;*/
	width: 50px;
	height: 50px;
	float: left;
	padding: 6px;
	margin: 0;
	cursor: pointer;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.photoslider_thumb img {
	border: solid black 1px;
}

.photoslider_thumb  img  a:hover{
  filter:alpha(opacity=100);
  opacity: 1.0;
}


.photoslider_main  {
	position: relative;
	height: 420px;
	padding-bottom: 10px;/*distance between image and next item -- text*/
	clear: both;
}
.photoslider_main div {
	position: relative;
	display: none;	
}

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

.photoslider_caption {
	height: 60px; /*height of top section*/		
	/*font-weight: bold;*/
	font-family: arial,helvetica,sans-serif;
	/*font-size:75%;*/		
	font-size:12px;
	line-height:19px;
	/*text-align: justify;*/
	text-align: center;
	clear: both;
	cursor: pointer;
	/*background: white;	*/
}

.photoslider_caption a:link, .photoslider_caption a:active, .photoslider_caption a:visited{
	color: black;
}


.photoslider_playStop {
	text-align: center;
	font-weight: normal;
	padding-top: 0px;
	margin: auto;
	height: 12px;
	width: 115px;
	float: right;
	cursor: pointer;
	color: white;
	background: black;
	clear: both;
	font-size:10px;
	padding: 0 5px;
}

.photoslider_playStop a:hover{
	color: white;
	background: rgb(237,27,52);
}