/*
Первичные стили:С ними работает слайд шоу
*/

#slides
{
	  height: 500px;
  	width: 100%;
    list-style-type: none;
}

.mainslide
{
    height: 500px;
    width: 100%;

		display: block;
		overflow: hidden;
    position: absolute;

    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;

    background: #333;
    color: #fff;
}

.ma
{
	height: 500px;
	width: 100%;

	display: block;
	overflow: hidden;
	position: absolute;

	opacity: 0;
	z-index: 1;
}
.showingslide
{
    opacity: 1;
    z-index: 2;
}

.switcher
{
	width: 30px;
	height: 30px;
	overflow: hidden;
	display: block;
	background: #fff;
	position: relative;
	float: left;
	margin-right: 22px;
	border-radius: 15px;
	cursor: pointer;
  z-index: 1000;
}
.switchwrapper
{
	width: 1200px;
	display: inline-block;
	margin: 0, auto;
	text-align:center;
	position: relative;


}

.sw_on
{
	background: #f8941c;
}
.switcherconteyner
{
	margin-top: 515px;
	margin-left: 140px;
}
/*
Второстепенные стили:Внешний вид; можете изменять
*/




.mainslide:nth-of-type(1) {
    background: url(../res/img/ms0000.jpg)  center  no-repeat #000;
}
.mainslide:nth-of-type(2) {
    background: url(../res/img/ms0001.jpg)  center  no-repeat #000;
}
.mainslide:nth-of-type(3) {
    background: url(../res/img/ms0002.jpg)  center  no-repeat #000;
}
.mainslide:nth-of-type(4) {
    background: url(../res/img/ms0000.jpg)  center  no-repeat #000;
}
.mainslide:nth-of-type(5) {
    background: url(../res/img/ms0001.jpg)  center  no-repeat #000;
}
.mainslide:nth-of-type(6) {
    background: url(../res/img/ms0002.jpg)  center  no-repeat #000;
}
.mainslide:nth-of-type(7) {
    background: url(../res/img/ms0000.jpg)  center  no-repeat #000;
}
.mainslide:nth-of-type(8) {
    background: url(../res/img/ms0001.jpg)  center  no-repeat #000;
}
