#down,
#demo{
	position:relative;
	padding:2px;
	float:left;
	margin:16px 5px 5px 5px;
	width:150px;
	height:30px;
	display:block;
	text-decoration:none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
span.btn-title{
	color:#fff;
	text-align:center;
	font:18px/20px Tahoma, Arial, sans-serif;
	height:30px;
	width:150px;
	display:block;
	position:relative;
	background: rgb(219,85,130); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(219,85,130,1) 0%, rgba(145,40,73,1) 47%, rgba(112,31,32,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,85,130,1)), color-stop(47%,rgba(145,40,73,1)), color-stop(99%,rgba(112,31,32,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db5582', endColorstr='#701f20',GradientType=0 ); /* IE6-9 */


	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index:5;
	line-height:25px;
	-webkit-transition:width .2s ease-out;
	-moz-transition:width .2s ease-out;
	-o-transition:width .2s ease-out;
}
#down:hover span.btn-title,
#demo:hover span.btn-title {
	font-size:13px;
	width:80px;
	background: rgb(219,85,130); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(219,85,130,1) 0%, rgba(145,40,73,1) 47%, rgba(112,31,32,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,85,130,1)), color-stop(47%,rgba(145,40,73,1)), color-stop(99%,rgba(112,31,32,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db5582', endColorstr='#701f20',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 1px 0px 0 #AA1300, 0 1px 1px #AA1300;
	-moz-box-shadow: 1px 0px 0 #AA1300, 0 1px 1px #AA1300;
	box-shadow:1px 0px 0 #AA1300,0 1px 1px #AA1300;
}
.btn-info {
	position:absolute;
	height:30px;
	width:150px;
	top:2px;
	right:2px;
	-webkit-box-shadow:0 -1px 0 #CF0404, 0 1px 1px #CF0404;
	-moz-box-shadow:0 -1px 0 #CF0404, 0 1px 1px #CF0404;
	box-shadow:0 -1px 0 #CF0404, 0 1px 1px #CF0404;
	background: rgb(133,149,196); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(133,149,196,1) 0%, rgba(78,87,116,1) 100%); /* FF3.6+ *

#down,
#demo{
	position:relative;
	padding:2px;
	float:left;
	margin:18px 5px 5px 5px;
	width:150px;
	height:30px;
	display:block;
	text-decoration:none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
span.btn-title{
	color:#fff;
	text-align:center;
	font:18px/20px Tahoma, Arial, sans-serif;
	height:30px;
	width:150px;
	display:block;
	position:relative;
	background: rgb(219,85,130); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(219,85,130,1) 0%, rgba(145,40,73,1) 47%, rgba(112,31,32,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,85,130,1)), color-stop(47%,rgba(145,40,73,1)), color-stop(99%,rgba(112,31,32,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db5582', endColorstr='#701f20',GradientType=0 ); /* IE6-9 */


	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index:5;
	line-height:25px;
	-webkit-transition:width .2s ease-out;
	-moz-transition:width .2s ease-out;
	-o-transition:width .2s ease-out;
}
#down:hover span.btn-title,
#demo:hover span.btn-title {
	font-size:13px;
	width:80px;
	background: rgb(219,85,130); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(219,85,130,1) 0%, rgba(145,40,73,1) 47%, rgba(112,31,32,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,85,130,1)), color-stop(47%,rgba(145,40,73,1)), color-stop(99%,rgba(112,31,32,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db5582', endColorstr='#701f20',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 1px 0px 0 #AA1300, 0 1px 1px #AA1300;
	-moz-box-shadow: 1px 0px 0 #AA1300, 0 1px 1px #AA1300;
	box-shadow:1px 0px 0 #AA1300,0 1px 1px #AA1300;
}
.btn-info {
	position:absolute;
	height:30px;
	width:150px;
	top:2px;
	right:2px;
	-webkit-box-shadow:0 -1px 0 #CF0404, 0 1px 1px #CF0404;
	-moz-box-shadow:0 -1px 0 #CF0404, 0 1px 1px #CF0404;
	box-shadow:0 -1px 0 #CF0404, 0 1px 1px #CF0404;
	background: rgb(133,149,196); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(133,149,196,1) 0%, rgba(78,87,116,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133,149,196,1)), color-stop(100%,rgba(78,87,116,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(133,149,196,1) 0%,rgba(78,87,116,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(133,149,196,1) 0%,rgba(78,87,116,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(133,149,196,1) 0%,rgba(78,87,116,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(133,149,196,1) 0%,rgba(78,87,116,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8595c4', endColorstr='#4e5774',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index:4;
}
.btn-info p {
	width:42px;
	margin:2px 2px 0 0;
	position:absolute;
	right:0;
	color:#EAF5FF;
	font:11px/12px Tahoma, Arial, sans-serif;
	text-align:left;
}/
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133,149,196,1)), color-stop(100%,rgba(78,87,116,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(133,149,196,1) 0%,rgba(78,87,116,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(133,149,196,1) 0%,rgba(78,87,116,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(133,149,196,1) 0%,rgba(78,87,116,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(133,149,196,1) 0%,rgba(78,87,116,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8595c4', endColorstr='#4e5774',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index:4;
}
.btn-info p {
	width:42px;
	margin:2px 2px 0 0;
	position:absolute;
	right:0;
	color:#EAF5FF;
	font:11px/12px Tahoma, Arial, sans-serif;
	text-align:left;
}

/*вторые кнопки*/
#down2,
#demo2{
	position:relative;
	padding:2px;
	float:left;
	margin:16px 5px 5px 5px;
	width:200px;
	height:30px;
	display:block;
	text-decoration:none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
span.btn-title2{
	color:#fff;
	text-align:center;
	font:18px/20px Tahoma, Arial, sans-serif;
	height:30px;
	width:200px;
	display:block;
	position:relative;
	background: rgb(219,85,130); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(219,85,130,1) 0%, rgba(145,40,73,1) 47%, rgba(112,31,32,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,85,130,1)), color-stop(47%,rgba(145,40,73,1)), color-stop(99%,rgba(112,31,32,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db5582', endColorstr='#701f20',GradientType=0 ); /* IE6-9 */


	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index:5;
	line-height:25px;
	-webkit-transition:width .2s ease-out;
	-moz-transition:width .2s ease-out;
	-o-transition:width .2s ease-out;
}
#demo2:hover span.btn-title2 {
	font-size:13px;
	width:120px;
	background: rgb(219,85,130); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(219,85,130,1) 0%, rgba(145,40,73,1) 47%, rgba(112,31,32,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,85,130,1)), color-stop(47%,rgba(145,40,73,1)), color-stop(99%,rgba(112,31,32,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(219,85,130,1) 0%,rgba(145,40,73,1) 47%,rgba(112,31,32,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db5582', endColorstr='#701f20',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 1px 0px 0 #AA1300, 0 1px 1px #AA1300;
	-moz-box-shadow: 1px 0px 0 #AA1300, 0 1px 1px #AA1300;
	box-shadow:1px 0px 0 #AA1300,0 1px 1px #AA1300;
}
.btn-info2 {
	position:absolute;
	height:30px;
	width:200px;
	top:2px;
	right:2px;
	-webkit-box-shadow:0 -1px 0 #CF0404, 0 1px 1px #CF0404;
	-moz-box-shadow:0 -1px 0 #CF0404, 0 1px 1px #CF0404;
	box-shadow:0 -1px 0 #CF0404, 0 1px 1px #CF0404;
	background: rgb(133,149,196); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(133,149,196,1) 0%, rgba(78,87,116,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133,149,196,1)), color-stop(100%,rgba(78,87,116,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(133,149,196,1) 0%,rgba(78,87,116,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(133,149,196,1) 0%,rgba(78,87,116,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(133,149,196,1) 0%,rgba(78,87,116,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(133,149,196,1) 0%,rgba(78,87,116,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8595c4', endColorstr='#4e5774',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index:4;
}
.btn-info2 p {
	width:60px;
	margin:2px 2px 0 0;
	position:absolute;
	right:0;
	color:#EAF5FF;
	font:11px/12px Tahoma, Arial, sans-serif;
	text-align:left;
}
.scrollup{
width:53px;
height:54px;
position:fixed;
bottom:280px;
left:30px;
display:none;
text-indent:-9999px;
background: url(../img/knop.jpg) no-repeat ;
}
.scrollup a:active, a:focus {
	background: url(../img/knop.jpg) no-repeat;
}