.articlePreview { float:left; height:100%; width:140px; }

.carousel-wrapper 
{
    text-align: center; 
    border: 1px solid #ccc;
    padding-left: 20px;
    width: 678px;
    height: 400px;
    overflow: hidden;
}

/***
 * View Article
 **/
.article-wrapper 
{
    text-align: left; 
    border: 1px solid #ccc;
    padding-left: 20px;
    width: 678px;
    height: 400px;
    overflow: hidden;
}
.back-button 
{
    float: left;
    width: 100px;
    height: 400px;
    padding-top: 195px;
}
.view-article_wrapper 
{
    float: left;
    width: 558px;
    height: 380px;
    padding: 10px;
    overflow: hidden;
}
.comment 
{
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.comment-link 
{
    text-decoration: none;
    color: #adc7e7;
}