td.popup-top-left {
   width: 12px;
   height: 25px;
   background-image: url('/images/animation/popup/top_left.png');
   background-repeat: no-repeat;
   background-position: bottom right;
}
td.popup-top {
   height: 25px;
   width: 640px;
   background-image: url('/images/animation/popup/top.png');
   background-repeat: repeat-x;
   background-position: bottom center;
}
td.popup-top-right {
   width: 25px;
   height: 25px;
   background-image: url('/images/animation/popup/top_right.png');
   background-repeat: no-repeat;
   background-position: bottom left;
   position: relative;
}
div.popup-close {
   position:absolute;
   background: url('/images/animation/popup/close.png') no-repeat;
   top: 0;
   right: 0;
   width: 20px;
   height: 20px;
   cursor: pointer;
}
td.popup-left {
   width: 12px;
   height: 507px;
   background-image: url('/images/animation/popup/left.png');
   background-repeat: repeat-y;
   background-position: middle right;
}
td.popup-right {
   width: 25px;
   height: 507px;
   background-image: url('/images/animation/popup/right.png');
   background-repeat: repeat-y;
   background-position: middle left;
}
td.popup-bottom-left {
   width: 12px;
   height: 12px;
   background-image: url('/images/animation/popup/bottom_left.png');
   background-repeat: no-repeat;
   background-position: top right;
}
td.popup-bottom {
   height: 12px;
   width: 640px;
   background-image: url('/images/animation/popup/bottom.png');
   background-repeat: repeat-x;
   background-position: top center;
}
td.popup-bottom-right {
   width: 25px;
   height: 12px;
   background-image: url('/images/animation/popup/bottom_right.png');
   background-repeat: no-repeat;
   background-position: top left;
}
td.popup-label {
   text-align:center;
   font-size: 14px;
   color: #555555;
   width: 568px;
   height: 27px;
   line-height:27px;
   background: url('/images/animation/popup/nav_bg.png') repeat-x;
}
div.popup-prev-label {
   text-align: left;
   font-size: 14px;
   color: #b72025;   
   height: 27px;
   line-height: 27px;
   font-weight: bold;
   float: left;
}
div.popup-next-label {
   text-align: right;
   font-size: 14px;
   color: #b72025;   
   height: 27px;
   line-height: 27px;
   font-weight: bold;
   float: right;
}
td.popup-prev {
   background: url('/images/animation/popup/prev.png') no-repeat;
   width: 36px;
   height: 27px;
   cursor: pointer;
}
td.popup-next {
   background: url('/images/animation/popup/next.png') no-repeat;
   width: 36px;
   height: 27px;
   cursor: pointer;
}

div.nyroModalCont {

	overflow: hidden!important;
	width: 680px;
}
