.jqmWindow{
   width:auto;
}
#product-modal{
 background:transparent url(../img/chalk_block.png);
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
margin-top: 100px;
 padding:5px;
   left:50%;
}
#product-modal .close{
 position:absolute;
 top:10px;
 right:-52px;
 display:block;
 width:54px;
 height:56px;
 background: transparent url(../img/video_modal_close.png) no-repeat;
}
#product-modal .outer{
 border:5px solid #333;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}
#product-modal .middle{
 background:url(../img/chalk_block.png);
 background: #222;
 padding:2px;
 color:#ddd;
 /*
 height:300px;
 */
 text-align:center;
}

