
#videoCards {	
	padding-top: 10px;
	padding-bottom: 10px;
}
#videoCards .container {
	position: relative;
    height:auto;
    overflow-x:auto;
    overflow-y:hidden;
    white-space: nowrap;
    padding: 10px;
	background-color: #F1F5F9;
    border: 1px solid #C1C5C9;
}
#videoCards dl.videoItm {
    display:inline-block;
	*display: inline;
    width:148px;
    height: auto;
    padding:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:15px;
    margin-top:0px;
    vertical-align: top;
    zoom: 1;

    position:relative;
   
    background-color:#FFFFFF;
    
    line-height:normal !important;
    white-space: nowrap;
}
#videoCards dd.video {
    padding:0px;
    margin:0px;
    margin-bottom: -1px;
    border:1px solid #cccccc;
    
}
#videoCards dd.video a {
    display:block;
    width:100%;
    height:82px;
    padding:0px;
    margin:0px;
    overflow:hidden;
    
    position:relative;
    z-index:0;
    
    background-color:#000000;
    border-bottom:1px solid #EDEDED;
    
    color:#FFF;
    font-size:36px;
    text-align:center;
}
#videoCards dd.video a:hover {}
#videoCards .playBtn {
    display:inline-block;
    *display: inline;
    width:50px;
    height:35px;
    padding:0px;
    margin-left:-25px;
    margin-top:-20px;
    margin-right:0px;
    margin-bottom:0px;
    cursor: pointer;
    
    position:absolute;
    z-index:2;
    left:50%;
    top:50%;
    
    color:#FFFFFF;
    font-size:22px;
    line-height:35px;
    
    opacity:0.75;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color:rgba(0,0,0,.75);
    
    -webkit-transform: scale( .9 );
    -moz-transform: scale( .9 );
    -ms-transform: scale( .9 );
    -o-transform: scale( .9 );
    transform: scale( .9 );
    
    -webkit-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
#videoCards dd.video a:hover span.playBtn {
    opacity:1;
    -webkit-transform: scale( 1 );
    -moz-transform: scale( 1 );
    -ms-transform: scale( 1 );
    -o-transform: scale( 1 );
    transform: scale( 1 );
}
#videoCards dd.video a img{
    display:block;
    height:auto;
    width:100%;
    padding:0px;
    margin-left:auto;
    margin-right:auto;
    
    z-index:1;
    
    -webkit-transform: scale( 1.1 );
    -moz-transform: scale( 1.1 );
    -ms-transform: scale( 1.1 );
    -o-transform: scale( 1.1 );
    transform: scale( 1.1 );
                
    -webkit-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
#videoCards dd.video a:hover img{
    -webkit-transform: scale( 1.0 );
    -moz-transform: scale( 1.0 );
    -ms-transform: scale( 1.0 );
    -o-transform: scale( 1.0 );
    transform: scale( 1.0 );
}
#videoCards dl dt{
    padding-left:0px;
    padding-right:0px;
    padding-top:10px;
    padding-bottom:0px;
    margin:0px;
    
    line-height:1.25em;
    font-size: 1em;
    font-weight:300;
}
#videoCards dl dt.description{
    padding-left:0px;
    padding-right:0px;
    padding-top:5px;
    padding-bottom:10px;
    margin:0px;
    background-color: #F1F5F9;
    
    line-height:1em;
    font-size:11px;
    font-weight:normal;
    white-space: normal;
}
#videoCards dl dd.description ul, #videoCards dl dd.description ol{
    padding:0px;
    margin:0px;
}
#videoCards a {
    text-decoration: none;
    color:#000000;
}
     /**/
.ui-dialog {
    padding:0px;
}
.ui-dialog .ui-dialog-content {
    padding:10px;
}
.ui-dialog .ui-dialog-titlebar{
    padding:10px 12px;
    border:none;
    background:#ffffff;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    border-bottom:#cccccc solid 1px;
    font-weight: 500 !important;
}
.ui-dialog .ui-button {
    background:none;
    border:none;
}
.ui-widget-overlay {
    background: #CCC !important;
}

.ui-dialog button {
    outline:none;
    border:none;
    opacity:.3;
}

.ui-widget-content .ui-icon {
	background-image: url(../images/jquery/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../images/jquery/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../images/jquery/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../images/jquery/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../images/jquery/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../images/jquery/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../images/jquery/ui-icons_cd0a0a_256x240.png);
}
.ui-widget-shadow {	
	background: #aaaaaa url(../images/jquery/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x !important;
}
