@charset "UTF-8";
/* CSS Document */

#header {
	height:180px;
	margin-bottom:30px;
	}

.logo {
	position:relative;
	width:509px;
	height:150px;
	float:left;
	}

#facebook {
	width:100px;
	height:104px;
	float:left;
	margin-left:250px;
	margin-top:10px;
	}

.shoppingCart {
	width:130px;
	height:150px;
	float:right;
	background:url(../images/header_shoppingCart.gif) no-repeat 50px 30px;
	margin-right:20px;
	}

.shoppingCart-txt {
	position:relative;
	top:100px;
	
	}
	
.mainNav {
	clear:both;
	width:900px;
	height:35px;
	margin:auto;
	}

#topMenu {
	height:35px;
	width:900px;
	margin:0;
	padding:0;
	}

#topMenu li {
	float:left;
	height:35px;
	width:150px;
	}

#topMenu li.homeLink a {
	background:url(../images/navigation.gif) no-repeat 0 0;
	display:block;
	text-indent:-9009px;
	height:35px;
	width:150px;
	}

#topMenu li.homeLink a:hover {
	background:url(../images/navigation.gif) no-repeat 0 -35px;
	}
	
#topMenu li.payMonthlyLink a {
	background:url(../images/navigation.gif) no-repeat -150px 0;
	display:block;
	text-indent:-9009px;
	height:35px;
	width:150px;
	}

#topMenu li.payMonthlyLink a:hover {
	background:url(../images/navigation.gif) no-repeat -150px -35px;
	}

#topMenu li.simLink a {
	background:url(../images/navigation.gif) no-repeat -300px 0;
	display:block;
	text-indent:-9009px;
	height:35px;
	width:150px;
	}

#topMenu li.simLink a:hover {
	background:url(../images/navigation.gif) no-repeat -300px -35px;
	}

#topMenu li.payAsGoLink a {
	background:url(../images/navigation.gif) no-repeat -450px 0;
	display:block;
	text-indent:-9009px;
	height:35px;
	width:150px;
	}
	
#topMenu li.payAsGoLink a:hover {
	background:url(../images/navigation.gif) no-repeat -450px -35px;
	}
	
#topMenu li.accessoriesLink a {
	background:url(../images/navigation.gif) no-repeat -600px 0;
	display:block;
	text-indent:-9009px;
	height:35px;
	width:150px;
	}

#topMenu li.accessoriesLink a:hover {
	background:url(../images/navigation.gif) no-repeat -600px -35px;
	}

#topMenu li.broadbandLink a {
	background:url(../images/navigation.gif) no-repeat -750px 0;
	display:block;
	text-indent:-9009px;
	height:35px;
	width:150px;
	}

#topMenu li.broadbandLink a:hover {
	background:url(../images/navigation.gif) no-repeat -750px -35px;
	}

#home #topMenu li.homeLink a {
	background:url(../images/navigation.gif) no-repeat 0 -35px;
	}

#payMonthly #topMenu li.payMonthlyLink a {
	background:url(../images/navigation.gif) no-repeat -150px -35px;
	}

#payAsGo #topMenu li.payAsGoLink a {
	background:url(../images/navigation.gif) no-repeat -450px -35px;
	}

#simOnly #topMenu li.simLink a {
	background:url(../images/navigation.gif) no-repeat -450px -35px;
	}

#accessories #topMenu li.accessoriesLink a {
	background:url(../images/navigation.gif) no-repeat -450px -35px;
	}

#broadband #topMenu li.broadbandLink a {
	background:url(../images/navigation.gif) no-repeat -600px -35px;
	}
	
		.container { width:600px; height:275px; overflow:hidden; position:relative; cursor:pointer; }
		.slides { position:absolute; top:0; left:0; }
		.slides > div { position:absolute; top:0; width:600px; display:none; }	
		
		
		.slides .next img {
		margin-top: 40px;float:left;
		
		} 
		
 
