/*******************************************************************************************/
/*
/*		This template/design is released under the Creative Commons Attribution 3.0 license. 
/*		This means that it can be used for private and commercial purposes, edited freely 
/*		or redistributed as long as you keep the link back to AS Designing. 
/*		For more info please see our terms of use: http://www.astemplates.com/terms.php
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Email: info@asdesigning.com
/*
/**************************************************************************************/

#slideshow
{
	width: 950px;
	height: 320px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	background-image: url(../images/slideshow_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#fading 
{
	text-align: left;
	width: 950px;
	height: 310px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	position: relative;
	overflow: hidden;
	background:transparent;	
}

#fading img 
{
}

	
#fading ul.pagination 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	height: 277px;
	position: absolute;
	top: 13px;
	left: 635px;
}

#fading ul.pagination li 
{
	width: 292px;
	height: 91px;
	overflow: hidden;
	text-align: center;
	margin: 0px 0px 1px 1px;
}

#fading ul.pagination li a 
{
	display: block;
	width: 292px;
	height: 91px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	background-position: 0% 0% !important;
	filter: alpha(opacity=30);
	opacity: 0.3;
	border: none;
}

#fading ul.pagination li.current a, 
#fading ul.pagination li a:hover 
{
	background-position: 0% 0% !important;
	filter: alpha(opacity=100);
	opacity: 1;
	border: none;	
}

#fading ul.pagination li img 
{
	float: left;
	margin: 0 ;
}

