#slidearea{
	height: 250px; 
	overflow: hidden;
	position: relative;
	background:url(images/wrapper.png) center;
	margin-left:10px;
}
#gallerycover{
	overflow: hidden;
	width:970px;
	margin:0px 52px;
}

.mygallery{
	overflow: hidden;
	position:relative;
}

img.picthumb{
	position:absolute;
	left:20px;
	top:5px;
	padding:5px;
	background:#000;
}

.mytext{
	position:relative;
	margin:20px 0px;
	height:190px;
	width:970px;
	float:left;
	display:inline;
	line-height:20px;
	color:#c4c4c4;
}
.button { float:left; margin:15px 0px 5px 310px; }

.mytext ul li{
	height:400px;

}

.mytext a:link, .mytext  a:visited {
	color:#fff;
}

.mytext h2 {
	margin:5px 0px 10px 310px;
	font-family:Arial, Helvetica, sans-serif; font-size:22px;
	text-transform:uppercase;
	width:485px;
}

.mytext p {
	width:485px;
	margin:0px 0px 5px 310px;
	color:#e3f3bc;
}

.mytext h2 a:link, .mytext h2 a:visited {
	color:#fff;
	text-decoration:none;
}

.prev{
	position:absolute;
	top:100px;
	left:20px;
	width:32px;
	height:32px;
	z-index:200;
	background:url(images/prev.png);
	}
	
.next{
	position:absolute;
	top:100px;
	right:20px;
	width:32px;
	height:32px;
	z-index:200;
	background:url(images/nxt.png);
	display:block;
	}
