@charset "UTF-8";
/* CSS Document */


#sliderwrapper
{
	height:530px;
	background-position:bottom;
	background-repeat:no-repeat;
}

/* Easy Slider */
#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:960px;
	height:250px;
	overflow:hidden; 
}	
/* numeric controls */	

ol#controls{
	margin:1em 0;
	padding:25px 0 0;
	height:117px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0 27px;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls #controls1 {
	width:256px;
	height:120px;
	background-image:url(/images/tab_intellidress.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
ol#controls #controls1.current {
	width:256px;
	height:120px;
	background-image:url(/images/tab_intellidress_on.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
ol#controls #controls2 {
	width:256px;
	height:120px;
	background-image:url(/images/tab_intellimerge.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
ol#controls #controls2.current {
	width:256px;
	height:120px;
	background-image:url(/images/tab_intellimerge_on.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
ol#controls #controls3 {
	width:256px;
	height:120px;
	background-image:url(/images/tab_intellibase.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
ol#controls #controls3.current {
	width:256px;
	height:120px;
	background-image:url(/images/tab_intellibase_on.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
ol#controls li a{
	width:256px;
	height:120px;
	display:block;
	float:left;
}
ol#controls li.current a{
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
ol#controls span { 
	position:absolute;
	left:-9999px;
}
/* // Easy Slider */
#slider .slidertext 
{
	width:500px;
	color:#666;
	margin:40px 10px 10px 34px;
	font-size:1.1em;
	float:left;
}
.slidercontent {
	padding:25px 0 0;
	overflow:hidden;
}
#slider .slidertext span.large {
	color:#3e3e3e;
	font-size:1.7em;
	margin:0;
	padding:0;
	width:450px;
}
#slider .prodlogo 
{
	width:329px;
	margin:10px 39px 0 0;
	height:107px;
	text-align:center;
	float:right;
}
#slider .prodlogo .button 
{
	padding:25px 0;
}