#slidearea{
	height: 250px; 
	overflow: hidden;
	position: relative; 
	width:640px;
	background:url(../img/slider.png) no-repeat;
}

#gallerycover{
	overflow: hidden;
	margin:10px auto ;
	height: 250px; 
	width:640px;
	
	
}

.mygallery{
	overflow: hidden;
	position:relative;

}

.desc img{
	position:absolute;
	left:72px;
	top:15px;
	width:200px;
	height:200px;

}
.desc a img {
border:none;

}
.desc{
	position:relative;
	width:620px;
	height: 250px;
	float:left;
	display:inline;
	float:left;
	color:#c4c4c4;
	
}

.desc_text{
	position:absolute;
	bottom:45px;
	right:50px;
	height:200px;
	width:290px;
}

.desc_text p{
	margin:5px;
	font-size:10px;
	padding:5px;
}
.desc h4 {
	padding:10px 290px;
	color:#fff;
	font-size: 12px ;

}

.desc h2 a:link,.desc h2 a:visited{
	color:#e9dbd5;
}
.prevbutton{
	float:left;
	width:49px;
	height:51px;
	z-index:200;
	background:url(../img/prev.png);
	position:absolute;
	left:0px;
	bottom:100px;
	}
	
.nextbutton{
    float:right;
	width:49px;
	height:51px;
	z-index:200;
	background:url(../img/nxt.png);
	position:absolute;
	right:0px;
	bottom:100px;
	display:block;
	}
