

.easyshow {
	position: relative;
}

.easyshow .blah {
	position: absolute;
	height: 25px;
}
.easyshow .link_row {
	position: absolute;
	bottom: 10px;
	right: 15px;
	height: 20px;
	background: url(/img/layout/bg_slide_controls_black.png) no-repeat;
	padding: 5px 5px 0px 10px;
	
}

.easyshow .link {
	position: absolute;
	bottom: 20px;
	right: 50px;
	height: 18px;
	padding: 7px 5px 0px 10px;
	background: url(/img/layout/bg_slideshow_controls.png);
}

.easyshow .slideshow_links a {
	color: #3b697b;
	margin-right: 5px;
	font-weight: bold;
}

.easyshow .slideshow_links a.link_act {
	color: #fff;
}

.easyshow .description {
	display:none;
}

.mytitle
{
	display:none;
}
.gray
{
/*background-color: #666666;*/
position: absolute;
/*border: 10px solid #666666;*/
z-index: 100;
}
.opa{
color:white;
padding:10px 20px 0px 20px;
position: absolute;
z-index: 101;
/*background-color: #214263;*/
opacity:0.5;
filter: alpha(opacity=50);
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=50, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); 
-moz-opacity: 0.5;
}