ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

#container {
	width: 660px;
	padding: 10px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#example {
	width: 660px;
	position: relative;
}

#ribbon {
	position: absolute;
	top: -3px;
	left: -15px;
	z-index: 500;
}

#frame {
	position: absolute;
	z-index: 0;
	width: 660px;
	height: 341px;
	top: -3px;
	left: -80px;
}

/*
	Slideshow
*/

#slides {
	z-index: 100;
	background: #eedbb1;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width: 660px;
	overflow: hidden;
	position: relative;
	display: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width: 660px;
	height: 300px;
	display: block;
}

/*
	Next/prev buttons
*/

#slides .prevnext {
	position: absolute;
	top: 130px;
	width: 40px;
	height: 40px;
	display: block;
	z-index: 101;
}

#slides .prevnext span {
	width: 40px;
	height: 40px;
	display: block;
	z-index: 101;
}

#slides .prev {
	left: 10px;
	background: url('arrow-prev.png') 0 0 no-repeat;
}

#slides .next {
	right: 10px;
	background: url('arrow-next.png') 0 0 no-repeat;
}

#slides .next span {
	background-position: -14px 0;
}

.pagination {
	margin: 10px auto 10px;
	width: 100%;
	float: left;
	display: none;
}

.pagination li {
	float: left;
	margin: 0 35px;
	list-style: none;
}

.pagination li a {
	display: block;
	color: #12960e;
	text-decoration: underline;
	float: left;
}

.pagination li.current a {
	text-decoration: none;
}

.caption {
display:none;
	z-index: 500;
	position: absolute;
	bottom: -35px;
	left: 0;
	height: 65px;
	background-color: #eedbb1;
	width: 660px;
	font-size: 14px;
	color: #FFF;
	text-shadow: none;
}

.nomer {
display:none;
	position: absolute;
	margin-top: 2px;
	margin-left: 20px;
	width: 57px;
	height: 57px;
	background: white;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-khtml-border-radius: 40px;
	border: 2px solid #3EAF7D;
}

.n_number {
	color: #44BE00;
	font-family: arial black;
	font-size: 26px;
	line-height: 57px;
	text-align: center;
}

.opisanie {
position: absolute;
height: 48px;
margin: 8px 15px 0 15px;
overflow: hidden;
line-height: 16px;
}

.o_title {
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.o_descr {
	position: relative;
	font-size: 12px;
}

.telefon {
	position: absolute;
	width: 260px;
	height: 40px;
	margin-top: 22px;
	margin-left: 660px;
	font-size: 30px;
}

#footer {
	text-align: center;
	width: 580px;
	margin-top: 9px;
	padding: 4.5px 0 18px;
	border-top: 1px solid #dfdfdf;
}

#footer p {
	margin: 4.5px 0;
	font-size: 1.0em;
}
