/*******************************************************************************************/
/*
/*		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.comm
/*
/**************************************************************************************/

#slideshow
{
	float:left;
	width: 1000px;
	height: 255px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}

#fading 
{
	float:left;
	width: 920px;
	height: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 80px;
	position: relative;
	overflow: hidden;
	background:transparent;
}

#fading img 
{
}


ul.sliding
{
	width: 920px;	
}

ul.pagination 
{
	width: 60px;
	position: absolute;
	top: 30px;
	left: 0px;
}

ul.pagination li 
{
	width: 60px;
	height: 20px;
	overflow: hidden;
	list-style: outside;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

ul.pagination li a 
{
	display: block;
	width: 60px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

ul.pagination li.current a, 
ul.pagination li a:hover 
{
	background-position: 0% 0% !important;
	filter:alpha(opacity=40);
	opacity:0.4;
	margin: 0px 0px 0px -1px;
}

ul.pagination li img 
{
	float: left;
	margin: 0 ;
}

