.slideshowobject{
	vertical-align: top;
	outline: none;
}
.slide_show_viewer{
	
}
.controlbar{
	width:100%;
	height:34px;
}
.controlbar .left_side{
	background-repeat: no-repeat;
	background-image: url(./images/bar_left.png);
	width: 5px;
}
.controlbar .bar_content{
	background-repeat: repeat-x;
	background-image: url(./images/bar_center.png);
}
.controlbar .right_side{
	background-repeat: no-repeat;
	background-image: url(./images/bar_right.png);
	width: 32px;
}
.controlbar .bar_content .button_area{
	overflow: hidden;
	width: 200px;
	height:34px;
}
.controlbar .first_spacer{
	width:9px;
	height:10px;
	float:left;
}
.controlbar .button_style{
	background-repeat: no-repeat;
	background-image: url(./images/button_bg.gif);
	
	display: block;
	width:20px;
	height: 16px;
	float:left;
	outline: none;
	margin-top: 7px;
	margin-right: 7px;
	padding-top: 4px;
	
	color: #898989;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	line-height: 11px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
.controlbar .button_style:active, .controlbar .button_style.selected{
	color: #919a6a;
	background-position: 0 -20px;
}
.controlbar .play_pause{
	background-repeat: no-repeat;
	background-image: url(./images/play_pause.gif);
	display: block;
	width: 8px;
	height:11px;
	margin-left: 13px;
	outline: none;
	text-decoration: none;
}
.controlbar .play_pause.stopped{
	background-position: 0 -11px;
}