


/* -------------------- GALLERY -------------------- */



.gallery-wrap {
 width: 700px;
	overflow: visible;
}

.gallery {
 width: 700px;
}

.gallery img {
 padding: 0px;
	margin: 0px;
}

.previews {
 list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.gallery-item, .previews li{
	float: left;
	padding: 0 20px 20px 0;
	background: url(images/shadow-1.gif) no-repeat right bottom;
	width: 150px;
	height: 150px;
}

.gallery-icon {
 display: block;
	float: left;
}

.gallery-icon a, .gallery-icon a:hover {
 display: block;
	float: left;
}

.gallery-icon a img {
 margin: 0px;
		width: 150px;
	height: 150px;
}

.gallery-caption {
 display: none;
}

.thumbnails {
 display: none;
	}

#preview-fill, .fill {
 display: none;
	}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

*{padding: 0; margin: 0;}


#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#FFFF00;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* 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: #FFFFFF;
	z-index: 102;
	display:none;
	border: 20px solid #FFFFFF;
	text-align:left;
	top:50%;
	left:50%;
}

* 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 img#TB_Image {
	display:block;
	margin: 0 0 0 0;
	border-right: 0px solid;
}

#TB_caption{
	padding:20px 0 8px 0;
	margin: 0 0 6px 0;
	float:left;
	width: 100%;
	border-bottom: 1px dotted #FFFFFF;
	display: none;
}

#TB_controls {
	background: #FFFFFF;
	padding: 10px 0 0 0;
} 

#TB_prev a {
 display: block;
	float: left;
 width: 15px;
	height: 15px;
	overflow:hidden;
	text-indent: 100px;
	background: url(images/button-prev-1.gif) no-repeat 0 0;
	padding: 0 10px 0 0;
} 

#TB_next a {
 display: block;
	float: left;
 width: 15px;
	height: 15px;
	overflow: hidden;
	text-indent: 100px;
	background: url(images/button-next-1.gif) no-repeat 0 0;
} 


#TB_closeWindow{
	height:15px;
	width:15px;
	float:right;
	text-indent: 100px;
	overflow: hidden;
}

#TB_imageCount{
	height:15px;
	float:left;
}


#TB_closeWindowButton {
 display: block;
 width: 15px;
	height: 15px;
	overflow: hidden;
	text-indent: 100px;
	background: url(images/button-close-1.gif) no-repeat 0 0 #FFFFFF;
}

#TB_closeWindowButton:hover {
	background: url(images/button-close-1.gif) no-repeat 0 -15px;
}

#TB_closeAjaxWindow{
	padding:0px;
	margin-bottom:0px;
	text-align:right;
	float:right;
	background: #FFFFFF;
	text-indent: 100px;
	overflow: hidden;
		height:15px;
		width:15px;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:0px;
	margin-bottom:0px;
	background: #FFFFFF;
}

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

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

#TB_ajaxContent.TB_modal{
	padding:0px;
}

#TB_ajaxContent p{
	padding:0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:24px;
	width:24px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px; /* -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;
}
