.wrapper {
  position:relative;
  width: 600px;
}

.wrapper-ajax {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

ul {
  margin:0;
  padding:0px 10px 5px 30px;  
}

li {
  padding:0px;
  margin:0px;
}

/* BIG CAROUSEL */
#dhtml-carousel .carousel-list li { 
    margin:4px 10px 0px 10px;
}

#dhtml-carousel .carousel-list li { 
    width: 103px; 
    padding: 0px;
    margin: 0;
}

#dhtml-carousel .carousel-list li img { 
    display:block; 
}

#dhtml-carousel {
	top:10px;
	left:25px;
	position:absolute;
    margin-bottom: 10px;
    float: left;
    width: 548px;
    height: 130px;
}

/* SMALL CAROUSEL */
#small-carousel .carousel-list li { 
    margin:4px 5px 0px 5px;
}

#small-carousel  .carousel-list li {
    width:56px; 
    border:0px solid green;
}

#small-carousel  .carousel-list li img { 
    border:1px solid #999;
    display:block; 
}

#small-carousel {
	position:absolute;
    padding-right:10px;
    float:left;
    margin-bottom:10px;
    width: 255px;
}

/* BUTTONS */
#prev-arrow-container {
	top:50px;
	left:-10px;
	position:absolute;
    float:left;
}

#next-arrow-container { 
	top:50px;
	left:581px;
	position:absolute;
    float:right;
}

#prev-arrow-small { 
    cursor:pointer; 
    margin-top:0px;
    margin-right:0px;
}

#next-arrow-small { 
    cursor:pointer; 
    margin-top:0px;
    margin-left:0px;
}

#next-arrow { 
    cursor:pointer; 
    margin-top:50px;
    margin-left:10px;
}

#prev-arrow { 
    cursor:pointer; 
    margin-top:50px;
    margin-right:10px;
}
