@charset "UTF-8";

.window {
	height: 562px;
	width: 1000px;
	overflow: hidden;
	position: relative;
}

.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}

.image_reel img {
	float: left;
}

#plug-and-play {
	display: none;
	margin-bottom: 5px;
	margin-left: 75px;
}

#plug-and-play a {
	text-decoration: none;
}

#plug-and-play .slide {
	cursor: pointer;
	font-size: 12px;
	margin: 5px;
	padding: 5px;
}

#plug-and-play .slide-container {

}

#plug-and-play .separator {
	display: none;
}

#plug-and-play .control {
	font-size: 13px;
	width: 12px;
	cursor: pointer;
	text-decoration: none;
	color: gray;
	padding: 5px;
	margin: 2px;
	border: 1px solid gray;
	font-weight: bold;
}

#plug-and-play .control-lft{
	font-size: 13px;
	font-weight: bold;
}

#plug-and-play .control-rt {
	font-size: 13px;
	font-weight: bold;
}

#plug-and-play .control-container {
	float: left;
}

#plug-and-play .control-active {
	border: 1px solid #EBEBEB;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: black;
}

#plug-and-play .control-hover {
	color: #9d743c;
	background-color: white;
	border: 1px solid gray;
}

#plug-and-play .slide img {
	margin: 2px;
	border: 1px solid gray;
	background-color: white;
	padding: 2px;
}

#dss {
	display: none;
	background: #8888ff
}

#dss .slide {
	border-style: none;
	text-decoration: none;
}

#dss .slide-container {
	border-style: none;
	text-decoration: none;
}

#dss .separator {
	border-style: none;
	text-decoration: none;
}

#dss .control {
	text-decoration: none;
}

#dss .control-container {
	font-weight: normal;
}

#dss .control-active {
	
}

#dss .control-hover {
	
}