.FlipX{	
display: inline-block; 
-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
-o-transform: matrix(-1, 0, 0, 1, 0, 0);
transform: matrix(-1, 0, 0, 1, 0, 0);

}

.FlipY{
display: inline-block; 
-webkit-transform: matrix(1, 0, 0, -1, 0, 0);
-moz-transform: matrix(1, 0, 0, -1, 0, 0);
-o-transform: matrix(1, 0, 0, -1, 0, 0);
transform: matrix(1, 0, 0, -1, 0, 0); 

}

.FlipXY{
display: inline-block; 
-webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
-moz-transform: matrix(-1, 0, 0, -1, 0, 0);
-o-transform: matrix(-1, 0, 0, -1, 0, 0);
transform: matrix(-1, 0, 0, -1, 0, 0);
}

.Standard{
display: inline-block;
-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
-moz-transform: matrix(1, 0, 0, 1, 0, 0);
-o-transform: matrix(1, 0, 0, 1, 0, 0);
transform: matrix(1, 0, 0, 1, 0, 0);
}

.MirrorX > button {
text-indent: -10000px;
display: inline-block;
-webkit-box-shadow: 2px 2px 5px #000;
-moz-box-shadow: 2px 2px 5px #000;
box-shadow: 2px 2px 5px #000;
border: 1px solid white;
}

.MirrorX > button:before {
content: "";
position: absolute;
left: 0;
margin: 0 7px;
width: 9px;
height: 9px;
background-image: url(../Resource/fast-ui-icons_ffffff_256x240.png?_=-74055360);
background-position: -52px -2px;
}

.MirrorY > button {
text-indent: -10000px;
display: inline-block;
-webkit-box-shadow: 2px 2px 5px #000;
-moz-box-shadow: 2px 2px 5px #000;
box-shadow: 2px 2px 5px #000;
border: 1px solid white;
}

.MirrorY > button:before {
content: "";
position: absolute;
left: 0;
margin: 0 7px;
width: 9px;
height: 9px;
background-image: url(../Resource/fast-ui-icons_ffffff_256x240.png?_=-74055360);
background-position: -35px -2px;
}

.FastContentWrapper > .ManagerContainer > .ControlContainer {
min-width: 950px;
}

body.SelectSlice {
margin-top: 25px;
}

/* ================ SITE STYLES ================ */
div.Inactive {
background-color: #DDD;
padding: 5px;
border-radius: 3px;
moz-border-radius: 3px;
webkit-border-radius: 3px;
border-color: #999;
border-style: solid;
border-width: 2px;
}