.two-carousel {
    position: relative;
    width: 300px;
    height: 600px;
	background: #ffffff;
}

/** Carousel **/

.right-carousel {
    position: relative;
    overflow: hidden;
}

.right-carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.right-carousel li {
    float: left;
}

.right-carousel li .info
{
	position: absolute;
}


/** Carousel Pagination **/

.carousel-pagination {
    position: absolute;
    bottom: 25px;
    left: 0;
	text-align: center;
	width: 100%;
}

.carousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 0;
    height: 13px;
    width: 13px;
    
    background: #b0d0df;
    color: #4E443C;
    border-radius: 14px;
    text-align: center;
    
    margin: 0 10px 0 10px;
}

.carousel-pagination a.active {
    background: #03a9f4;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}