﻿body {
    margin: 0;
}

.container {
    width:600px;
    height:420px;
    margin: auto;
    position: relative;
}

.slider {
    width:600px;
    height:350px;
    position: absolute;
}

.indicators {
    width:600px;
    height:70px;
    position: absolute;
    bottom: 0px;
}

.control_left {
    width:35px;
    height:35px;
    position: absolute;
    top:170px;
    left:5px;
}

.control_right {
    width:35px;
    height:35px;
    position: absolute;
    top:170px;
    right:5px;
}

.control_left:hover {
    cursor: pointer;
    opacity: 0.6;
} 
.control_right:hover {
    cursor: pointer;
    opacity: 0.6;
} 

.indie1 {
    position: absolute;
    top: 5px;
    width: 105px;
    height: 60px;
} 

.indie1 {
    position: absolute;
    top: 5px;
    width: 95px;
    height: 55px;
}
.indie2 {
    left: 101px;
    position: absolute;
    top: 5px;
    width: 95px;
    height: 55px;
}
.indie3 {
    left: 202px;
    position: absolute;
    top: 5px;
    width: 95px;
    height: 55px;
}
.indie4 {
    left: 303px;
    position: absolute;
    top: 5px;
    width: 95px;
    height: 55px;
}
.indie5 {
    left: 404px;
    position: absolute;
    top: 5px;
    width: 95px;
    height: 55px;
}


.indie1:hover {
    cursor: pointer;
}
.indie2:hover {
    cursor: pointer;
}
.indie3:hover {
    cursor: pointer;
}
.indie4:hover {
    cursor: pointer;
}
.indie5:hover {
    cursor: pointer;
}


.border_grey{
    border: 1px solid #565656;
}