﻿#ctl00_MainBody .arc-carousel {
    background: none;
    border: 0 none;
    position:relative;
}
#ctl00_MainBody .arc-product-last {
    display: table-cell;
    height: 265px;
    vertical-align: middle;
}
#ctl00_MainBody .arc-carousel-title {
    color: #59636D;
    font-family: 'Trebuchet MS',Arial,Sans-Serif;
    font-size: 17px;
    padding: 13px 13px 10px;
}
#ctl00_MainBody .arc-carousel-button {
    background: url(/sites/arcadianhome.com/images/carousel-controls-arrivals.png) no-repeat scroll 0 0 transparent;
    position: absolute;
    top: 100px;
    display: inline-block;
    height: 63px;
    outline: 0 none;
    width: 32px;
}
#ctl00_MainBody .arc-carousel-button.left {
    left: 0;
}
#ctl00_MainBody .arc-carousel-button.left:hover {
    background-position:0 -63px;
}
#ctl00_MainBody .arc-carousel-button.right {
    background-position: -35px 0; 
    right: 0; 
}
#ctl00_MainBody .arc-carousel-button.right:hover {
    background-position: -35px -63px;
}
#ctl00_MainBody .arc-carousel-body-wrapper { 
    margin: 0 40px 0; 
    height: 264px; 
    overflow: hidden; 
    position: relative;
}
#ctl00_MainBody .arc-carousel-body {
    width: 90000px;
    position: absolute; 
}
#ctl00_MainBody .arc-carousel-item {
    width: 160px;
    border: 1px solid transparent;
    float: left;
    /*margin-right: 17px;*/
    margin:0 9px 0 8px; /* split margin of 17px between left and right to center the items in carousel */
}
#ctl00_MainBody .arc-carousel-item .arc-product {
    width: auto;
}
#ctl00_MainBody .arc-carousel-item .arc-product .img img {
    max-width: 160px;
}
#ctl00_MainBody .arc-carousel.home .msgResponse {
    left: -11px;
    top: -60px;
    width: 150px;
}
.arc-carousel .arc-product .name {
    color: #444444;
    font-size: 13px;
    font-weight: bold;
}

.arc-carousel .arc-product .price {
    /*color: #776c4a;*/
    /*font-size: 16px;*/
    font-weight: bold;
    margin-top: 5px;
}


#arc-brands .arc-carousel-item img {
    width: 160px;
    height: 72px;
}
.arc-carousel .arc-product .quick-view {
    left: 35px;
    top: 140px;
}
#ctl00_MainBody .arc-carousel.home .arc-carousel-item .hide-text { /**affects carousel on homepage**/
    display: table;
    height: 34px;
    overflow: hidden;
    width: 100%;
}
.arc-carousel.home .arc-product .name { /**affects carousel on homepage**/
    color: #444444;
    font-size: 13px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

#ctl00_MainBody #arc-recentlyviewed .arc-carousel-body-wrapper { /*adjusts height for recently viewed*/
	height: 321px;
}
#ctl00_MainBody #arc-tab .arc-carousel-button.left {
    background: url(/images/default/carousel-l.png);
    left: 8px;
    width:28px;
}
#ctl00_MainBody #arc-tab .arc-carousel-button.right  {
    background: url(/images/default/carousel-r.png);
    right: 8px;
    width:28px;
}