.speedo-theme-trap.speedo-container
{
	background: rgba(100, 100, 100, .5) none no-repeat scroll 0 0;
	background-clip: padding-box;
	border: 1px solid #424242;
	outline: 0;
	position: fixed;
	padding: 24px 24px 24px;
	z-index: 100004;
	left: 50%;
	top: 50%;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #eee;
}

.speedo-theme-trap .speedo-popup-caption
{
	position: absolute;
	left: 10px;
	top: 4px;
	padding: 0;
	/*margin: -1.8em 0 0;*/
	margin: 0;
	color: #eee;
}

.speedo-theme-trap .speedo-popup-playpause-button
{
	position: absolute;
	left: 10px;
	bottom: 4px;
	width: 21px;
	height: 21px;
	margin: 0;
	background: transparent url('images/play.png') no-repeat scroll 0 0;
}

.speedo-theme-trap .speedo-popup-playpause-button.pause
{
	background: transparent url('images/pause.png') no-repeat scroll 0 0;
}

.speedo-theme-trap .speedo-popup-previous-button
{
	position: absolute;
	left: 36px;
	bottom: 4px;
	width: 21px;
	height: 21px;
	margin: 0;
	background: transparent url('images/prev.png') no-repeat scroll 0 0;
}

.speedo-theme-trap .speedo-popup-next-button
{
	position: absolute;
	left: 62px;
	bottom: 4px;
	width: 21px;
	height: 21px;
	margin: 0;
	background: transparent url('images/next.png') no-repeat scroll 0 0;
}

.speedo-theme-trap .speedo-popup-group-caption
{
	position: absolute;
	left: 88px;
	bottom: 4px;
	height: 21px;
	margin: 0;
	white-space: nowrap;
}

.speedo-theme-trap .speedo-popup-group-count
{
	position: absolute;
	right: 10px;
	bottom: 4px;
	height: 21px;
	margin: 0;
	white-space: nowrap;
}

.speedo-theme-trap .speedo-popup-drag-area
{
	cursor: move;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 24px;
	z-index: 100;
}

.speedo-theme-trap .speedo-ui-close
{
	position: absolute;
	background: transparent url('images/close-btn.png') no-repeat center center;
	right: 0px;
	top: 0px;
	/*width: 46px;
	height: 46px;*/
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.speedo-theme-trap .speedo-content-holder
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.speedo-theme-trap.speedo-overlay
{
	background-color: #aaa;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
    z-index: 10000;
	height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
}