/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.anythingSlider1                         { width: 980px; height: 668px; position: relative; }
.anythingSlider1 .wrapper
{	
    width: 919px;
    background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/slidebg.jpg");
	background-repeat:no-repeat;
	position: absolute;
	float:left;
	height: 481px;
	top: 0;
	left: 41px;
	text-align:center;
	margin:0px;
	padding:0px;
	
}

                                       /* Width below is max for Opera */
.anythingSlider1 .wrapper ul             { width: 98000px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider1 ul li
{
	display: block;
	float: left;
	padding: 0;
	height: 481px;
	width: 980px;
	margin: 0;
	overflow:hidden;
	position:relative;
	left:0px;
	*background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/slidebg.jpg");
	*background-repeat:no-repeat;
	*top:-10px;
	_top:-10px;
}
.anythingSlider1 .arrow
{
	display: block;
	height: 37px;
	background: url(/cms/images/en/NewRogers/Wireless/iphone4/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 222px;
	cursor: pointer;
}
.anythingSlider1 .forward
{
	background-position: 0 -80px;
	right: -11px;
	width:33px;
}
.anythingSlider1 .back
{
	background-position: -101px -80px;
	left: 10px;
	width:33px;
}
/*.anythingSlider1 .forward:hover          { background-position: -0 -80px; }/*
/*.anythingSlider1 .back:hover             { background-position: -101px -80px; }*/
.anythingSlider1 .forward_Disabled
{
	background-position: -0 -480px;
	right: -11px;
	width:33px;
	cursor:auto;
}
.anythingSlider1 .back_Disabled
{
	background-position: -101px -480px;
	width: 33px;
	left: 10px;
	cursor:auto
}

.anythingSlider1 #thumbNav
{
	position: relative;
	top: 478px;
	*top: 469px;
	text-align: center;
	left:22px;
}
.anythingSlider1 #thumbNav a
{
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	/*background: #c58b04 url(/cms/images/en/NewRogers/Wireless/iphone4/cellshade.png) repeat-x;*/
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/blackdot.jpg");
	background-repeat:no-repeat;
	background-position:top left;

}
.anythingSlider1 #thumbNav a:hover
{
	background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/whitedot.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
.anythingSlider1 #thumbNav a.cur
{
	background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/whitedot.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

/*
  Prevents
*/
.anythingSlider1 .wrapper ul ul          { position: static; margin: 0; overflow: visible; width: auto; border: 0; }
.anythingSlider1 .wrapper ul ul li       { float: none; height: auto; width: auto; }


/*Stat OtherFeaturesSlider*/

.OtherFeaturesSlider                         { width: 980px; height: 668px; position: relative; }
.OtherFeaturesSlider .wrapper
{
	width: 919px;
	float:left;
	height: 668px;
	position: absolute;
	top: 0;
	left: 39px;
	background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/gallery_bg.jpg");
	background-repeat:no-repeat;
}

                                       /* Width below is max for Opera */
.OtherFeaturesSlider .wrapper ul             { width: 98000px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.OtherFeaturesSlider ul li
{
	display: block;
	float: left;
	padding: 0;
	height: 668px;
	width: 980px;
	margin: 0;
	overflow:hidden;
	position:relative;
	left:0px;
	*background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/gallery_bg.jpg");
	*background-repeat:no-repeat;
	
}
.OtherFeaturesSlider .arrow
{
	display: block;
	height: 37px;
	background: url(/cms/images/en/NewRogers/Wireless/iphone4/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 318px;
	cursor: pointer;
}
.OtherFeaturesSlider .forward
{
	background-position: 0 -80px;
	right: -9px;
	width:33px;
}
.OtherFeaturesSlider .back
{
	background-position: -101px -80px;
	left: 8px;
	width:33px;
}

.OtherFeaturesSlider .forward_Disabled
{
	background-position: -0 -480px;
	right: -9px;
	width:33px;
	cursor:auto;
}
.OtherFeaturesSlider .back_Disabled
{
	background-position: -101px -480px;
	width: 33px;
	left: 8px;
	cursor:auto
}

.OtherFeaturesSlider #thumbNav
{
	position: relative;
	top: 665px;
	text-align: center;
	left:22px;
}
.OtherFeaturesSlider #thumbNav a
{
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	/*background: #c58b04 url(/cms/images/en/NewRogers/Wireless/iphone4/cellshade.png) repeat-x;*/
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/blackdot.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
.OtherFeaturesSlider #thumbNav a:hover
{
	background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/whitedot.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
.OtherFeaturesSlider #thumbNav a.cur
{
	background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/whitedot.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
	
/*End OtherFeaturesSlider*/




.anythingSlider                         { width: 980px; height: 668px; position: relative; }
.anythingSlider .wrapper
{
	width: 919px;
	float:left;
	height: 668px;
	/*margin: 0 40px;*/
	position: absolute;
	top: 0;
	left: 39px;
	background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/gallery_bg.jpg");
	background-repeat:no-repeat;
}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 98000px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li
{
	display: block;
	float: left;
	padding: 0;
	height: 668px;
	width: 980px;
	margin: 0;
	overflow:hidden;
	position:relative;
	left:0px;
	*background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/gallery_bg.jpg");
	*background-repeat:no-repeat;
	
}
.anythingSlider .arrow
{
	display: block;
	height: 37px;
	background: url(/cms/images/en/NewRogers/Wireless/iphone4/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 318px;
	cursor: pointer;
}
.anythingSlider .forward
{
	background-position: 0 -80px;
	right: -9px;
	width:33px;
}
.anythingSlider .back
{
	background-position: -101px -80px;
	left: 8px;
	width:33px;
}

.anythingSlider .forward_Disabled
{
	background-position: -0 -480px;
	right: -9px;
	width:33px;
	cursor:auto;
}
.anythingSlider .back_Disabled
{
	background-position: -101px -480px;
	width: 33px;
	left: 8px;
	cursor:auto
}
.anythingSlider #thumbNav
{
	position: relative;
	top: 665px;
	text-align: center;
	left:22px;
}
.anythingSlider #thumbNav a
{
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	/*background: #c58b04 url(/cms/images/en/NewRogers/Wireless/iphone4/cellshade.png) repeat-x;*/
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/blackdot.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
.anythingSlider #thumbNav a:hover
{
	background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/whitedot.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
.anythingSlider #thumbNav a.cur
{
	background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/whitedot.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

#start-stop                             { background: green; background-image: url(/cms/images/en/NewRogers/Wireless/iphone4/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; }
.sliderIconBg
{
	background-image:url("/cms/images/en/NewRogers/Wireless/iphone4/selectbg.jpg");
	background-repeat:repeat-x;
	background-position:top left;
	padding-top:5px;
}

.IphoneIEImg1Fix
{
*position:relative;
_position:relative !important;
padding-top:10px !important;
 _padding-top:10px !important;
}

.IphoneIEImg2Fix
{
*position:relative !important;
_position:relative !important;
padding:20px !important;
 _padding-top:20px !important;
}

.IphoneIEImg3Fix
{
*position:relative !important;
_position:relative !important;
padding:20px !important;
_padding:20px !important;
}