#why_rush{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	background-color: #151515;
	width:200px;
	float: right;
}

#why_rush p{
	margin: 0 5px 0 5px;
}

.gold {
	color: #ffcc00;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	}

#facebook {
	text-align: center; 
	margin: 0 5px 0 5px;
}

#facebook img{
	height: 30px;
	padding-bottom: 15px;
}

.sections_content{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #151515;
	margin: 2px 5px 0px 0px;
	border: 0px solid #333333;
	text-align: left;
	float: left;
	position: relative;
	width: 32.6%;
	overflow: hidden;
	display: inline;
}

#boxes .sections_content{
	height: 145px;
}
#lower_boxes .sections_content{
	height: 400px;
}

.sections_content h3{
	background-color: #030303;
	margin: 0 5px 0 5px;
	padding-left: 10px;
	
}

.sections_content h1{
	text-align: center;
}

.sections_content p.capsule{
	padding: 5px 0px 10px 20px;
	margin-bottom: 10px;
	background-color: #303030;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.sections_content a.capsule:hover{
	background-color: transparent;
	}

#boxes, #lower_boxes{
	float:left;
	padding-bottom:10px;
	width:100%;
}

.sections_content p, .sections_content h3{
	margin: 0 10px 0 10px;
	
}

/* @group Slideshow */

#slideshow{
	background-color:#F5F5F5;
	border:1px solid #FFFFFF;
	height:340px;
	margin:150px auto 0;
	position:relative;
	width:640px;
	
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slideshow ul{
	height:320px;
	left:10px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:620px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('http://www.sigmanuuci.com/images/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}


/* The following styles are only used for the styling of the demo page */

p.tzine{
	text-align:center;
	font-size:12px;
	margin:50px;
}

p.credit{
	text-align:center;
	color:#888;
	font-size:10px;
}
/* end */
