@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah);

#slider-wrap{ /* Оболочка слайдера и кнопок */
	width:700px; 
	}
#slider{ /* Оболочка слайдера */
	width:700px;
	height:400px;
	overflow: hidden;
	border-radius:5px;
	-moz-border-radius:5px;
    -webkitborder-radius:5px;
	border:0px solid #CC3300;
	position:relative;

	}
	
	#slider div.tt {
	font-family: 'Gloria Hallelujah', cursive;
	color:#FFFFFF;
	font-size:30px;
	position:absolute;
	right:40px;
	top:20px;
	z-index:9999999;
	text-shadow: 
	#35503f 2px 0px;
	}
	
	#slider div.tt2 {
	display:block;
	width:300px;
	font-family: 'Gloria Hallelujah', cursive;
	color:#FFFFFF;
	font-size:14px;
	position:absolute;
	right:30px;
	top:80px;
	z-index:9999999;
	text-shadow: 
	#35503f 2px 0px;
	background-color:#5e816f;
	padding:15px 25px;
	border-radius: 20px ;

  filter:alpha(opacity=60);
 background: rgba(94, 129, 110, 0.7);
  text-align: justify;
	}
	
.slide{ /* Слайд */
	width:100%;
	height:100%;
	}
	
	

.sli-links{ /* Кнопки смены слайдов */
	margin-top:10px;
	text-align:center;}
.sli-links .control-slide
{
	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(radioBg.png) center bottom no-repeat;
	}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:center center;}
.sli-links .control-slide.active{
	background-position:center top;}
#prewbutton, #nextbutton{ /* Ссылка "Следующий" и "Педыдущий" */
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;}
#prewbutton{left:10px;}
#nextbutton{
	right:10px;
	background:url(arrowBg.png) right center no-repeat;}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;}