/* Media Panel and Media Href used by both cm-sliders and cm-galleries */
.media-panel{
    display:block;
    float:left;
    position:relative;
    padding:0px;
    margin:0px;
    overflow:hidden;
}
/* Media Panel and Media Href used by both cm-sliders and cm-galleries */
.media-href {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    text-decoration:none;
}


.media-href:hover{
    background:#000000;
     opacity: 0.2;
}
.media-href-nohover{
    text-decoration:none;
}



#new_container{
    max-width:33%;
}

.one-text-mplayer{
    text-align:left;
}

/* a built in wordpress class for their backend gui */
.aligncenter{
     margin-left:auto;
     margin-right:auto;
     display:block;
     position:relative;
}
#src-holder{
  border:.1em solid red;
  float:left;
}
