#jsSlideShow {
	display: block;
	float: right;
	width: 301px;
	height: 226px;
	margin: 0 0 10px 10px;
	padding: 0;
}

#jsSlideShow_content {
	width: 300px;
	height: 225px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
}

#jsSlideShow_ctrls {
	display: none;
	overflow: hidden;
	position: absolute;
	width: 300px; /*!!!!!!!!!!!!!!!!!*/
	z-index: 10;
	background-color: #e1e1e1;
}

p#jsSlideShow_state {
	float: right;
	margin: 0;
	padding: 2px 5px 2px 5px;
	font-size: 14px;
	color: black;
	cursor: default;
}

p#jsSlideShow_buttons {
	float: left;
	margin: 0;
	padding: 0 5px 0 5px;
	font-size: 14px;
	color: black;
	cursor: default;
}

p#jsSlideShow_buttons img {
	cursor: pointer;
}

p#jsSlideShow_buttons img:hover {
	background-color: silver;
}

p#jsSlideShow_buttons img:active {
	background-color: #666666;
}



