/* slideshow v2 */
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 950px;
height: 379px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #687C98;
overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: none;/*white*/
padding: 0px;
margin:0;
visibility: hidden;
width: 950px;
height: 379px;
}
*+html .glidecontent {left:0;}
.glidecontenttoggler {
    float: left;
    left: 353px;
    position: relative;
    top: -34px;
    width: 600px;
    z-index: 800;
}

.glidecontenttoggler div{ /*style for every navigational link within toggler */
background-image:url(http://tgtfiles.target.com/everestOpenContainers/080411_C9/images/pagination2.png); background-position:0 0px; width:19px; height:20px; margin-right:11px; cursor:pointer; float:left;
}


.glidecontenttoggler div:hover{
/*background:url(http://tgtfiles.target.com/everestOpenContainers/080411_VV/images/dot_slideshow_red.png) top left no-repeat;*/
}

.glidecontenttoggler div.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
background-image:url(http://tgtfiles.target.com/everestOpenContainers/080411_C9/images/pagination2.png); background-position:0 0px; width:19px; height:20px; margin-right:11px;
}

.glidecontenttoggler div.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background-image:url(http://tgtfiles.target.com/everestOpenContainers/080411_C9/images/pagination2.png); background-position:0 -20px; width:19px; height:20px;
}
.glidecontenttoggler div.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
width:13px; height:20px;
background: url(http://tgtfiles.target.com/everestOpenContainers/080411_C9/images/arrow-prev.png);
}
.glidecontenttoggler div.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
width:13px; height:20px;
background: url(http://tgtfiles.target.com/everestOpenContainers/080411_C9/images/arrow-next.png);
}
/* end: slideshow */

/* BACKGROUND DIVS */
#one {background:url(http://tgtfiles.target.com/everestOpenContainers/C9/102011/images/L1_1_OctUpdate.jpg) no-repeat;}
#two {background:url(http://tgtfiles.target.com/everestOpenContainers/C9/102011/images/L1_2_OctUpdate.jpg) no-repeat;}
#three {background:url(http://tgtfiles.target.com/everestOpenContainers/C9/102011/images/L1_3_OctUpdate.jpg) no-repeat;}
#four {background:url(http://tgtfiles.target.com/everestOpenContainers/C9/102011/images/L1_4_OctUpdate.jpg) no-repeat;}
#five {background:url(http://tgtfiles.target.com/everestOpenContainers/C9/102011/images/L1_5_OctUpdate.jpg) no-repeat;}
#six {background:url(http://tgtfiles.target.com/everestOpenContainers/C9/102011/images/L1_6_OctUpdate.jpg) no-repeat;}
#seven {background:url(http://tgtfiles.target.com/everestOpenContainers/C9/102011/images/L1_7_OctUpdate.jpg) no-repeat;}
/*#eight {background:url(http://tgtfiles.target.com/everestOpenContainers/C9/102011/images/L1_1_OctUpdate.jpg) no-repeat;}*/
/**+html #two {margin-top:-16px;}
*+html #three {margin-top:-32px;}
*+html #four {margin-top:-48px;}
*+html #five {margin-top:-64px;}
*+html #six {margin-top:-80px;}
*+html #seven {margin-top:-96px;}*/
/**+html #two {margin-left:-477px;}
*+html #three {margin-left:-477px;}
*+html #four {margin-left:-477px;}
*+html #five {margin-left:-477px;}
*+html #six {margin-left:-477px;}
*+html #seven {margin-left:-477px;}*/



#navBkg {
	position:absolute;
	top:331px;
	left:0;
	z-index:501;
}


