/* root element for scrollable */
.product_awards {
    /* required settings */
    position:relative;
    overflow:hidden;

    /* vertical scrollers have typically larger height than width */
    height: 248px;
    width: 536px;
	margin:0; padding:0;
}

/* root element for scrollable items */
.product_awards_items {
    position:absolute;
	width:20000em;
	margin:0; padding:0;
}

/* single scrollable item */
.product_awards_item {
	margin-top:4px; padding-top:50px;
    height:228px; width: 151px;
	overflow:hidden;
}

/* the action buttons above the scrollable */
#product_awards_actions {
    width:auto;
	padding: 20px 0 22px 0;
	border-top:1px solid #CCC;
}

#product_awards_actions a {
    cursor:pointer;
}

#product_awards_actions a:hover {
    color:#000;
}

.disabled {
    visibility:hidden;
}

.product_awardsNext {
    float:right;
	font-family: 'Lato', sans-serif; font-weight: 400; font-size: 13px; color:#333;
	text-align: left; color: #1e90ff; 
}

.product_awardsPrev {
    float:left;
	font-family: 'Lato', sans-serif; font-weight: 400; font-size: 13px; color:#333;
	text-align: left; color: #1e90ff; 
}
