#control_overlay {  
    background-color:#000;  
} 
 
.modal { 
/*	width: 640px;*/
    background-color:#FFF;  
    padding:0px;  
}

* html .modal { width: 640px; }

.slideshow-modal { width: 600px; height: 600px; }
.slideshow-close {  
    position:absolute;  
    top:6px;  
    right:5px;  
	color: #aaa;
    cursor:pointer;  
    cursor:hand; 
	font-size: 11px;
}

.lightwindow_header {
	background: #89ba23;
	padding: 15px;
	margin: 0 auto;
	overflow: hidden;
	font-weight: bold;
	font-size: 22px;
	line-height: normal;
	color: #ffffff !important;
}

.lightwindow_information {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 22px;
	overflow: visible;
}

.lightwindow_images {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	overflow: visible;
}

.modal-close 
{
	background-color: #B2B4B8;
	color: #fff;
	position: absolute;
	right: 0;
	padding-top: 8px;
	font-size: 12px;
}

.modal-close:hover { 
	color: #fff;
}                                                
 
.window_header {
    display: block;
	margin-bottom: 0;
 	background: #BABCBF;/*B2B4B8*/  
    height: 32px;
	position: relative;
} 

.window_footer {  
    display: block;
	margin-bottom: 0;
 	background: url(/staticfiles/img/lw-footer-strip.jpg) repeat-x top #F3F3F3;  
    height: 30px;
	text-align: center;
	line-height: 28px;
	color: #999;
	position: relative;
}
 
.window_close {  
    display:block;  
    position:absolute;  
    top:6px;  
    right:5px;  
    height:22px;  
    width:76px;  
    background-image:url("/staticfiles/img/close.gif");  
    cursor:pointer;  
    cursor:hand;  
}
.window_previous {
	background: url(/staticfiles/img/lw-prev-edge.jpg) no-repeat right top #FFF;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 30px;
	text-align: left;
}
.window_previous a {padding-left: 14px;}
.window_next {
	background: url(/staticfiles/img/lw-next-edge.jpg) no-repeat left top #FFF;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 30px;
	text-align: right;
}
.window_next a {padding-right: 14px;}

.window_next a,
.window_previous a {font-size: 18px; font-weight: bold; text-decoration: none; color: #999; line-height: 30px;}

/*.window_loading { background: url(/cache/global/img/ajax-loading.gif) no-repeat center center;}*/


/* Fix for swf popup */

#flashcontent-algo_deal_splainer {
	visibility:visible !important;
}