#mainContent #slider {
	margin:0 auto;
	margin-top:15px;
	width:510px;
	height:240px;
	position:relative;	
	overflow:hidden;
}

#mainContent #mask-gallery {
	overflow:hidden;	
}

#mainContent #gallery {
	list-style:none;
	margin:0;
	padding:0;
	z-index:0;
	width:900px;
	overflow:hidden;
}

#mainContent #gallery li {
	float:left;
}

#mainContent #gallery li img{
	cursor: pointer;
}

#mainContent #mask-excerpt {
	position:absolute;	
	top:0;
	right:0;
	z-index:11;
	width:100%;
	overflow:hidden;
}
	
#mainContent #excerpt {
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	
	list-style:none;
	margin:0;
	padding:0;
	z-index:10;
	position:absolute;
	top:0;
	right:0;
	width:220px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}
#mainContent #excerpt .ex-more{
	position:absolute;
	right:10px;
	padding-top:15px;
}

#mainContent #excerpt .ex-more a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

#mainContent #excerpt .ex-more a:hover{
	text-decoration:underline;
}

#mainContent #excerpt h1{
	font-size:12px;
	margin:0 0 10px 0;
}

#mainContent #sliderButtons{
	position: absolute; 
	bottom: 0; 
	right: 0;
	padding:0 5px;
	margin:0;
	margin-bottom:4px;
	z-index:20;
	
	height: 15px;
	width: 80px;
	
	
	text-align:right;
}

#mainContent #sliderButtons img{
	width:10px;
	height:10px;
	cursor:pointer;
}

.alpha60{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
}

.alpha70{
	filter: alpha(opacity=70) !important;
	-moz-opacity: 0.7 !important;  
	-khtml-opacity: 0.7 !important;
	opacity: 0.7 !important;  
}


.alpha100{
	filter: alpha(opacity=100);
	-moz-opacity: 1;  
	-khtml-opacity: 1;
	opacity: 1;  
}

#mainContent #excerpt li {
	padding:5px;
}
	


.clear {
	clear:both;	
}

