/*******************************************************************************************/
/*
/*        Designed by 'AS Designing'
/*        Web: http://www.asdesigning.com
/*        License: GNU/GPL
/*
/*******************************************************************************************/

#slideshow
{
	float: none;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	z-index:0;
	
}

#slideshow #as_slider 
{
	margin: 0px auto 0px auto;
	width: 0px;
  height: 0px;
}

#slideshow #as_slider .as_nivoSlider 
{
	position: relative;
	background:  url(/includes/default/loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

#slideshow #as_slider .as_nivoSlider img 
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#slideshow #as_slider .as_nivoSlider a 
{
	border: 0;
	display: block;
}

#slideshow #as_slider .as_nivo-slice 
{
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}

#slideshow #as_slider .as_nivo-box 
{
	display: block;
	position: absolute;
	z-index: 5;
}

#slideshow #as_slider .as_nivo-caption 
{
	width: 350px;
	height: 34px;
	line-height: 20px;
	position: absolute;
	left: 0px;
	top: 200px;
	padding: 5px;
	background: #000000;
	color: #ffffff;
	opacity: 0.8;
	z-index: 8;
}

#slideshow #as_slider .as_nivo-caption p 
{
	margin: 0px;
}

#slideshow #as_slider .as_nivo-caption a 
{
	display: inline !important;
    color: #fff;
    border-bottom: 1px dotted #fff;	
}

#slideshow #as_slider .as_nivo-html-caption 
{
    display: none;
}

#slideshow #as_slider .as_nivo-caption a:hover 
{
    color: #fff;
}

#slideshow #as_slider .as_nivo-directionNav a 
{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;	
	background: url(/includes/default/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

#slideshow #as_slider .as_nivo-prevNav 
{
	left: 0px;
}

#slideshow #as_slider a.as_nivo-prevNav 
{
	left: 15px;
}

#slideshow #as_slider .as_nivo-nextNav 
{
	right: 0px;
}

#slideshow #as_slider a.as_nivo-nextNav 
{
	background-position: -30px 0;
	right: 15px;
}

#slideshow #as_slider .as_nivo-controlNav 
{
	position: absolute;
  margin-left: -100px;
	display: block;
	left: 50%;
	z-index:30;
	bottom:-40px;
}
#slideshow #as_slider .as_nivo-controlNav a.as_nivo-controlleft
{
	position: relative;
	cursor: pointer;
	display: block;
	width: 62px;
	height: 18px;
	background: url(/includes/default/bulletsleft.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;	
}
#slideshow #as_slider .as_nivo-controlNav a.as_nivo-controlright
{
	position: relative;
	cursor: pointer;
	display: block;
	width: 62px;
	height: 18px;
	background: url(/includes/default/bulletsright.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;	
}


#slideshow #as_slider .as_nivo-controlNav a 
{
	position: relative;
	cursor: pointer;
	display: block;
	width: 62px;
	height: 18px;
	background: url(/includes/default/bullets2.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;	
}

#slideshow #as_slider .as_nivo-controlNav a.active 
{
	font-weight: bold;
	background-position: 0 -20px;	
}

#slideshow .as_nivoSlider a.as_nivo-imageLink 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
}