/**
 * SLIDER GALLERY
 */
#slider{
	width: 751px;
	height: 306px;
	border: 1px solid #DBDBDB;
	clear: both;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	
	position:relative;    
    overflow:hidden;  
	
	padding: 2px;
}

#mask-gallery{
	float: left;
	width: 539px;/*544px;*/
	height: 306px;/*314px;256px;*/
	/*background-color: #FFD800;*/
	padding-top: 0px;
	padding-left: 0px;
	
	overflow:hidden; 
}

#mask-gallery ul{
	padding: 0px;
	margin: 0px;
	width: 539px;/*545px;*/
	height: 256px;
	list-style: none;
}

#mask-gallery ul li{
	float: left;
}

#mask-gallery-text{
	/* Opacity setting for different browsers */  
    filter:alpha(opacity=95);  
    -moz-opacity:0.95;    
    -khtml-opacity: 0.95;  
    opacity: 0.95;  
	
	width: 545px;
	height: 54px;	
}

#mask-gallery-text ul{
	background-color: #41B1F8;
}

#mask-gallery-text ul li{
	padding: 10px;
	color: #FFF;
	font-size: 12px;
}

#mask-gallery-text ul li .title{
	text-transform: uppercase;
	color: #FFD800;
	display: block;
	font-size: 14px;
}

#mask-text{
	float:right;
	width: 210px;
	height: 304px;310px;*/
	padding-right: 0px;
	padding-top: 0px;
	font-size: 11px;
}

#mask-text ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mask-text ul li{
	width: 210px;
	height: 60px; /*75px;/*77px;*/
	background-color: #E1ECF8;
	margin-bottom: 2px;
	color: #000;
}

#mask-text ul li.selected{
	background-image: url('/images/mask-text_selected.jpg');
	color: #FFF;
}

#mask-text ul li.selected a{
	color: #FFF;
}

#mask-text ul li a{
	padding: 8px;
	display: block;
	text-decoration: none;
	color:#000;
}

#mask-text ul li a span.title{
	display: block;
	text-transform: uppercase;
	color: #1265AB;
}
#mask-text ul li.selected a span.title{
	color: #FFD800;
}
