/*
..................................................
Banner Cycle
..................................................
*/
#banner-cycle, #no-cycle {
	width: 800px;
	height: 430px;
	overflow: hidden;
	position: relative;
}


/*
..................................................
3 Col box-style product intro (change on hover)
..................................................
*/
a.homebox { 
	/* apply 1st and 2nd boxes in 3 column grid */
	width:267px;
}

a.homeboxlast { 
	/*  apply to 3rd box in 3 column grid (one pixel narrower, and all three add to 800px)  */
	width:266px;
}

a.homebox,
a.homeboxlast {
	height: 200px;
	float:left;
	background-position: 0px 0px;
	border-top: 1px solid #d4d4d4;
}

a.homebox:hover, a.homeboxlast:hover {
	background-position: 267px 0px;
	text-decoration: none;
}

a#two {
	background-image: url(/includes/graphics/beta/homebox02.jpg);
}

a#three {
	background-image: url(/includes/graphics/beta/homebox03_networking2.jpg);
}

a#five {
	background-image: url(/includes/graphics/beta/homebox01_iphone4.jpg);
}

a.homebox h3, a.homeboxlast h3 {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin: 176px 50px 0 20px;
}

#stripedivider {
	clear: both;
	width: 800px;
	height: 25px;
	background: url(/includes/graphics/beta/diagonalstripeDivider.png) top left no-repeat;
}
