* ( zoom: 1)

.contentScroller_wrapper {
    border: 1px solid green;
}
/***
* The style for the next button
*/
.contentScroller_next {
    cursor: pointer;  
    float:left;    
}
.contentScroller_prev {
    cursor: pointer;  
    float:right;    
}
/*.contentScroller_navActive {
    background: #bbb url('images/scroller_forward.png') no-repeat center center;
}
.contentScroller_navInactive {
    background: #dddfdc url('images/scroller_forward_na.png') no-repeat center center;
}*/
/***
* The style for the prev button
*/
.contentScroller_prev {
    float:left;  
    cursor: pointer;  
}
/***
* The style for the inner block
*/
.contentScroller_data {
    float:left;
    overflow:hidden;
    position: relative;
    
}

.contentScroller_inner{
    float:left;
    position: relative;
	background: url(images/bestsellers/best-bg.gif) top repeat-x;
	height: 255px;
}


.contentScroller_innerPortion{
    float:left;
    /*overflow:hidden;*/
    position: relative;
    
}

.contentScroller_innerEntry{
    float:left;    
}