    
/* link overrides */
a.LG11{text-transform:uppercase;}
a:link.LG11{color:#bebebe;}
a:visited.LG11{color:black;}
a:hover.LG11, a:active.LG11{color:black;}

/* Outfits navigation (...) */
td.collectionNavigation{vertical-align:top; padding-top:160px;}

/* Wrapper of any usercontrol */ 
div.innerContent
{
    position:relative;
	height:680px;
	overflow:hidden; /* prevents from unwanted growth */
	/*margin-left:-1px;*/
    background-position:right top;
    background-repeat:no-repeat;
    background-color:#fff;
}

div#sliderControl
{
    position:relative;
    width:590px; 
    /* Fixed width, margin-left and margin-right "auto" enables the content to be centered */
    margin-left:auto;
    margin-right:auto;    
    cursor:default; 
}

/* Helps smoothing out the product movement when they go out the screen */
div#faderRight, div#faderLeft
{
    position:absolute;
    top:80px;
    width:50px;
    height:400px;
    z-index:100;
}

div#faderRight
{
    left:505px; 
    border:none 1px red;   
    /*background-image:url("../../Images/navigation/slider_transparent.png");*/
}

div#faderLeft
{
    left:60px;
    border:none 1px red;
    /*background-image:url("../../Images/navigation/slider_transparent_left.png");*/
}

div#sectionInformation
{
    position:absolute;
    top:10px;
    left:15px;
}

div.productsInProductFilter
{
    position:absolute;
    top:125px;
    left:60px;    
    height:430px;
    cursor:default; 
    z-index:1;
    overflow:hidden;
    border-style:solid;
    border-width:0px; 
    border-color:Black;     
}

div.divProductText
{
	width:110px;
	text-align:left;
}

.salesPrice
{
    color:Red;
    font-size:10px;
    padding-left:8px;
}

.strike
{
    text-decoration:line-through;
}

/*
If you change values in here, you also have to change it in the function InitializeScrolls()
If FF 
var marginLeft = 20;
var marginRight = 20;
var imageWidth = 124;
*/
div.ProductImage
{
	margin-left:20px;
	margin-right:20px; 
	width:124px;
}
 
img.SliderBar
{
	background-color:Black;
	height:2px;
	width:250px;
} 

div.Slider
{
    position:absolute;
    top:280px;
    left:19px;
    width:590px;
    z-index:199;
}

img.navigation
{
    vertical-align:bottom;
    margin-top:4px;
}

div.ScrollImageIE
{
    position:absolute;
    top:282px;
    left:55px;
    z-index:200;
    visibility:hidden;
}

div.ScrollImage
{
	position:absolute;
	background-repeat: no-repeat;	
	width:15px ; 
	height:15px;	
    top:282px;
    left:55px;
    z-index:200;
    visibility:hidden;
}

div.productsGroup td.product
{
    vertical-align:top;
    padding:0 20px;
}

