@charset "utf-8";
/*  
Photoshop Lab | Champ - Homepage Styles
*/

#feature {
	height: 271px;
	overflow: hidden;
	position: relative;
	width: 343px;
	}
#frame {
	background: url(images/feature-frame.png) center center no-repeat;
	height: 266px;
	position: absolute;
	top: 0;
	width: 644px;
	}


#strip {
	left: 0;
	position: absolute;
	}
	.slide {
		height:271px;
		position: relative;
		width: 343px;
		}

	.slide .details {
		bottom: 0px;
		color: #fafafa;
		padding: 20px;
		position: absolute;
		right: 0;
		width: 700px;
		z-index: 20;
		}
		.slide .details h3 { margin: 0; }
		.slide .details h3 a { color: #fcfcfc; text-decoration: none; }
		.slide .details h3 a:hover { color: #fff; text-decoration: underline; }
		.slide .details p { margin-bottom: 0; padding-bottom: 0; }
			
ul#triggers {
	left: 10px;
	list-style-type: none;
	position: absolute;
	text-align:center;
	top: 10px;
	z-index: 20;
	}
	ul#triggers li a {
		display: block;
			text-align:center;
		height: 61px;
		width: 148px;
		}
		ul#triggers li a.active { background: #ff9015; }
	ul#triggers li.middle a { margin: 30px 0; }

