/**** jQuery Tools ****/

/** Home New Products Carousel **/

.new_products_carousel{
    width: 470px;
    clear: both;
    overflow:hidden;
}
.new_products_carousel_links{
    height: 17px;
    padding-right: 12px;
}
h3.h3_novedades{
    width: 159px;
    height: 25px;
    padding-top: 10px;
    float: left;
    background: url(images/h3_novedades.jpg) no-repeat;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    text-shadow: 0px 2px 4px #444;
}
.new_products_carousel p.ver_todas{
    color: #111;
    font-size: 0.8em;
    margin: 10px 0px 0px 15px;
    display: block;
    float: left;
}
.new_products_carousel p.ver_todas a{
    text-decoration: none;
    color: #9e9e9e;
}
.new_products_carousel p.ver_todas a:hover{
    color: #9e9e9e;
    text-decoration: underline;
}
.new_products_carousel_left{
    display: block;
    float: right;
    width: 23px;
    height: 23px;
    background: url(images/new_products_carousel_left.jpg) scroll 0% 100% no-repeat;
    cursor: pointer;
    margin-top: 4px;
}
.new_products_carousel_right{
    display: block;
    float: right;
    width: 23px;
    height: 23px;
    margin-left: 8px;
    margin-top: 4px;
    background: url(images/new_products_carousel_right.jpg) scroll 0% 100% no-repeat;
    cursor: pointer;
}
.new_products_carousel_right:hover{
    background: url(images/new_products_carousel_right.jpg) scroll 0% 0% no-repeat;
}
.new_products_carousel_left:hover{
    background: url(images/new_products_carousel_left.jpg) scroll 0% 0% no-repeat;
}

.new_products_carousel .scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	clear: both;
	width: 460px;
	height: 168px;
}
.new_products_carousel .scrollable .items {
	/* this cannot be too large */
	margin-top: 10px;
	width:20000em;
	position:absolute;
}

.new_products_carousel .items div {
	float:left;
	display: block;
    width: 168px;
    height: 150px;
}
.new_products_carousel .items div a.novedad_thumb{
    display: block;
    width: 112px;
    height: 148px;
    padding: 4px 4px 0px 4px;
    background: #fff url(images/carrusel_thumb.jpg) scroll 0% 0% no-repeat;
    margin-bottom: 7px;
    overflow: hidden;
    text-decoration: none;
}
.new_products_carousel .items div a.novedad_thumb img{
    width: 112px;
    height: 112px;
    margin-bottom: 12px;
}
.new_products_carousel .items div a.novedad_thumb:hover{
    background: #fff url(images/carrusel_thumb.jpg) scroll 0% 100% no-repeat;
}
.new_products_carousel .items div a.novedad_thumb span{
    display: block;
    text-decoration: none;
    font-size: 0.65em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-top: 7px;
}

/*** CAROUSELS IN PAGES ***/
/**** jQuery Tools ****/

/** Home New Products Carousel **/

.page_carousel{
    width: 638px;
    clear: both;
    overflow:hidden;
    margin: 20px 0px 20px 8px;
}
.page_carousel_links{
    height: 17px;
    padding-right: 15px;
}
h3.h3_carousel{
    width: 159px;
    height: 27px;
    padding-top: 8px;
    float: left;
    background: url(images/h3_novedades.jpg) no-repeat;
    color: #fff;
    font-size: 1em;
    text-align: center;
    text-shadow: 0px 2px 4px #444;
    text-transform: uppercase;
}
.page_carousel p.ver_todas{
    color: #111;
    font-size: 0.8em;
    margin: 10px 0px 0px 15px;
    display: block;
    float: left;
}
.page_carousel p.ver_todas a{
    text-decoration: none;
    color: #9e9e9e;
    text-transform: uppercase;
}
.page_carousel p.ver_todas a:hover{
    color: #9e9e9e;
    text-decoration: underline;
}
.page_carousel_left{
    display: block;
    float: right;
    width: 23px;
    height: 23px;
    background: url(images/new_products_carousel_left.jpg) scroll 0% 100% no-repeat;
    cursor: pointer;
    margin-top: 4px;
}
.page_carousel_right{
    display: block;
    float: right;
    width: 23px;
    height: 23px;
    margin-left: 8px;
    margin-top: 4px;
    background: url(images/new_products_carousel_right.jpg) scroll 0% 100% no-repeat;
    cursor: pointer;
}
.page_carousel_right:hover{
    background: url(images/new_products_carousel_right.jpg) scroll 0% 0% no-repeat;
}
.page_carousel_left:hover{
    background: url(images/new_products_carousel_left.jpg) scroll 0% 0% no-repeat;
}

.page_carousel .scrollable_page {
	/* required settings */
	position:relative;
	overflow:hidden;
	clear: both;
	width: 627px;
	height: 168px;
}
.page_carousel .scrollable_page .items {
	/* this cannot be too large */
	margin-top: 10px;
	width:20000em;
	position:absolute;
}

.page_carousel .items div {
	float:left;
	display: block;
    width: 169px;
    height: 150px;
}
.page_carousel .items div a.novedad_thumb{
    display: block;
    width: 112px;
    height: 148px;
    padding: 4px 4px 0px 4px;
    background: #fff url(images/carrusel_thumb.jpg) scroll 0% 0% no-repeat;
    margin-bottom: 7px;
    overflow: hidden;
    text-decoration: none;
}
.page_carousel .items div a.novedad_thumb img{
    width: 112px;
    height: 112px;
    margin-bottom: 12px;
}
.page_carousel .items div a.novedad_thumb:hover{
    background: #fff url(images/carrusel_thumb.jpg) scroll 0% 100% no-repeat;
}
.page_carousel .items div a.novedad_thumb span{
    display: block;
    text-decoration: none;
    font-size: 0.65em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-top: 3px;
}
