/*
Bakerboys Dist Home Stylesheet

URL: 		http://bakerboysdist.com
Created by: 	Foxxyz/Ivo KH Janssen
For:		The Code Dealers
		The Plant System
Site Design by:	The Code Dealers

http://codedealers.com

*/

#featured {
	width: 900px;
	height: 392px;
	color: inherit;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: solid 1px #760E12;
}

	#featured br {
		display: none;
	}

	#featured h2 {
		display: none;
	}

	#featured .itemlinks {
		position: absolute;
		right: 10px;
		bottom: 30px;
		z-index: 200;
	}

			#featured .itemlinks li {
				display: block;
				cursor: pointer;
				width: 26px;
				height: 26px;
				float: left;
				margin-right: 2px;
			}

			#featured .itemlinks li.first {
				margin-left: 0;
			}

				#featured .itemlinks li.active a {
					background-color: #fff;
					color: #000;
				}

				#featured .itemlinks li:hover {
					border-color: #88714A;
				}

				#featured .itemlinks li a {
					display: block;
					width: 26px;
					height: 26px;
					line-height: 26px;
					text-align: center;
					background-color: #B0141A;
					color: #fff;
					text-decoration: none;
				}

			#featured .itemlinks li:hover a {
				display: block;
			}

			#featured .itemlinks li a:focus {
				outline-style: none;
			}

	#featured .items {
		width: 900px;
		height: 392px;
		margin: 0 auto;
		position: relative;
	}

		#featured .items li {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 900px;
			height: 392px;
		}

		#featured .items a {
			display: block;
		}

			#featured .items a img {
				display: block;
				border: none;
			}

		#featured .items span {
			display: none;
			position: absolute;
			bottom:0;
			left: 0;
			text-align: left;
			color:#fff;
			font-family: impact, sans-serif;
			text-transform: uppercase;
			background: transparent url(/app/css/images/home-transparency.png) repeat 0 0;
			font-size:24px;
			padding: 10px 10px 10px;
			width: 900px;
		}
