@charset "utf-8";
/**
	Planet Photoshop Slideshow Styles
**/


/*	| FEATURES
	----------------------------------------	*/
#feature_wrapper {
	
	height: 275px;
	margin-bottom: 0px;
	margin-left: 14px;
	margin-top: 14px;
	width: 530px;
	}
ul#feature_nav {
	background: url(feature/bg.png) repeat;
	clear: both;
	float: left;
	padding:5px;
	margin: 0;
	position: relative;
	left: 0px;
	margin-top: -325px;
	width: 62px;
	height:266px;
	z-index: 500;
	}
	ul#feature_nav li {
		clear: both;
		border-bottom: 0;
		border-top: 0;
		display: block;
		width: 60px;
		margin: 0;
		list-style: none;
		}
			
	ul#feature_nav li a {
		color: #777988;

		float: left;
		font: bold 11px Arial, Helvetica, sans-serif;
		height: 60px;
		margin-bottom: 8px;
		padding: 0;
		text-align: center;
		width: 100%;
		}
		ul#feature_nav li a.active {
			color: #3375a7;
			}
			
		ul#feature_nav li a img {
			border: 1px solid #626262;
			}
			
		ul#feature_nav li a.active img {
			border: 1px solid #000;
			}
ul#features {
	clear: left;
	float: left;
	height: 325px;
	list-style-type: none;
	overflow: hidden;
	position: relative;
	width: 568px;
	margin: 0;
	padding: 0;
	}
	ul#features li {
		display: block;
		float: left;
		height: 325px;
		position: absolute;
		top: 0;
		width: 568px;
		padding: 0;
		margin: 0;
		}
		ul#features li#f1 { left: 0px; z-index: 1; }
		ul#features li#f2 { left: 568px; z-index: 2; }
		ul#features li#f3 { left: 568px; z-index: 3; }
		ul#features li#f4 { left: 568px; z-index: 4; }
		
		ul#features li img {
			position: absolute;
			top: 0;
			left: 0;
			}
		
	ul#features li div.wrap {
		background: #fff;
		clear: left;
		float: left;
		height: 325px;
		padding: 0 20px;
		width: 568px;
		}
	ul#features li .meta {
		background: #f7f7f7;
		display: block;
		float: left;
		margin: 1.2em 0.8em 0 0;
		padding: 0;
		width: 568px;
		}
		ul#features li .meta h5 {
			margin: 0.3em 1em;
			}
		ul#features li .meta img {
			padding: 0;
			}
	ul#features li h1 {
		line-height: normal;
		margin: 0.4em 0 0.3em 0;
		}
		ul#features li h1 a {
			color: #e5420b;
			}
		ul#features li h1 a:hover {
			color: #ff7800;
			}
	ul#features li p {
		font: normal 1.6em Arial, Helvetica, sans-serif;
		}
		
	ul#features li div.feature-desc {
		background: url(feature/bg.png) repeat;
		color: #fff;
		font-size: 0.9em;
		padding: 12px 40px 10px 12px;
		position: absolute;
		left: 115px;
		top: 180px;
		width: 363px;
	
		}
		ul#features li div.feature-desc a h2 {
			color: #eaeaea;
			font-size: 1.8em;
			margin: 0;
			margin-bottom: 4px;
			text-decoration: none;
			}
			
			ul#features li div.feature-desc a h2:hover {
				color: #7dc40d;
				}
			
		ul#features li div.feature-desc p {
			font-size: 1.1em;
			line-height: 16px;
			margin: 0;
			padding: 0;
			}
			
			ul#features li div.feature-desc p a {
				color: #7dc40d;
				text-decoration:none;
				}
				
			ul#features li div.feature-desc p a:hover {
				color: #32738a;
				}
		
		