#slidearea{
	height: 300px;
	width:960px;
	background-color: #ECE9D8;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#gallerycover{
	overflow: hidden;
	height: 260px;
	display: block;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 70px;
}
.mygallery{
	overflow: hidden;
	position: relative;
}
.mytext{
	position:relative;
	margin:0px;
	width:820px;
	height: 260px;
	color:#5c6047;
	font-family: Tahoma,Georgia,century gothic,Verdana, sans-serif;
	display: inline;
	float: left;
}
.mytext img{
	position:absolute;
	padding:5px;
	background:#ffffff;
}
.mytext ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mytext ul li{
	height:260px;
}
.mytext a:link, .mytext a:visited {
	color:#993300;
	font-weight: bold;
}
.mytext p {
	font-size: 14px;
	display: block;
	margin-left: 425px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 22px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
}
.mytext h2 {
	font-size: 25px;
	display: block;
	margin-left: 425px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.mytext h2 a:link, .mytext h2 a:visited {
	color:#4E2424;
	text-decoration: none;
}
.smore{
	background:url(images/rmore.jpg) no-repeat;
	font-size:12px;
	text-align:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 425px;
}	
.prevb {
	float:left;
	width:45px;
	height:46px;
	z-index:200;
	background:url(../images/prev.png);
	position:absolute;
	left:0px;
	top:120px;
	margin-left: 10px;
}
.nextb {
	float:right;
	width:45px;
	height:46px;
	z-index:200;
	position:absolute;
	right:0px;
	top:120px;
	display:block;
	background-image: url(../images/next.png);
	margin-right: 10px;
}
