
/* ============================== Slider START =================================== */

#slider {position: relative;width: 660px; height:400px; padding: 0 0 30px 0;overflow: hidden;}

#faded {position: relative;width: 660px; height:400px; overflow: hidden;}

#faded .rap { height: 400px; } /*  Required: If fixed height, state it here */

#faded .desc {background: url(../images/slider-container.png) no-repeat 0% 0%;width: 660px;height: 60px; color: #333;font-size: 16px; position: absolute;
top: 350px; left: 0; font-size:13px;}
		
#faded .desc .inner {padding: 9px 32px 0 10px;}
		
#faded .desc b {float: right;padding: 34px 0 0 0;}
		
#faded .desc b a {background: url(../images/gallery-button.png) no-repeat 0% 0%;display: block;width: 82px;height: 29px;overflow: hidden;line-height: 26px;
font-size: 12px; font-weight: normal;text-align: center;text-decoration: none;color: #fff;	}
			
#faded .desc b a:hover {
					color: #000;
				}
				
#faded .desc strong {
			display: block;
			margin: 0 0 -2px 0;
			line-height: 1.2em;
			font-size: 27px;
			font-weight: normal;
			word-spacing: -1px;
			color: #000;
}
		
#faded .desc strong a {
				text-decoration: none;
				color: #000;
}
			
#faded .desc strong a:hover {
					color: #7ead01;
}
		
#faded .desc p {
			
			margin: 0;
			padding: 0; font-size:20px; 
}
		
#faded .desc p a {
				text-decoration: none;
				color: #fff;
				
}
			
#faded .desc p a:hover {
					text-decoration: underline;
}
				
ul.pagination {
	margin: 0;
	padding: 0; 
	list-style: none;
	position: absolute;
	top: 325px;
	right:10px;
	z-index: 100;
}

	ul.pagination li { 
		float: left;
		padding: 0 0 0 1px;
	}
	
		ul.pagination li a {
			background: url(../images/pagination.png) no-repeat 0% 0%;
			float: left;
			width: 31px;
			height: 27px;
			padding: 0;
			overflow: hidden;
			line-height: 26px;
			font-size: 12px;
			text-align: center;
			text-decoration: none;
			color: #000;
		}
		
			ul.pagination li a:hover { 
				background: url(../images/pagination.png) no-repeat 0% -27px;
				color: #000;
			}
		
			ul.pagination li.current a { 
				background-position: 0% -27px;
			}

/* =============================== Slider END ==================================== */
