/* 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;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
float:left; width:100px; position:relative; top:-14px; left:25px; z-index:1000; 
/*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}

.glidecontenttoggler div{ /*style for every navigational link within toggler */
background-image:url(http://tgtfiles.target.com/everestOpenContainers/080411_Converse/images/pagination2.png); background-position:0 -6px; width:6px; height:6px; margin-right:5px; 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_Converse/images/pagination2.png); background-position:0 -6px; width:6px; height:6px; margin-right:5px;
}

.glidecontenttoggler div.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background-image:url(http://tgtfiles.target.com/everestOpenContainers/080411_Converse/images/pagination2.png); background-position:0 0px; width:6px; height:6px;
}
/* end: slideshow */
#one {background:url(http://tgtfiles.target.com/everestOpenContainers/080411_Converse/images/COS_OC1.jpg) no-repeat;}
#two {background:url(http://tgtfiles.target.com/everestOpenContainers/080411_Converse/images/COS_OC2.jpg) no-repeat;}
#three {background:url(http://tgtfiles.target.com/everestOpenContainers/080411_Converse/images/COS_OC3.jpg) no-repeat;}
#four {background:url(http://tgtfiles.target.com/everestOpenContainers/080411_Converse/images/COS_OC4.jpg) no-repeat;}

*+html #two {margin-top:-16px;}
*+html #three {margin-top:-32px;}
*+html #four {margin-top:-48px;}

#navBkg {
	position:absolute;
	top:0;
	right:0;
	z-index:501;
}
