/* Main Container */
#domPopup{  color: #eee;  ;  overflow: hidden;   z-index:99;  border-left: solid 1px #FFF;  border-top: solid 1px #FFF;  border-right: solid 1px #666;  border-bottom: solid 1px #666; }
#dpHeader{	padding:0 5px; background-color : #333; margin:0; border-bottom: solid 1px #666; }
#domPopup a{color: #FFF;}
/* TOOL BAR  */
 #dpToolBar{	 margin: 0 ; width:100%;  background-color: transparent;  font-weight: bold;   color:#FFF; }
#dpToolBar  td{ padding: 5px 2px ;  }
.dpCellPrev {	text-align:left;width: 20%;} 
.dpCellPlay, .dpCellClose{	text-align:center;width: 30%;} 
.dpCellNext{	text-align:right;width: 20%;} 
#dpToolBar a{    background-color : transparent;  text-align:center; font-size: 10pt ; font-weight: bold;  line-height: 1.6em;  color: #EEE; text-decoration : none;}
#dpToolBar a:hover{  color: #FFF; text-decoration : underline; }
#dpPrevImg, #dpNextImg, .dpBtnDisabled{ display:block padding:2px; background-repeat : no-repeat;  font-size: 11pt; font-weight: bold;  color:#FFF; }
#dpPrevImg{ background-image : url(images/dpBack.gif);  background-position :   left; padding-left:30px;}
#dpClose{ padding-right: 23px; background  : url(images/dpClose.gif) no-repeat right;padding-right:25px;}
#dpNextImg{ background-image : url(images/dpNext.gif); background-position :  right;padding-right:30px;} 


/* Tiel & Caption */
#dpTitle{	background-color : #333;;  text-align:center;  color:#FFF;  font-weight: bold;  padding: 2px 5px; margin: 0 ; }
#dpCaption{	background-color : #333;;  text-align:center;  color:#EEE;   padding: 2px 5px; margin: 0 ;   } 
 
/*	SLide SHow Ticker */
#dpSSTicker{   height: 7px;  margin: 2px 5px  0 5px; background-image : url(images/dpTick.gif);  width: 0;   text-align:left; font-size: 4pt; overflow: hidden;  }
#dpRunShow{ background  : url(images/dpStart.gif) no-repeat  right;  padding-right: 30px;}
#dpStopShow{  background : url(images/dpStop.gif ) no-repeat  right; padding-right: 30px;}

/* Image Container with translucent BG*/
#dpImgContainer{ height:100%; width:100%;   padding-top : 0;overflow: auto;  text-align: center;background-repeat: repeat;
position:relative;background-image:url(images/dpOverlay.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=../../style/images/dpOverlay.png);
  _background-image:none;;
 } 
/* Loading Image */
#dpImgLoading{	  margin: auto auto;  background-image : url(images/dpLoading.gif); width:32px; height:32px; }
/* And finally the image! */
#dpImg{	  margin: 10px 5px 15px 5px ; border: solid 1px #000; padding:4px ;   background-color: #FFF; border: solid1px #222;  }
 