﻿.ss-show-wrap	{
	position: relative;
	margin: 0 0 30px;
}
.ss-slider	{	
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	display:block;
	overflow:hidden;
}
.ss-slider a:focus { outline: none; }
.ss-slider img	{
	display:block;
	padding:0!important;
	margin:0;
	border: none;
	overflow:hidden!important;
}
.sexyslider-title	{
	padding: 8px 5px;
	font-size: 12px;
	line-height: 16px;
}
.ss-slider-controls-wrap	{
	height:16px;
	position:absolute;
	z-index:300;
	list-style:none;
	margin:0!important;
	padding:0!important;
	text-align: center;
}
.ss-slider-controls-wrap div	{
	margin: 0 auto!important;
	display: block;
	height: 16px;
	position: relative!important;
}
.ss-slider-controls a{
	display:block;
	width:8px;
	height:8px;
	float:left;
	margin: 0 3px!important;
	padding: 0!important;
	cursor:pointer;
	list-style: none;
	text-indent: -9999px;
}
.ss-slider-controls li.sexyslider-control, .blue_round a	{ /*default style*/
	background:url(images/dots_blue_round.png) no-repeat;
}
.blue_square a{
	background:url(images/dots_blue_square.png) no-repeat!important;
}
.green_round a{
	background:url(images/dots_green_round.png) no-repeat!important;
}
.green_square a{
	background:url(images/dots_green_square.png) no-repeat!important;
}
.gray_round a{
	background:url(images/dots_gray_round.png) no-repeat!important;
}
.gray_square a{
	background:url(images/dots_gray_square.png) no-repeat!important;
}
.black_round a{
	background:url(images/dots_black_round.png) no-repeat!important;
}
.black_square a{
	background:url(images/dots_black_square.png) no-repeat!important;
}
.ss-slider-controls a.active	{
	background-position: -8px 0!important;
}
.ss-paginator	{
	position: absolute;
	height: 0px;
	margin-bottom: 30px;
	line-height: 30px;
	z-index: 400;
	
}
.ss-paginator a	{
	color: #000;
	text-decoration: none;
}
.ss-paginator .sexyslider-prev, .ss-paginator .sexyslider-next{
	width:54px;
	height: 83px;
	color:#000;
	margin-top:-32px;
	position:absolute;
	z-index:4;
	cursor:pointer;
}
.ss-paginator .sexyslider-prev{
	left: 0;
	text-align: right;
	padding-right: 10px;
	background-position: 0 0;
}
.ss-paginator .sexyslider-next{
	right: 0!important;
	background-position: -64px 0!important;
	text-align: left;
	padding-left: 10px;
}
.black_button .sexyslider-prev, .black_button .sexyslider-next	{
	background: url('images/prev-next-black-button.png');
	color: #f0f0f0;	
	outline: none;
}
.gray_button .sexyslider-prev, .gray_button .sexyslider-next	{
	background: url('images/prev-next-gray-button.png');	
}
.gray_arrow .sexyslider-prev, .gray_arrow .sexyslider-next	{
	background: url('images/prev-next-arrow-gray.png');	
	width: 22px!important;
	height: 32px;
	background-repeat: no-repeat;
}
.black_arrow .sexyslider-prev, .black_arrow .sexyslider-next	{
	background: url('images/prev-next-arrow-black.png');
	width: 22px!important;
	height: 32px;
	background-repeat: no-repeat;	
	text-indent: -9999px;
}
.black_arrow .sexyslider-prev	{
	left: 10px;
}
.gray_arrow .sexyslider-prev	{
	left: 10px;
}
.gray_arrow .sexyslider-next, .black_arrow .sexyslider-next	{
	background-position: -32px 0!important;
	right: 10px!important;
}