.Glider {
	display: block;
	overflow: visible;
	position: relative;
	width: 970px;
	height: 370px;
	text-align: center;
	margin: 0px;
}

#GliderContainer {
	position: absolute;
	width: 950px;
	height: 350px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	z-index: 100;
	margin: 10px;
}

.GliderItem {
	display: block;
	width: 950px;
	height: 350px;
	overflow: hidden;
	text-align: left;
	opacity: 0;
}

.GliderBackground {
	display: block;
	overflow: hidden;
	width: 950px;
	height: 350px;
	text-align: left;
}

.GliderContent {
	position: absolute;
	display: block;
	width: 450px;
	bottom: 30px;
	left: 90px;
	padding: 0px;
	text-align: left;
	background: transparent url(../../images/layout/bg_glider_content.png) repeat center;
}

.GliderImage {
	display: block;
	float: right;
	margin-left: 20px;
}

.GliderTitle {
	display: block;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #5e2310;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px;
}
A.GliderTitle:link {}
A.GliderTitle:visited {}
A.GliderTitle:hover {
	text-decoration: none;
	color: #5e5757;
}

.GliderText {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #5e5757;
	line-height: 19px;
	text-align: left;
}

.GliderMore {
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #5e2310;
	line-height: 16px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: transparent url(../../images/layout/bg_more.png) no-repeat left center;
}
A.GliderMore:link {}
A.GliderMore:visited {}
A.GliderMore:hover {
	text-decoration: none;
	color: #5e5757;
}

#GliderPrevious {
	position: absolute;
	width: 70px;
	height: 60px;
	display: block;
	overflow: hidden;
	left: 0px;
	bottom: 50px;
	z-index: 200;
	margin-left: -20px;
	cursor: pointer;
	background: transparent url(../../images/layout/bg_glider_previous.png) no-repeat center;
}
#GliderPrevious.over {
	background: transparent url(../../images/layout/bg_glider_previous_over.png) no-repeat center;
}

#GliderNext {
	position: absolute;
	width: 70px;
	height: 60px;
	display: block;
	overflow: hidden;
	right: 0px;
	bottom: 50px;
	z-index: 200;
	margin-right: -20px;
	cursor: pointer;
	background: transparent url(../../images/layout/bg_glider_next.png) no-repeat center;
}
#GliderNext.over {
	background: transparent url(../../images/layout/bg_glider_next_over.png) no-repeat center;
}

#GliderBullets {
	position: absolute;
	width: 950px;
	height: 20px;
	display: block;
	overflow: hidden;
	right: 20px;
	top: 20px;
	z-index: 300;
	text-align: right;
}

#GliderBullets ul {
	padding: 0px;
	margin: 0px;
	background: none;
	list-style-image: none;
}

#GliderBullets ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	background: none;
}

#GliderBullets ul li a {
	margin: 0px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	padding: 0px 10px;
	text-decoration: none;
	background: transparent url(../../images/layout/bg_glider_bullet.png) no-repeat center;
}
#GliderBullets ul li a.active {
	text-decoration: none;
	background: transparent url(../../images/layout/bg_glider_bullet_over.png) no-repeat center;
}
#GliderBullets ul li a:hover {
	text-decoration: none;
	background: transparent url(../../images/layout/bg_glider_bullet_over.png) no-repeat center;
}