table.block
{
  table-layout:fixed;
}


.photolist
{
  overflow-y:hidden;
  overflow-x:auto;
}

.photoRow
{
  white-space:nowrap;
}

.photolist img 
{
  background:#F4F7F8 none repeat scroll 0 0;
  border:1px solid #F4F7F8;
  margin:0 2px 10px;
  padding:10px 1px;
  width:150px;
  height:100px;
}

.photolist a.selected img
{
  padding:10px;
}

/*--------------------------- ColorBox styles -----------------------------*/

#modalBackgroundOverlay{background:url("../images/colorbox/colorbox_stripe.png") 0 0 repeat;}
#colorbox{}
#borderTopLeft{width:21px; height:21px; background:url("../images/colorbox/colorbox_borderTopLeft.png") 0 0 no-repeat;}
#borderTopCenter{height:21px; background:url("../images/colorbox/colorbox_borderTopCenter.png") 0 0 repeat-x;}
#borderTopRight{width:21px; height:21px; background:url("../images/colorbox/colorbox_borderTopRight.png") 0 0 no-repeat;}
#borderBottomLeft{width:21px; height:21px; background:url("../images/colorbox/colorbox_borderBottomLeft.png") 0 0 no-repeat;}
#borderBottomCenter{height:21px; background:url("../images/colorbox/colorbox_borderBottomCenter.png") 0 0 repeat-x;}
#borderBottomRight{width:21px; height:21px; background:url("../images/colorbox/colorbox_borderBottomRight.png") 0 0 no-repeat;}
#borderMiddleLeft{width:21px; background:url("../images/colorbox/colorbox_borderMiddleLeft.png") 0 0 repeat-y;}
#borderMiddleRight{width:21px; background:url("../images/colorbox/colorbox_borderMiddleRight.png") 0 0 repeat-y;}
#modalContent{background:#fff;}
#modalLoadedContent{margin-bottom:33px;}
#contentTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; background:#fff; font-weight:bold; color:#949494;}
#contentCurrent{position:absolute; bottom:3px; left:58px; font-weight:bold; color:#949494;}
#contentPrevious{position:absolute; bottom:0; left:0px; background:url("../images/colorbox/colorbox_controls.png") -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#contentPrevious:hover, #contentPrevious.hover{background-position:-25px -25px;}
#contentNext{position:absolute; bottom:0; left:27px; background:url("../images/colorbox/colorbox_controls.png") 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#contentNext:hover, #contentNext.hover{background-position:0px -25px;}
#modalLoadingOverlay{background:url("../images/colorbox/colorbox_loading.gif") center center no-repeat;}
#modalClose{position:absolute; bottom:0; right:0; background:url("../images/colorbox/colorbox_controls.png") -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#modalClose:hover, #modalClose.hover{background-position:-50px -25px;}

#modalContent
{
/*  background: url("../images/colorbox/colorbox_content_stripe.png"); */
  background: #000000;
}

* html #modalContent
{
  background: #000000;
  background-image: none !important;
}

*+html #modalContent
{
  background: #000000 !important;
  background-image: none !important;
}

div#colorbox
{
  padding-right:140px !important;
  padding-bottom:72px !important;
}

div#modalWrap
{
  margin-top:30px !important;
}

#modalBackgroundOverlay 
{
  background:#303030 !important
}

#modalClose 
{
  background: url("../images/colorbox/modalClose.gif") no-repeat left top !important;
  width:36px !important;
  height:36px !important;
  right:-35px !important;
  top:-35px !important;
}

#contentTitle
{
  padding:0 !important;
}