/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin-left:3px;
}
/*--Window/Masking Styles--*/
.window {
	height:270px;	width: 590px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: 0px;
	width: 200px; height:30px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	text-shadow:.1em .1em .2em #000;
	font-weight:bold;
}
.paging a.active {
	color: #47c8fe; 
	}
.paging a:hover {color: #47c8fe;}




#fade {
	display: none;
	background: #999; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	padding: 0px;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
}
#pop_up_email_left
	{
		background:url(../images/pop_up_email_left.png) top left no-repeat; 
		width:15px;
		height:148px;
		float:left;
	}
#pop_up_email_center
	{
		background:url(../images/pop_up_email_center.png) top left repeat-x; 
		width:360px;
		height:118px;
		float:left;
		padding:15px 0px;
		text-align:center;
	}
#pop_up_email_right
	{
		background:url(../images/pop_up_email_right.png) top left no-repeat; 
		width:15px;
		height:148px;
		float:left;
	}
#pop_up_email_center h2
	{
		text-align:center;
		color:#fff;
		font-size:20px;
		line-height:35px;
		text-shadow:1px 1px 2px #000;
	}
#pop_up_email_center input.txt
	{
		background:url(../images/text_box.png) top left no-repeat;
		width:227px;
		height:20px;
		border:0;
		padding:6px;
		margin-top:4px;
		color:#777;
		display:inline-block;
		float:left;
		
	}
#pop_up_email_center a.btn
	{
		background:url(../images/button_send.png) top left no-repeat;
		width:90px;
		height:16px;
		float:left;
		margin-top:00px;
		border:0;
		padding:10px 10px;
		display: inline-block;
		color:#fff;
		font-size:13px;
		font-weight:bold;
		text-align:left;
	}
#pop_up_email_left1
	{
		background:url(../images/pop_up_email_left1.png) top left no-repeat; 
		width:20px;
		height:278px;
		float:left;
	}
#pop_up_email_center1
	{
		background:url(../images/pop_up_email_center1.png) top left repeat-x; 
		width:360px;
		height:278px;
		float:left;
		padding:15px 0px;
		text-align:center;
	}
#pop_up_email_right1
	{
		background:url(../images/pop_up_email_right1.png) top left no-repeat; 
		width:20px;
		height:278px;
		float:left;
	}
#pop_up_email_center1 h2
	{
		text-align:center;
		color:#fff;
		font-size:20px;
		line-height:40px;
		text-shadow:1px 1px 2px #000;
	}
#pop_up_thank_left
	{
		background:url(../images/pop_up_email_left.png) top left no-repeat; 
		width:15px;
		height:148px;
		float:left;
	}
#pop_up_thank_center
	{
		background:url(../images/pop_up_email_center.png) top left repeat-x; 
		width:290px;
		height:118px;
		float:left;
		padding:15px 0px;
		text-align:center;
	}
#pop_up_thank_right
	{
		background:url(../images/pop_up_email_right.png) top left no-repeat; 
		width:15px;
		height:148px;
		float:left;
	}
#pop_up_thank_center h2
	{
		text-align:center;
		color:#fff;
		font-size:20px;
		line-height:110px;
		text-shadow:1px 1px 2px #000;
	}

#pop_up_survey_left
	{
		background:url(../images/survey_left.png) top left no-repeat; 
		width:25px;
		height:484px;
		float:left;
	}
#pop_up_survey_center
	{
		background:url(../images/survey_center.png) top left repeat-x; 
		width:410px;
		height:484px;
		float:left;
		padding:15px 0px;
		text-align:center;
	}
#pop_up_survey_center1
	{
		background:url(../images/survey_center.png) top left repeat-x; 
		width:510px;
		height:484px;
		float:left;
		padding:15px 0px;
		text-align:center;
	}	
#pop_up_survey_right
	{
		background:url(../images/survey_right.png) top left no-repeat; 
		width:19px;
		height:484px;
		float:left;
	}
#pop_up_coupon_left
	{
		background:url(../images/coupon_code.png) top left no-repeat; 
		width:21px;
		height:264px;
		float:left;
	}
#pop_up_coupon_center
	{
		background:url(../images/coupon_center.png) top left repeat-x; 
		width:250px;
		height:264px;
		float:left;
		padding:15px 0px;
		text-align:center;
	}
#pop_up_coupon_right
	{
		background:url(../images/coupon_right.png) top left no-repeat; 
		width:21px;
		height:264px;
		float:left;
	}
#pop_up_coupon_center h2
	{
		text-align:center;
		color:#fff;
		font-size:22px;
		width:200px;
		padding-left:20px;
		line-height:40px;
		text-shadow:1px 1px 2px #000;
	}
#pop_up_coupon_center h3
	{
		text-align:center;
		color:#fff;
		font-size:17px;
		line-height:40px;
		text-shadow:1px 1px 2px #000;
	}
#pop_up_coupon_center span
	{ 
	float:right;
	background:url(../images/pen.png) top left no-repeat;
	text-shadow:1px 1px 2px #000;
	font-size:13px;
	padding-left:20px;
	color:#fff;
	clear:both;
	display:block;
	
	}
#pop_up_coupon_center h4
	{
		text-align:center;
		color:#fff;
		clear:both;
		font-size:13px;
		line-height:20px;
		padding-bottom:15px;
		text-shadow:1px 1px 2px #000;
	}
#pop_up_coupon_center a.btn
	{
		background:url(../images/btn_close.png) top left no-repeat;
		width:75px;
		height:30px;
		line-height:25px;	
		padding:6px;
		display:inline-block;
		text-align:center;
		color:#fff;
		font-size:14px;
		font-weight:bold;
	}	
#pop_up_survey_center h2
	{
		text-align:center;
		color:#fff;
		font-size:22px;
		line-height:30px;
		text-shadow:1px 1px 2px #000;
	}
#pop_up_survey_center h3
	{
		text-align:center;
		color:#fff;
		font-size:13px;
		line-height:25px;
		text-shadow:1px 1px 2px #000;
	}

#pop_up_survey_center ul
	{
		list-style:none;
	}	
#pop_up_survey_center li
	{
		line-height:40px;
	}
#pop_up_survey_center li .txt
	{
		background:url(../images/text_box_large.png) top left no-repeat;
		border:0;
		width:340px;
		height:35px;
		padding:5px 4px 1px;
		font-size:12px;
		
	}
#pop_up_survey_center li h3
	{
		text-align:left;
		color:#fff;
		font-size:16px;
		line-height:35px;
		text-shadow:1px 1px 2px #000;
	}
#pop_up_survey_center  a.btn
	{
		background:url(../images/button_contact.png) top left no-repeat;
		width:94px;
		height:16px;
		border:0;
		padding:10px 6px;
		display: inline-block;
		float:right;
	margin-right:30px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
		
	}

#pop_up_email_center1 input.txt
	{
		background:url(../images/text_box1.png) top left no-repeat;
		width:153px;
		height:20px;
		border:0;
		padding:6px;
		margin-top:13px;
		color:#777;
	}
#pop_up_email_center1 a.btn
	{
		background:url(../images/button_contact.png) top left no-repeat;
		width:90px;
		height:16px;
		border:0;
		padding:10px 10px;
		display: inline-block;
		float:right;
		margin-right:14px;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		text-align:left;
		margin-top:10px;
	}
	span.text_msg
	{
	color:#fff;
	font-size:12px;
	line-height:18px;
	}		
img.btn_close 
	{
	float:right; 
	margin: 13px  0 0 -25px;
	position:absolute;
	}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}