/* Slideshow - styles */    

/*
	Note for live we want to append cdn to all the links 
	Remove: http://cdn.lululemon.com/lulustatic/img/ replace with http://cdn.lululemon.com/lulustatic/img/
*/


/* Temporary fix for Shipping label remove the background on the nav
*/

.fulllink {
	cursor:pointer;
}

/* Slideshow - Container styles */  
#slideshow_container {
position: relative; /* important for inline positioning */
width:1240px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
height:525px;

/* non-important styling bellow */
}


#slideshow_reel {
	position:relative
}
#slideshow_reel .slide .first {
	display:block;                                
}
#slideshow_reel .slide {
	position: absolute; 
	z-index:1;
	display:none;                                 
}

/* Slideshow - Navigation styles */  
#slideshow_reel .slide .slide_content {
	position:relative; /* important for absolute positioning of call to actions on page */
}

#slideshow_reel .slide .slide_content img{
	border: none;
	color:#FFFFFF;
}

#slideshow_navigation {
    background: none repeat scroll 0 0 #FFFFFF;
    top: 499px;
    height: 27px;
    opacity: 0.7;
	filter: alpha(opacity=70);
    position: absolute;
	display: block;
    width: 1240px;
	z-index:1001;
}

#nav {
	display:none;
	margin:7px auto;
}

#nav a {
	float:left;
	background: url('http://cdn.lululemon.com/lulustatic/img/featurePanel/week7/inactiveNavSprite.png') bottom no-repeat;
	display:block;
	width:13px;
	height:13px;
	margin-right:3px;
	cursor:pointer;
	text-indent:-9999px;
}

#nav a.activenav {
	background: url('http://cdn.lululemon.com/lulustatic/img/featurePanel/week7/inactiveNavSprite.png') top no-repeat;
}

#nav a:hover {
	background: url('http://cdn.lululemon.com/lulustatic/img/featurePanel/week7/inactiveNavSprite.png') top no-repeat;
}

#slide2_cta1_sprite {
    background: url("../../img/featurePanel/week14/ctas/FP2-cta1.png") no-repeat scroll 0 0 transparent;
    height: 33px;
    left: 349px;
    position: absolute;
    top: 234px;
    width: 242px;
	cursor:pointer;
	display:block;
}

#slide2_cta1_sprite:hover {
    background: url("../../img/featurePanel/week14/ctas/FP2-cta1.png") no-repeat scroll 0 -33px transparent;
}


#slide2_cta2_sprite {
    background: url("../../img/featurePanel/week14/ctas/FP2-cta2.png") no-repeat scroll 0 0 transparent;
    height: 33px;
    left: 834px;
    position: absolute;
    top: 232px;
    width: 351px;
	cursor:pointer;
	display:block;
}

#slide2_cta2_sprite:hover {
    background: url("../../img/featurePanel/week14/ctas/FP2-cta2.png") no-repeat scroll 0 -33px transparent;
}

#slide3_cta1_sprite {
    background: url("../../img/featurePanel/week14/ctas/FP3-cta1.png") no-repeat scroll 0 0 transparent;
    height: 33px;
    left: 445px;
    position: absolute;
    top: 91px;
    width: 330px;
	cursor:pointer;
	display:block;
}

#slide3_cta1_sprite:hover {
    background: url("../../img/featurePanel/week14/ctas/FP3-cta1.png") no-repeat scroll 0 -33px transparent;
}


#slide3_cta2_sprite {
    background: url("../../img/featurePanel/week14/ctas/FP3-cta2.png") no-repeat scroll 0 0 transparent;
    height: 33px;
    left: 822px;
    position: absolute;
    top: 91px;
    width: 305px;
	cursor:pointer;
	display:block;
}

#slide3_cta2_sprite:hover {
    background: url("../../img/featurePanel/week14/ctas/FP3-cta2.png") no-repeat scroll 0 -33px transparent;
}
