@CHARSET "ISO-8859-1";

body {
	background: #181818;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#slideshow-container {
	width: 520px;
	margin: 0 auto;
	margin-top: 45px;
}
#show {
	width: 517px;
	margin: 0 auto;
}
.slideshow {
	width: 517px;
	height: 285px;
	float: right;
}

div.slideshow-images {
	width: 428px;
	height: 285px;
	float: right;
	background: #fff;
	border: 22px solid #fff;
}

div.slideshow-loader {
	padding: 20px;
	background: #fff;
	width: 428px;
}
.slideshow-captions {
	width: 516px;
	left: 1px;
	bottom: -88px;
	background: #fff;
	color: #000;
}
.slideshow-controller {
	left: 260px;
	top: 180px;
}
/* Horizontal Thumbnails

.slideshow-thumbnails {
	height: 360px;
    left: -140px;
    top: 0;
    width: 120px;
    margin-top: 20px;
}


.slideshow-thumbnails ul {
	height: 360px;
	width: 50px;
}
*/
.slideshow-thumbnails {
	height: 60px;
    bottom: -155px;
    width: 516px;
    left: 1px;
}

.slideshow-thumbnails ul {
	height: 60px;
}

.slideshow-thumbnails-active {	
	margin: 0;
	padding: 5px;
	background: #fff;
}

.slideshow-thumbnails-inactive {
	padding: 2px;
	margin: 3px;
	background: #fff;
}

.slideshow-thumbnails a:hover {
	background-color: #fff !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}

#slideshow-info {
	width: 517px;
	float: right;
	text-align: left;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}

#portinfo {
	float: left;
}

#options {
	width: 200px;
	float: right;
	text-align: right;
}
.port_options {
	width: 40px;
	background: #181818;
	border: 1px solid #181818;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
	text-align: right;
}

.port_current {
	color: #ffe715;
}