﻿
/* Easy Slider */

#slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider2{ margin-top:1em; }

#slider2 li {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 294px;
	height: 221px;
	overflow:hidden; 
}	
	
/* numeric controls */

ol#controls {
	margin: 0;
	padding: 0;
	height: 17px;

	position: absolute;
	margin-top: -220px;
	_margin-top: -224px;
	margin-bottom: -40px;
}

ol#controls li {
	height: 17px;
	float: left;
	margin: 0 5px 0 0; 
	padding: 0;
	list-style: none;
}

ol#controls li a {
	float: left;
	padding: 1px 5px;
	background: #d6d6d6;

	color: #00458e;
	font-size: 10px;
	text-decoration: none;
}

ol#controls li.current a {
	background: #00458e;

	color: #fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus { outline:none; }
	
/* // Easy Slider */






/* Easy Slider *

	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
	}

	#slider2{margin-top:1em;}

	#slider2 li{ 
		* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*
		width: 307px;
		height: 234px;
		overflow:hidden; 
	}

	/* numeric controls *

	ol#controls {
		margin: 0;
		padding: 0;
		height: 17px;

		position: relative;
		top: -239px;
		margin-bottom: -17px;
		left: 6px;
	}

	ol#controls li {
		height: 28px;
		float: left;
		margin: 0 5px 0 0; 
		padding: 0;
		list-style: none;
	}

	ol#controls li a {
		float: left;
		padding: 1px 5px;
		background: #daf3f8;

		color: #555;
		font-size: 10px;
		text-decoration: none;
	}

	ol#controls li.current a {
		background: #5dc9e1;

		color: #fff;
	}

	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus { outline:none; }
	
/* // Easy Slider */