2013-09-21 20:59:47 +02:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2013-09-21 19:46:26 +02:00
|
|
|
#slider {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2013-09-21 20:59:47 +02:00
|
|
|
/*margin-top: 2%;*/
|
|
|
|
padding: 15px;
|
2013-09-21 19:46:26 +02:00
|
|
|
background: #e8e8e8;
|
2013-09-21 20:59:47 +02:00
|
|
|
width: 500px;
|
|
|
|
height: 100%;
|
2013-09-21 19:46:26 +02:00
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#slider-container {
|
2013-09-21 20:59:47 +02:00
|
|
|
width: 1000px;
|
|
|
|
height: 100%;
|
2013-09-21 19:46:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#main {
|
|
|
|
background: #e8e8e8;
|
|
|
|
float: left;
|
2013-09-21 20:59:47 +02:00
|
|
|
width: 500px;
|
|
|
|
height: 100%;
|
2013-09-21 19:46:26 +02:00
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.block {
|
|
|
|
display: inline-block;
|
2013-09-21 20:59:47 +02:00
|
|
|
height: 100%;
|
2013-09-21 19:46:26 +02:00
|
|
|
}
|