.mycontainer{
	width:475px;
	height:340px;	
	margin:0 auto;
	overflow:hidden;
	position:absolute;
	right:0px;
	top:0px;
}

.title a{color:white;text-decoration:none;}
.title a:hover {color:white;text-decoration:underline}
	
#myslides {
    display: none;
	width:100%;
	height:100%;
	position:relative;
}
#myslides div img{width:475px;height:340px;}

#btnleft, #btnright{
	position:absolute;
	height:61px;
	width:31px;
	z-index;200;
	top:50%;
	margin-top:-50px;
	display:none;
	background-image:url(arrow.png);
}

#btnleft{
	left:0;
	background-position:0px;
	
}

#btnright{
	right:0;
	background-position:-80px;
}

.btnWrap{
	display:block;
	height:90%;
	width:50%;
	position:absolute;
	z-index:100;
	top:0;
}

.btnbg{
	background-color:white;
	width:100%;
	height:90%;
	filter: Alpha(Opacity=0);
	opacity:0; 
}

.btnWrap:hover  #btnleft,.btnWrap:hover  #btnright{display:block;}

.picWrap .title, .titlebg{	
	display:block;
	height:40px;
	line-height:40px;
	left:0;
	bottom:0px;

	position:absolute;
	color:white;
}

.picWrap .title{
	z-index:300;
	text-indent:2em;
}

.titlebg{
	width:100%;
	filter: Alpha(Opacity=60);
	opacity:0.6; 
	background-color:black;
	z-index:100;
}

.fleft{left:0;}
.fright{right:0;}
