#wherekorea-screen, #nagasu-screen, #shoppingmall-screen {
    position: relative;
    height:360px;
}
#wherekorea-screen {
    margin: 0 auto;
    width: 187px;
    background: url("../img/iphone.png") no-repeat top center;
    margin-bottom: 20px;
}
#nagasu-screen {
    margin: 0 auto;
    width: 192px;
    background: url("../img/samsung.png") no-repeat top center;
}
#shoppingmall-screen {
    margin: 0 auto;
    width: 192px;
    background: url("../img/samsung.png") no-repeat top center;
}
#carousel1 {
    position: absolute;
    width: 160px;
    height: 230px;
    top: 66px;
    left: 13px;
}
#carousel2 {
    position: absolute;
    width: 160px;
    height: 230px;
    top: 61px;
    left: 16px;
}
#carousel3 {
    position: absolute;
    width: 160px;
    height: 230px;
    top: 61px;
    left: 16px;
}
.carousel {
    width:160px;
    height:230px;  
    margin:0 auto;
}
#next1,#next2 {
    display: none;
}
.slides {
    overflow:hidden;
    /* fix ie overflow issue */
    position:relative;
    width:160px;
    height:230px;
}
 
/* remove the list styles, width : item width * total items */ 
.slides ul {
    position:relative;
    left:0;
    top:0;
    list-style:none;
    margin:0;
    padding:0; 
    width:960px;           
}
 
/* width of the item, in this case I put 250x250x gif */
.slides li {
    width:160px;
    height:230px;  
    float:left;
}