#slider	{ 
	height: 250px; 
	overflow: hidden;
	position: relative; 
	margin: 0px 0px 0px 0px; 
}
#gallerycover{
	width:734px;
	height:250px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
.wall_next{
	position:absolute;
}
.mygallery{
	position:relative;
	width:734px;
	height:250px;
}
.mygallery img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	width:734px;
	height:250px;
}
#textcover{
	width:734px;
	height:90px;
	overflow:hidden;
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(images/textc.png);
	z-index:100;
}

.mytext{
	position:relative;
	height:90px;
	width:734px;
	float:left;
	font-size:11px;
	color:#ffffff;
	border-top:1px solid #404040;
	font-family: Tahoma;
}

.mytext p{
	padding:0px 10px;
}
.mytext ul li{
	height:140px;
}
.mytext a:link, .mytext  a:visited {
	color:#CC9431;
}
.mytext h2 {
	font: 14px tahoma,Georgia,century gothic,Verdana, sans-serif;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	padding:5px 10px;
	
}
.mytext h2 a:link, .mytext h2 a:visited {
	color:#e79430;
}

.prev{
	position:absolute;
	top:90px;
	left:0px;
	width:25px;
	height:50px;
	display:block;
	z-index:200;
	background:url(images/p.png);
	
}
.next{
	position:absolute;
	top:90px;
	right:0px;
	z-index:200;
	width:25px;
	height:50px;
	display:block;
	background:url(images/n.png);
}