.proMobile{
    list-style: none;
}
.proMobile li{
    float: left;
    margin: 10px;
    width: 50%;
}
.proMobile ul{
    text-align: center;
}
.proMobile div ul li{
    text-align: left !important;
}
.proMobile li:nth-child(1){
    text-align: right;
}
.proMobile li:nth-child(2){
    text-align: left;
    position: relative;
    width: 40%;
}
.proText{
    height:180px;
	
}
#slider3,#slider4{
   opacity: 0;
}
.conta {
    position: relative;
    width: 75%;
    margin: 0 auto;
    padding: 0 0 39% 0;
}

.iosSlider {
    width: 70%;
    height: 1500px;
    margin: 0 auto;
}

.iosSlider .slider {
    width: 100%;
    height: 100%;
}

.iosSlider .slider .item {
    float: left;

    width: 100%;
}

.iosSlider .slider .item img {
    width: 100%;
    height: auto;
}

/* controls */
.conta .prevContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    padding: 0 0 19.5% 0;
    z-index: 10;
}

.conta .prevContainer .prev {
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 100%;
    height: 20%;
}

.prev{
    background: url("../images/slider-buttons.png") no-repeat;
    width: 20px !important;
    height: 40px !important;
    position: relative !important;
    margin-top: 120%;
}
.prev:hover{
    background-position: 0 -40px;
}
.conta .nextContainer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    padding: 0 0 19.5% 0;
    z-index: 10;
}


.conta .nextContainer .next {
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 100%;
    height: 20%;
}

.next{
    background: url("../images/slider-buttons.png") no-repeat -20px 0;
    width: 20px !important;
    height: 40px !important;
    position: relative !important;
    float: right;
    margin-top: 120%;
}
.next:hover{
    background-position: -20px -40px;
}
.conta .selectorsBlock {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 5%;
}

.conta .selectorsBlock .selectors {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 12%;
    height: 100%;
}

.conta .selectorsBlock .selectors .item {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 16%;
    height: 100%;
    margin: 0 0 0 5%;
}

.conta .selectorsBlock .selectors .selected {
    background: #333;
}

.conta .selectorsBlock .selectors .first {
    margin-left: 0;
}


.close{
    text-indent: -9999px;
    background: url('../images/projects/close-button.png');
    position: absolute;
    width: 25px;
    height: 25px;
    top: 100px;
    left: 80%;
}

.scroll1{
    width: 100%;
    height: 100%;
    display: block;
}