/* css for dziubeck's slideshow */
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
#dziubeck_slide {
	width: 600px;
	height: 628px;
	margin:0px auto 0px auto;
	padding: 5px;
	border: 3px double #88b0fa;
	display: block;
}
#dziubeck_slide #imageBig{
	width: 550px;
	height: 345px;
	margin:-590px 23px 20px;
	background-color: #ddd;
	cursor: pointer;
}
#dziubeck_slide #thumbsBox {
	width: 609px;
	display: block;
	background-color: #333;
	border-top:2px solid #88b0fa;
	border-bottom:2px solid #88b0fa;
	border-left:1px solid #88b0fa;
	border-right:1px solid #88b0fa;
	overflow: hidden;
	margin-top: 493px;
	margin-left: -6px;
	height: 136px;
	position: relative;
}
#dziubeck_slide #thumbsBox .slideBox {
	
	height: 120px;
	display: block;
	margin: auto 0px;
}
#dziubeck_slide #thumbsBox .slideBox  li{
	display: inline;
	list-style: none;
	position: relative;
	margin-top:8px;
	cursor: pointer;
}

#dziubeck_slide #thumbsBox .slideBox  li span{
	bottom:22px;
	color:#DDDDDD;
	display:block;
	margin-left:-5px;
	position:absolute;
	text-align:center;
	top:110px;
	width:100%;
	font-family: "Trebuchet MS", Georgia, Arial;
}

.control {
  display:block;
  width:35px;
  height:35px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index: 1;
}
#leftControl {
  margin-left:-1px;
  margin-top:40px;
  background:transparent url(images/arrowL.gif) no-repeat 0 0;
}
#rightControl {
  margin-left:575px;
  margin-top:-80px;
  background:transparent url(images/arrowR.gif) no-repeat 0 0;
}
#dziubeck_slide #imageBig .preloader {
	background:transparent url(images/loading2.gif) no-repeat scroll 50% 10%;
	color:#FFFFFF;
	display: block;
	height: 112px;
	margin: auto;
	position: relative;
	text-align: center;
	top: -305px;
	width: 170px;
	padding-top: 120px;
	z-index:65;
}
.authornote {
	width: 605px;
	text-align: right;
	font-size: 0.9em;
	color: #333;
}
#blackOut {
	position: fixed;
	top:0;
	left:0;
	background-color: #000;
	opacity: 0.9;
	z-index: 5;
}
#liquidBox {
	position: absolute;
	display: block;
	padding: 10px 10px 10px 10px;
	z-index: 6;
	
}
#liquidBox .fullsize {
	margin: 30px 22px;
	display: none;
	clear: both;
}
#liquidBox span {
	float: left;
	display: block;
	width: 90%;
	margin: 0px 22px;
	color: #fff;
	padding:20px 0px;
}
#liquidBox .close {
	display: block;
	width: 120px;
	height: 40px;
	float: right;
	cursor: pointer;
	text-indent: 99999em;
	background: transparent url(images/close.gif) no-repeat scroll 0px 0px;
	overflow: hidden;
	margin: -10px 20px 5px 0px;
	border: none;
}
/* rounded corners rules for thickbox effect */
#LB_top {
	display: block;
	width: 100%;
	position:relative;
	top:-20px;
}
#LB_top .LB_topL{
	width: 50%;
	height: 32px;
	background: transparent url(images/thickbox-top.gif) no-repeat scroll -1px 0%;
	display: block;
	float: left;
}
#LB_top .LB_topR{
	width: 50%;
	height: 32px;
	background: transparent url(images/thickbox-top.gif) no-repeat scroll 100% 0%;
	display: block;
	float: right;
	margin-right:-1px;
}
.LB_middle {
	background: #333 url(images/thickbox-bg.gif) repeat-y scroll 0px 0px;
	display: block;
	
}
#LB_btm {
	display: block;
	width: 100%;
	position:relative;
	bottom: 0px;
}
#LB_btm .LB_btmL{
	width: 50%;
	height: 32px;
	background: transparent url(images/thickbox-bottom.gif) no-repeat scroll -1px 100%;
	display: block;
	float: left;
}
#LB_btm .LB_btmR{
	width: 50%;
	height: 32px;
	background: transparent url(images/thickbox-bottom.gif) no-repeat scroll 100% 100%;
	display: block;
	float: right;
}

/*Thickbox CSS */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* Already done in main CMSMS stylesheet. Commenting out. */
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: transparent url(images/thickbox-bgR.gif) repeat-y scroll 100% 0;
	z-index: 102;
	color:#bababa;
	display:none;
	text-align:left;
	top:43%;
	left:50%;
	padding: 0px 8px 5px 0px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window .TB_rightBG {
	background: transparent url(images/thickbox-bgL.gif) repeat-y scroll 0% 0;
	margin-right: 0px;
}
#TB_window img#TB_Image {
	display:block;
	margin: 0px;
	
}
#TB_window .reflected {
	margin: 42px 15px 5px 15px;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	position:relative;
	
}

#TB_closeWindow{
	height:45px;
	padding:5px 0px 0px 0px;
	float:right;
	margin-right: 20px;
	margin-top: -20px;
}

#TB_closeAjaxWindow{
	padding:7px 10px 0px 0px;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
#TB_closeWindowButton {
	width: 120px;
	height: 38px;
	display: block;
	background: transparent url(images/close.gif) no-repeat scroll 0px 0px;
	text-indent: 9999em;
	z-index:35;
	position: relative;
}

