/* Begin MooFlow - Slide Gallery  / Products Solutions
------------------------------------------- */

.mf {  visibility: hidden; 
	z-index:1; 
	color:#626366; 
	font-size:16px;
}
.mf * {
	outline:none;
	border:none;
	padding:0;
	margin:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none
}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:45%;
	width:100%;
	background:url(../images/ajax_loader.gif) no-repeat 50% 0;
	padding:50px 0;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	bottom:120px;
	width:100%;
	color:#626366; 
	font-size:16px;
	font-weight: bold;
}
.mf div.caption span {
	color: #CA3827;
}
.mf div.mfNav{
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	width:100%;
}
.mf div.autoPlayCon{
	float:left;
	width:10%;
	margin: 5px 0 0 0;
	padding-left:3%;
	height:16px;
}
.mf a.play, .mf a.stop{
	width:23px;
	height:16px;
	float:left;
	cursor:pointer;
}
.mf a.play{
	background:url(../images/play.gif) no-repeat;
}
.mf a.stop{
	background:url(../images/stop.gif) no-repeat;
}
.mf div.sliderCon{
	margin:5px 10px 0px 10px;
	float:left;
	width: 744px;
}

.mf a.sliderNext{
	background:url(../images/left.gif) no-repeat;
}
.mf a.sliderPrev{
	background:url(../images/right.gif) no-repeat;
}
.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:24px;
}
.mf a.resize{
	width:34px;
	height:24px;
	float:right;
	cursor:pointer;
	background:url(../images/resize.gif) no-repeat;
}
.mf div.slider{
	background:url(../images/middle.gif) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
	cursor: pointer;
}
.mf div.knob{
	height:16px;
	background:url(../images/middle-slider.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(../images/left-slider.gif) repeat-x center;
	width:8px;
	height:16px;
}
.mf a.show {
	position:absolute;
	margin-left:-44px;
	padding-left: 22px;
	padding-top: 10px;
	width:102px;
	height:32px;
	top:70%;
	left:50%;
	z-index:100;
	cursor:pointer;
	font: 11px Arial, Helvetica, sans-serif;
	
}
.mf a.show.image{
	background:url(../images/open_image.gif) no-repeat 0% 50%;
}
.mf a.show.viewerload{
	background:url(../images/loader.gif) no-repeat 50%;
}
.mf a.show.link{
	background:url(../images/open_link.png) no-repeat 50%;
}
.mf .tooltip{
	background:url(../images/tooltip.png) no-repeat 50%;
	width:262px;
	
	margin-left:-151px;
	height:70px;
	padding:20px;
	position:absolute;
	z-index:101;
	top:0;
	left:50%;
	text-align:center;
	display:none;
}
/* End MooFlow - Slide Gallery / Products Solutions
------------------------------------------- */

/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}
.smoothbox {
	display: none;
}
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

#TB_window a:link {color: #999999;text-decoration: none;}
#TB_window a:visited {color: #999999;text-decoration: none;}
#TB_window a:hover {color: #ffffff; text-decoration: none;}
#TB_window a:active {color: #ffffff;text-decoration: none;}
#TB_window a:focus{color: #ffffff;text-decoration: none;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	/*background: #231F20; */
	z-index: 102;
	color:#fff;
	text-align: center;
}

#TB_window img {
	display:block;
	margin: 0;
	padding: 0;
}

#TB_caption{
	top: -24px;
	position:relative;
	height:20px;
	width: 623px;
	display: block;
}
#TB_title, 
#TB_count{
	color: #fff;
	position: absolute;
	top: 0;
	left: 18px;
}
#TB_link a {
	position: absolute;
	top: 0;
	left: 40%;
	width: 100px;
	display: block;
}
#TB_link:hover {
	color: #F26522;
}
#TB_control {
	position: absolute;
	top: 0;
	right: 18px;
}

#TB_close a, 
#TB_prev a, 
#TB_next a{
	font-weight: normal;
	margin: 0 5px;
	display: inline-block;
}
#TB_prev a{
	padding: 2px 0 2px 20px;
	background: transparent url('../images/slide_prev_off.gif') no-repeat center left;
}
#TB_prev a:hover{
	background: transparent url('../images/slide_prev_on.gif') no-repeat center left;
}
#TB_next a{
	padding: 2px 20px 2px 0;
	background: transparent url('../images/slide_next_off.gif') no-repeat center right;
}
#TB_next a:hover {
	background: transparent url('../images/slide_next_on.gif') no-repeat center right;
}
#TB_close a {
	padding: 2px 20px 2px 0;
	background: transparent url('../images/slide_close_off.gif') no-repeat center right;
}
#TB_close a:hover {
	background: transparent url('../images/slide_close_on.gif') no-repeat center right;
}

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

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

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

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

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}