@charset "utf-8";
.wrapper img {
	float: right;


}
#lastslide {
	background-image: url(../images/banners/integration.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 990px;
}

.wrapper .text {
	width: 430px;
	float: left;
	margin-top: 15px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	position: absolute;
	line-height: 24px;
}
.white {
	color: #FFF;
	font-weight: normal;
}

.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #CB4E00;
	margin-left: -5px;
}



/* CSS Document */

/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{ margin: 0; padding: 0; }
body 										{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{
	width: 990px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	overflow: hidden;
	background-repeat: repeat-x;
	background-image: url(../images/banners/bg.png);
}


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: white; text-decoration: none; }
a:hover, a:active							{ color: white; }
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{
	width: 990px;
	position: absolute;
}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{
	position: relative;
	overflow: hidden;
	width: 990px;
	height: 250px;
}
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{
	float: left;
	height: 100%;
	position: relative;
	width: 990px;
	background-repeat: repeat-x;
	background-image: url(../images/banners/bg.png);
}
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{
	margin-top: -48px;
	margin-right: 17px;
	margin-bottom: 0;
	float: right;
}
#movers-row div								{
	width: 65px;
	float: left;
	margin-right: 3px;
}
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{
	position: absolute;
	z-index: 9999;
	color: white;
	font-size: 17px;
	background-image: url(../images/banners/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 20px;
	padding-left: 18px;
	margin-top: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.photo-meta-data a {
	color: #FFF;
	text-decoration: none;
}

.cross-link									{
	display: block;
	width: 62px;
	margin-top: -8px;
	position: relative;
	padding-top: 15px;
	z-index: 9999;
}
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }
#guy {
	background-image: url(../images/banners/bannertechnology.png);
	background-repeat: no-repeat;
	height: 325px;
	background-position: right 0px;
}

