/* example_1 css */
#main-promo {
	position: relative; /* important */
	overflow: hidden; /* important */
	width:727px; /* important */
	height:274px; /* important */
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-promo li .managedservices {
	background: url(http://www.gtri.com/assets/images/index_images/manserv_index002.jpg) no-repeat 0 0;
	width: 727px;
	height: 274px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#main-promo li .managedservices h2{
	color: #000;
	font-size: 17px;
	line-height: 1.25em;
	text-align: right;
	position: relative;
	top: 125px;
	right: 32px;
}
#main-promo li .managedservices h3{
	color: #000;
	font-size: 12px;
	text-align: right;
	position: relative;
	top: 135px;
	right: 32px;
}

#main-promo li .managedservices a{
text-decoration: none;
}
#main-promo li .managedservices a:hover{
text-decoration: underline;
}
#main-promo li .managedservices a img{
 	position: relative;
	top: 2px;
	right: 0;
}

#main-promo li .itstaffing {
	background: url(http://www.gtri.com/assets/images/index_images/itstaffing_index002.jpg) no-repeat 0 0;
	width: 727px;
	height: 274px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	}
#main-promo li .itstaffing h1{
	color: #000;
	font-size: 36px;
	text-align: right;
	position: relative;
	top: 86px;
	right: 32px;
	font-weight: bold;
}
	
#main-promo li .itstaffing h2{
	color: #000;
	font-size: 17px;
	line-height: 1.25em;
	text-align: right;
	position: relative;
	top: 75px;
	right: 32px;
}
#main-promo li .itstaffing h3{
	color: #000;
	font-size: 12px;
	text-align: right;
	position: relative;
	top: 85px;
	right: 32px;
}

#main-promo li .itstaffing a{
text-decoration: none;
}
#main-promo li .itstaffing a:hover{
text-decoration: underline;
}
#main-promo li .itstaffing a img{
 	position: relative;
	top: 2px;
	right: 0;
}


#main-promo li .sratsolutions {
	background: url(http://www.gtri.com/assets/images/index_images/stratsolutions_index002.jpg) no-repeat 0 0;
	width: 727px;
	height: 274px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	}
#main-promo li .sratsolutions h1{
	color: #FFF;
	font-size: 36px;
	text-align: right;
	position: relative;
	top: 86px;
	right: 32px;
	font-weight: bold;
}
	
#main-promo li .sratsolutions h2{
	color: #FFF;
	font-size: 17px;
	line-height: 1.25em;
	text-align: right;
	position: relative;
	top: 75px;
	right: 32px;
}
#main-promo li .sratsolutions h3{
	color: #FFF;
	font-size: 12px;
	text-align: right;
	position: relative;
	top: 85px;
	right: 32px;
}

#main-promo li .sratsolutions a{
text-decoration: none;
}
#main-promo li .sratsolutions a:hover{
text-decoration: underline;
}
#main-promo li .sratsolutions a img{
 	position: relative;
	top: 2px;
	right: 0;
}

#main-promo li .techintegrate {
		background: url(http://www.gtri.com/assets/images/index_images/techintegrat_index002.jpg) no-repeat 0 0;
	width: 727px;
	height: 274px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	}
#main-promo li .techintegrate h1{
	color: #000;
	font-size: 36px;
	text-align: right;
	position: relative;
	top: 86px;
	right: 32px;
	font-weight: bold;
}
	
#main-promo li .techintegrate h2{
	color: #000;
	font-size: 17px;
	line-height: 1.25em;
	text-align: right;
	position: relative;
	top: 75px;
	right: 32px;
}
#main-promo li .techintegrate h3{
	color: #000;
	font-size: 12px;
	text-align: right;
	position: relative;
	top: 85px;
	right: 32px;
}

#main-promo li .techintegrate a{
text-decoration: none;
}
#main-promo li .techintegrate a:hover{
text-decoration: underline;
}
#main-promo li .techintegrate a img{
 	position: relative;
	top: 2px;
	right: 0;
}
#main-promo li {
	position: absolute;
	top: 0;
	left: 0;
	width:727px; /* important */
	height:274px; /* important */
	background: #000;
	color: #fff;
	padding: 10px;
	text-decoration: none;
}

#main-promo-prev {
	position: absolute;
	display: block;
	top: 240px;
	right: 50px;
	background: #1c1e33;
	padding: 2px;
	width: 10px;
	height: 17px;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#main-promo-next {
	position: absolute;
	display: block;
	top: 240px;
	right: 32px;
	background: #1c1e33;
	padding: 2px;
	width: 10px;
	height: 17px;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
			