﻿
function SetCarouselSize() {
    var divWidth = document.getElementById('H').offsetWidth / 2; 
    document.getElementById('slide_1').style.width = divWidth - 130 + 'px';
    document.getElementById('slide_2').style.width = divWidth - 130 + 'px';
    document.getElementById('slide_3').style.width = divWidth - 130 + 'px';
    document.getElementById('slide_4').style.width = divWidth - 130 + 'px';
    document.getElementById('slide_5').style.width = divWidth - 130 + 'px';
    document.getElementById('slide_1_texto').style.width = divWidth - 230 - 10 + 'px';
    document.getElementById('slide_2_texto').style.width = divWidth - 230 - 10 + 'px';
    document.getElementById('slide_3_texto').style.width = divWidth - 230 - 10 + 'px';
    document.getElementById('slide_4_texto').style.width = divWidth - 230 - 10 + 'px';
    document.getElementById('slide_5_texto').style.width = divWidth - 230 - 10 + 'px';
    document.getElementById('slide_1_titulo').style.width = divWidth - 230 - 10 + 'px';
    document.getElementById('slide_2_titulo').style.width = divWidth - 230 - 10 + 'px';
    document.getElementById('slide_3_titulo').style.width = divWidth - 230 - 10 + 'px';
    document.getElementById('slide_4_titulo').style.width = divWidth - 230 - 10 + 'px';
    document.getElementById('slide_5_titulo').style.width = divWidth - 230 - 10 + 'px';
    document.getElementById('slideRow').style.width = divWidth - 130 + 'px';
    document.getElementById('mygallery').style.width = divWidth - 130 + 'px'; 
    }


