/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
body{
background:#000;
}
.slider{
background-image: url("../images/menu_bottom.jpg");
background-position: center bottom;
width: 333px;
height: 257px;
background-repeat: no-repeat;
position:relative;
z-index:1;
margin-bottom:20px;
}

#nad{
color: #00ff00;
left: 57px;
position: absolute;
top: 10px;
z-index: 1000;
/*font-weight:bold;
*/
font-size:19px;

}

#pod{
position:relative;
z-index:1000;
color: #00ff00;
z-index: 1000;
left:86px;
}

#img_wrap{
background-image:url("../images/mein_top.png");
height:222px;
position: relative;
z-index:997;
}

#img_wrap_b{
 /* Путь к фоновому рисунку */

}
#coin-slider{
position: relative !important;
z-index:998;
}

.coin-slider {
left: 17px;
/*
overflow: hidden;
*/
padding: 0;
position: relative;
top: 33px;
z-index:999;
}
.coin-slider a {
	text-decoration:none;
	outline:none;
	border:none;
}
/* buttons for switching */
.cs-buttons {
	margin:8px 0 0;
	padding:0;
	font-size:0;
	float:left;
}
.cs-buttons a {
	margin:0 2px;
	width:20px;
	height:20px;
	float:left;
	color:#fff;
	text-indent:-10000px;
	background:url(http://www.taksi-simferopol.com/images/slide_p.png) no-repeat center center;
}
.cs-buttons a.cs-active {
	color:#fff;
	background-image:url(http://www.taksi-simferopol.com/images/slide_a.png);
}
/* text in slider */
.cs-title {
	display:block;
	padding:0;
	width:300px;
	/*
	font-size:10px;
	*/
	line-height:1.5em;
	/*background:url(http://www.taksi-simferopol.com/images/overlay.png) repeat left top;
*/
	}
.cs-title big {
	font-size:20px;
	line-height:32px;
}
/* buttons Next and Prew */
.cs-prev, .cs-next {
	background:url(http://www.taksi-simferopol.com/images/overlay.png) repeat left top;
	color:#fff;
	padding:0px 10px;
}