/* Slider */
#slider-wrapper {
	clear: both;
	height: 330px;
	background-image: url(../images/backgrounds/slider-bg.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
	color: #000;
	}
#slider-wrap {
	overflow:hidden;
	width:1000px;
	position:relative;
	margin: auto;
	background-image: url(images/slider/Work/Aminocom_01.jpg);
	background-color: #000;
}
#slider {
	position:relative;
		height:330px;


}
#slider ul li {
	list-style:none;
	width:1000px;
	height:330px;
	overflow:hidden;
	position:relative;
	margin: 0px;
	padding: 0px;
}


#prevBtnMain a, #nextBtnMain a {
	display:block;
	position:absolute;
	top:0px;
	width:35px;
	height:330px;
}
#nextBtnMain a {
	background:url(../images/slider/slider-right.png);
	right:0px;
}
#prevBtnMain a {
	background:url(../images/slider/slider-left.png);
	left:0px;
}
#slider-image {
	z-index: 1;
	clear:none;
		margin-top:0px;

}
#slider-text {
	z-index: 1000;
	margin-left:575px;
	margin-top:110px;
	width:359px;
	clear:none;
	position: absolute;
	color: #FFF;
}
#slider-text h2 {
	font-size: 24px;
	color: #FFF;
	line-height: normal;
	font-weight: lighter;
	letter-spacing: 0em;
	word-spacing: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#slider-text h3 {
	font-size: 12px;
	color: #FFF;
	padding-top:10px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
}
#click-here {
	margin-top: 10px;	
}
#slider-text-left {
	z-index: 1001;
	margin-left:0px;
	width:350px;
	height:330px;
	padding-left: 50px;
	padding-top:50px;
	clear:none;
	position: absolute;
	background-image: url(../images/backgrounds/grey-background.png);
	color: #FFF;
}
#slider-text-left h2 {
	font-size: 16px;
	color: #FFF;
	line-height: normal;
	font-weight: bold;
}
#slider-text-left p {
	padding-top:10px;
	width: 300px;
	font-size: 11px;
	color: #FFF;
	line-height: normal;
}
