.speedo-theme-metro.speedo-container
{
	background: #F1F1F1 none repeat-x scroll 0 0;
	background-clip: padding-box;
	border: 1px solid #E5E5E5;
	outline: 0;
	position: fixed;
	padding: 35px 24px 24px;
	z-index: 100004;
	left: 50%;
	top: 50%;
	color: #333;
        
}

.speedo-theme-metro .speedo-popup-caption
{
	position: absolute;
	left: 10px;
	top: 4px;
	padding: 0;
	/*margin: -1.8em 0 0;*/
	margin: 0;
	color: #333;
}

.speedo-theme-metro .speedo-popup-drag-area
{
	cursor: move;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 30px;
	z-index: 100;
}

.speedo-theme-metro .speedo-ui-close
{
	position: absolute;
    background: #337ab7 url('images/close.png') no-repeat center center;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1000;
    transition: background-color 1s;
    -moz-transition: background-color 1s;
    -webkit-transition: background-color 1s;
    background-size: 50%;
}

.speedo-theme-metro .speedo-ui-close:hover
{
	background-color: #249fc3;
}

.speedo-content-holder{
    width: 1000px;
}

.speedo-theme-metro .speedo-content-holder
{
	position: relative;
	overflow: hidden;
	width: 1000px;
	height: 100%;
}

.speedo-theme-metro.speedo-overlay
{
	background-color: #333333;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
    z-index: 10000;
	height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
}

.speedo-container {
   width:1010px !important;
    height: 390px !important;
    max-height: 390px !important;
    max-width: 1000px !important;
}

