.magnifyarea { /* CSS to add shadow to magnified image. Optional */
	box-shadow: 5px 5px 7px #818181;
	-webkit-box-shadow: 5px 5px 7px #818181;
	-moz-box-shadow: 5px 5px 7px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
	background: white;
}

.targetarea { /* CSS for container div(s) of the zoomable image */
	/*width: 325px; 
	height: 220px; 
	margin-top:3px;*/
	
	width: 501px; /* wide or wider than the widest zoomable image */
	/*height: 271px;  high or higher than the tallest zoomable image */
	margin-top:7px;
	margin:0 auto;
	

}

#two { /* Added CSS for second target div of zoomable images */
	height: 243px; /* high or higher than the tallest zoomable image */
}

.targetarea img { /* zoomable image */
	/* border-width: 0;
    display: block;
    height: 270px !important;
   margin: 10px auto auto;
    position: relative;
    top: 0 !important;*/
    width: 100%;
	height:100%;/*border: 1px solid #f77c76;
    border-radius: 8px;*/
}
/*.dtxtt1 > table{  width: 100% !important;  }*/

.dtxtt1 > table thead {
   background: #21a7dc;
    color: #fff;
}
.dtxtt1 > table thead tr th {
    line-height: 30px; padding: 8px 0;}
.thumbs { /* divs holding the trigger links - styles optional, used here to center their links below their respective zoomable image */
	padding-top: 25px;
	width: 501px; margin:0 auto;
}

.thumbs a { /* trigger links on the thumbnail images */
	text-decoration: none; /* avoid underlines of images, text or spaces in these links */
	/* margin-right: 10px;*/
	  margin-right: 5px;
}

.thumbs img { /* trigger images - the thumbnails used to load new zoomable images into the targetarea */
	    border-width: 0;
    border: 1px solid #f77c76;
    padding: 7px;
    border-radius: 4px; /* avoid default borders in some browsers */
}

.pro-lft #dataTable1_wrapper table{box-shadow: rgb(150, 150, 100) 1px 0px 16px 0px;
    border: 1px solid rgb(6, 112, 173) !important;
   margin-top: 4%;
    float: left;
    width: 100% !important;
   
    
   }
.pro-lft #dataTable1_wrapper {    width: 100%!important;}
.pro-lft #dataTable1_wrapper table tr th{    padding: 8px;}
.pro-ar{width:100%; float:left; /*border:1px solid #d9dc21;*/ -webkit-box-shadow: rgba(150, 150, 100,0.67) 5px 5px 10px 2px;
-moz-box-shadow: rgba(150, 150, 100,0.67) 5px 5px 10px 2px;
box-shadow: rgba(150, 150, 100,0.67) 5px 5px 10px 2px;     background: #e4f7ff; padding:10px 0; margin-top: 2%;}/*f9f9f9*/
#mediaspace .flowplayer.play-button is-loading is-mouseout{width: 100% !important;
    
    float: left;
    margin: 3% 0;}
.pro-rt .expdt table tbody tr td{vertical-align: middle;
    padding: 25px 25px 0 25px;
    line-height: 26px;}
.pro-rt .expdt table tbody tr td ul{ padding-bottom:3%;}
.dtxtt1 h2{ padding-left:12px;}	
.expdt p{ padding-left:12px;}