div#glider {
	position:relative;
	width: 981px;
	height: 387px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
}
div.scroller {
	width: 981px;
	height: 387px;
	overflow: hidden;
	color:#fff;
	position:relative;
	margin-top:30px;
}
div.scroller div.section {
	width:981px;
	height:387px;
	overflow:hidden;
	float:left;
	background:url(../images/bg-glider.jpg) bottom right no-repeat;
	position:relative;
}
div.scroller div.section h3 {
	width:141px;
	height:140px;
	position:absolute;
	top:0;
	left:0;
	text-indent:-10000px;
}
div.scroller div.section h3.foto {
	background:url(../images/ribbon-foto.png);
}
div.scroller div.section h3.web {
	background:url(../images/ribbon-web.png);
}
div.scroller div.slides {
	width: 10000px;
}
.bigShot {
	width:725px;
	height:376px;
	margin:6px;
	float:left;
}
.slideText {
	float:left;
	width:208px;
	height:357px;
	padding:15px;
	font-size:13px;
	position:relative;
}
.slideText h4 {
	text-transform:uppercase;
	margin-bottom:25px;
	font-weight:normal;
	line-height:30px;
	font-size:26px;
	color:#c2f7ff;
}
.slideText p {
	margin-bottom:25px;
}
.slideText ul {
	list-style:none;
	font-style:italic;
}
.slideText ul li {
	padding-left:22px;
	line-height:20px;
	background:url(../images/bg-li.gif) no-repeat center left;
}
.slideText a.slideDetail {
	position:absolute;
	bottom:6px;
	right:6px;
	color:#86a6ab;
}
.slideText a.slideDetail:hover {
 color:#fff;
 text-decoration:none;
}
.prev {
	
	width:46px;
	height:87px;
	background:url(../images/but-next.png);
	display:block;
	position:absolute;
	z-index:1;
	top:154px;
	left:0;
	left:685px;
	text-indent:-10000px;

}
.next {
		width:46px;
	height:87px;
	background:url(../images/but-prev.png);
	display:block;
	position:absolute;
	top:154px;
	left:6px;
	z-index:1;
	text-indent:-10000px;
}

