ol,li{
    margin: 0;
    padding: 0;
}

body,html{
	max-width: 768px;
	background: #74e6fe;
	margin: 0 auto;
	/*height: 100%;*/
}

.container{
	width:768px;
	margin: 0 auto; 
	height: 1559px; 
	/*position: relative; */
	background: url(../images/DB-Web-bg.jpg) no-repeat;
}

.col-1{
	width: 100%;
    height: 510px;
    position: relative;
}

.col-1 .btn-group{
	position: relative;
    height: 55px;
    width: 450px;
    padding-top: 430px;
    margin: 0 auto;
    text-align: center;
}

.col-2{
	width: 100%;
    height: 940px;
    position: relative;
}

.col-2 .slide-group{
	width: 435px;
    height: 751px;
    margin: 0 auto;
    padding-top: 100px;
}

#slideshow {
    /*margin: 50px auto;*/
    position: relative;
   /* width: 240px;
    height: 240px;*/
    /*padding: 10px;*/
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);*/
}
#slideshow > div {
    position: absolute;
    /*top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;*/
}

#slideshow img {
   /* max-width:240px;
    max-height:240px;*/
}