<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
	<title>Untitled document</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
.photoslider {
}
.photoslider_nav {
position: relative;
/*border: solid black 1px;*/
overflow: hidden;
height: 105px;
width: 459px;
margin: auto;
}
.photoslider_thumbBar {
position: absolute;
left: 0px;
top: 15px;
display: block;
margin: 0px;
padding: 0px;
}
.photoslider_thumb {
position: relative;
border: solid black 1px;
width: 50px;
height: 50px;
float: left;
padding: 5px;
margin: 5px;
cursor: pointer;
}
.photoslider_clear {
clear: both;
}
.photoslider_main  {
position: relative;
height: 364px;
padding-bottom: 5px;
}
.photoslider_main img {
position: relative;
border: solid #000 10px;
display: block;
margin: auto;
}
.photoslider_caption {
font-weight: bold;
text-align: center;
display: none;
}
.photoslider_control {
display: none;
text-align: center;
font-weight: bold;
padding-top: 10px;
margin: auto;
height: 30px;
width: 52px;
position: absolute;
top: 420px;
left: 208px;
}
.photoslider_play, .photoslider_stop {
width: 18px;
height: 19px;
margin: auto;
padding: 3px;
cursor: pointer;
text-align: center;
border: none;
float: left;
}
.photoslider_play {
background: url(&#39;play_pause.gif&#39;) no-repeat 0px 0px;
}
.photoslider_stop {
background: url(&#39;play_pause.gif&#39;) no-repeat -25px 0px;
}
.slideshow_disabled {
border-bottom: solid #919191 2px;
}
</body>
</html>

