﻿/*Slider Styles */
#gallery-container, #gallery-container2 {
    background: #fff;
    position:relative;
    width:715px;	
    margin: 0 0 10px;    
}

#gallery-container
{
    /*border-bottom: 3px solid #e0e0e0;*/
    height: 270px;
}

#gallery{
	position:relative;
	overflow:hidden;
}

#gallery
{
    height: 250px;
}

#gallery a img{
}

#gallery a:hover img{
}

#gallery a:hover{
}

#gallery-inner {
    /*margin-top:25px;*/
    position:absolute;
}

#left-arrow, #left-arrow a {
    width:50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(/images/left_scroller.gif) no-repeat center center;  
}

#left-arrow, #left-arrow a
{
    height: 250px;
}

#left-arrow
{
    left: -19px;
}

#right-arrow, #right-arrow a{
    background:transparent url(/images/right_scroller.gif) no-repeat scroll center center;
    height:250px;
    position:absolute;
    z-index: 100;
    left:682px;
    top:0px;
    width:50px;   
}

#right-arrow, #right-arrow a
{
    height: 250px;
}

#right-arrow a{ left: 0; }

#gallery div.sliderTd1
{
}

div.sliderTd1
{
    float:left;
    width: 200px;
}

div.sliderTd1 table tr td
{
    /*text-align: left;*/
    padding: 3px 10px;
    color: #4E4E4E;
    font-family: Arial;
    font-size: 11px !important;
}

div.sliderTd1 a.homeProductTitle
{
    text-transform: none;
    color: #4E4E4E;
    font-size: 11px !important;
}

div.sliderTd1 a
{
    color: #4E4E4E;
    text-decoration: none;
}

div.sliderTd1 a:hover
{
    text-decoration: underline;
}

.bestSell{margin-bottom: 15px;}
