@charset "utf-8";

.photoslider {
	width: 248px;
	background: url(../images/results/interview/bgi_dt.gif);
	padding-top: 7px;
	text-align: center;
	height: 233px;
	margin: 0px auto;
}

.photoslider_nav {
	position: relative;
	overflow: hidden;
	height: 57px;
	width: 247px;
	margin: auto;
}


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

.photoslider_thumb {
	position: relative;
	width: 56px;
	height: 41px;
	float: left;
	padding: 0px;
	cursor: pointer;
	margin-left: 3px;
	display: inline;
}


.photoslider_thumb img {
	padding: 0px;
}


.photoslider_thumbBar:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.photoslider_thumbBar {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .photoslider_thumbBar {
	height: 1%;
}

.photoslider_thumbBar {
	display: block;
}
/* End hide from IE-mac */

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

.photoslider_thumb {
	position: relative;
	width: 50px;
	height: 50px;
	float: left;
	padding: 5px 2px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	height: 175px;
}

.photoslider_main img {
	position: relative;
	display: block;
	margin: auto;
}

.photoslider_caption {
	text-align: left;
	font-size: 10px;
	padding: 3px;
}

.photoslider_control {
	display: none;
	text-align: left;
	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;
}*/