@charset "UTF-8";
/* CSS Document */
/* Freeborders - Hompeage Content Sliders */
/* Created by Fathom SEO */
/* August 7, 2009 */

#china-outsourcing {
	background: url('images/2009_0807_chinaoutsourcing-bg.jpg') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	height: 238px;
	margin: 0px;
	padding: 0px;
	width: 574px;
}

#num1-outsourcing {
	background: url('images/2009_0807_num1outsourcing-bg.jpg') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	height: 238px;
	margin: 0px;
	padding: 0px;
	width: 574px;
}

#chindus {
	background: url('images/2009_0807_chindus-bg.jpg') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	height: 238px;
	margin: 0px;
	padding: 0px;
	width: 574px;
}

#slider-left {
	width: 298px;
	float: left;
}

#slider-left #title {
	color: #012a43;
	font-size: 14px;
	margin: 17px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

#slider-right {
	color: #c0c7ce;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 0px 0px 310px;
	padding: 0px 5px 0px 0px;
}

#slider-right #title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 12px;
}

#slider-right a {
	color: #c0c7ce;
	outline: none;
	text-decoration: none;
}

#slider-right a:hover {
	text-decoration: underline;
}

#learn-more {
	vertical-align: 15%;
}


/****** Content Slider Style *****/

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
margin-bottom: 5px;
width: 574px; /*width of featured content slider*/
height: 238px;
}

html>/**/body .sliderwrapper{
height: 268px;	
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 574px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#paginate-slider1 {
	display: none;	
}

.pagination{
	position: absolute;
	bottom: 35px;
	right: 10px;
}

.pagination a{
	outline: none;
	text-decoration: none;
}

.pagination a:hover, .pagination a.selected{
text-decoration: underline;
}

.pagination-text {
	display: inline-block;
	height: 23px;
	padding: 0px 2px 0px 2px;
	vertical-align: 15%;
}

html>/**/body .pagination-text{
	vertical-align: 45%;	
}

/****** End Content *****/