.slider {
 top: 6px;
 width: 707px;
height: 260px;
}

ul {
	margin: 0px;
	padding: 0px;
}

.gallerySliderCounted {
	position: absolute;
	width: 200px;
    left: 20px;
    top: 230px;
	margin: 0px auto;
	z-index: 2;
}

.gallerySliderImage li {
 position: absolute;
	list-style:none;
	float:left;
	display:none;
}

.gallerySliderImage img {
	width: 472px;
	height: 260px;
}

.gallerySliderImaged {
	position:relative;
}

.gallerySliderHeader ul, .gallerySliderImage {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.gallerySliderHeadered {
	z-index: 3;
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
	color: white;
	font-size: 20px;
	font-family: segoe ui, tahoma, arial;
}

.gallerySliderHeader a {
	color: white;
}

.gallerySliderHeader li {
	list-style:none !important;
}

.gallerySliderHeader ul li{
	margin: 0px;
	padding: 0px;
	width: 203px;
}

.gallerySliderStared {
	height: 30px;
}

.starconfig {
	display: none;
	height: 20px;
}

.starconfig:first-child {
	display: block;
}

.gallerySliderTexted {
	position: absolute;
	margin-top: 90px;
	margin-left: 20px;
	width: 190px;
	color: white;
	z-index: 2;
	font-family: segoe ui, tahoma, arial;
	font-size: 13px;
	line-height: 1.5;
	text-align: justify;
}

.gallerySliderText {
	margin-top: 10px;
	padding: 0px;
	margin: 0px;
}

.gallerySliderText li {
	list-style:none;
}

.gallerySliderTexted a {
	color: white;
}

.gallerySliderImage li:first-child {
	display:block;
}

.gallerySliderCount li {
	float:left;
	padding: 4px;
	width: 3px;
	height: 3px;
	list-style:none;
	background: white;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 8px;
	cursor: pointer;
box-shadow: 0px 0px 2px #000000;
}

.activedCount{
	background: #239852 !important;
}

.gallerySliderMenu {
	position: relative;
	margin-left: 582px;
	margin-top: -99px;
	z-index: 2;
}

.gallerySliderMenu li {
	list-style: none;
	font-family: segoe ui, tahoma, arial;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 125px;
	text-align: center;
}

.gallerySliderMenu li a:link, .gallerySliderMenu li a:visited {
	color: white;
	text-decoration: none;
}

.gallerySliderMenu li:first-child {
	background: #359912;
}

.gallerySliderMenu li:hover {
	background: #4fab2f;
}

img {
	border: none;
	border: 0px;
}

.slider_text_nyil {
	position: absolute;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent; 
	border-right:13px solid #239852; 
	margin-left: 460px;
	margin-top: 30px;
	z-index: 3;
	width: 0px;
	height: 0px;
}

@-moz-document url-prefix() { 
  .gallerySliderMenu li {
		padding-top: 7px;
		padding-bottom: 7px;
  }
}