p{
margin-bottom:10px;

}

ol {
	list-style: decimal;
	margin-left:20px;
	line-height:22px;
}

ul {
	list-style: square;
	padding-left:15px;

}



/*---------------------slider--------------------*/

.slider-frame{
	width:520px;
	height:395px;
	/*background-image:url(/images/slider-bg.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:20px;
	margin-left:60px;

}
a img {
	border:none;
}
.sliderImages  {
	margin-left:20px;
	margin-top:20px;
	border:1px solid #e2d9d9;
}

.sliderImages ul{
	margin:0px;
	padding:0px;

}
.sliderImages ul li {
	margin:0;
	list-style:none;
	width:500px;
	height:375px;	

}

.arrow-but{
	position:relative;
	z-index:10;

}
.prev {
	position: absolute;
	left:27px;
	top:-244px;
	z-index:10;
}
.next {
	position:absolute;
	left:599px;
	top:-249px;
	z-index:10;
}

