
/* SOLUTIONS ------------------------------------------------------------------ */

.solutions #site-nav li ul
{
	margin-left:-300px;
	display: inline;
}

/* intro txt */

.solutions .intro
{
	margin-left:20px;
	width:542px;
}

.solutions h1 small { font-size: 67%; }

.solutions-fla
{
	margin-top:22px;
	width:920px;
}

.solutions .managed-services-illustr
{
	background-color:#F1F1F1;
	float:left;
	padding-bottom:9px;
	padding-left:9px;
	padding-top:9px;
	width: 526px;
}

.solutions .managed-services-illustr img
{
	height:320px;
	width: auto;
	display:block;
}

/* esn videos gallery */
.project-gallery
{
	/*background-color: #F1F1F1;*/
	background-color: transparent;
	padding-top:2px;
	padding-left:10px;
	padding-bottom:9px;
	float: left;
	min-height:272px;
	width:532px;
}

.project-gallery div
{
	float: left;
	margin: 10px 7px 0 0;
	position:relative;
	z-index:100;
}

.project-gallery a
{
	display: block;
	width: 169px;
	height: 127px;
	text-align: center;
	vertical-align: middle;
	background: #fff url(../images/project-gallery-span.jpg) repeat-x left top;
}

.project-gallery img
{
	vertical-align: middle;
	display: block;
	width: 169px;
	height: 127px;
}

