.photoslider {

}

.photoslider_nav {
         position: relative;
	overflow: hidden;
	height: 90px;
	width: 440px;
	margin: auto;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	border: solid #F2DF06 2px;
         border-style:dashed;
         width: 80px ! important;
	height: 80px ! important;
	width: 50px;
	height: 50px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	height: 500px;
	padding-bottom: 0px;
}

.photoslider_main img {
	position: relative;
         border: solid #F2DF06 2px;
         border-style:dashed;
	margin: auto;
}

.photoslider_caption {
         font-weight: bold;
	text-align: center;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 86px;
         width: 96px !important;
}

.photoslider_play, .photoslider_stop {
	width: 38px;
        	width: 38px ! important;
	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 5px 0px;
         border: 0px;
}

.photoslider_stop {
	background: url('/images/play_pause.gif') no-repeat -38px 0px;
         background: url('/images/play_pause.gif') no-repeat -37px 0px ! important;
         border: 0px;
}

.slideshow_disabled {
	border-bottom: solid #05175B 2px;
}

/* content */

.content { font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #FFFFFF; }

/* navi */

.navigation { font-family: Arial, Verdana, sans-serif; font-size: 14px; }
.icon { font-family: Arial, Verdana, sans-serif; font-size: 10px; }


a:link { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a:hover { text-decoration:none; font-weight:bold; border : 1px solid #FFFFFF;}
a:active { text-decoration:none; font-weight:bold; border : 1px solid #FFFFFF;}
a:focus { text-decoration:none; font-weight:bold; border : 1px solid #FFFFFF;}

.spacer {
	width				:	1px;
	height				:	1px;
	clip				:	rect(0px 0px 1px 1px);
	overflow			:	hidden;
