/* Slider */
#slider-wrapper .container {
	height:330px; 
	background:url(../images/gallery_bg.jpg) no-repeat; 
	overflow:hidden; 
}

#slider-wrapper {
	clear:both;
	height: 330px;
	background:url(../images/portfolio_bg.png) repeat-x;
	margin:auto;
}

#slider-wrap {
	overflow:hidden;
	width:955px;
	position:relative;
	margin-left: 6px;
	background-image: url(../images/gallery_bg.jpg);
	background-color: #FFFFFF;
}
#slider {
	position:relative;
	height:330px;
}
#slider ul li {
	list-style:none;
	width:955px;
	height:330px;
	overflow:hidden;
	position:relative;
	margin: 0px;
	padding: 0px;
}


#prevBtnMain a, #nextBtnMain a {
	z-index:1002;
	display:block;
	position:absolute;
	top:0px;
	width:35px;
	height:330px;
}
#nextBtnMain a {
	background:url(../images/slider-right.png);
	right:0px;
}
#prevBtnMain a {
	background:url(../images/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/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;
}
