/* Tiny SlideShow */
#featurify span {
	display:none;
}
#featurify_wrapper {
	height:260px;
	overflow:hidden;
	position:relative;
}
#featurify_wrapper a:link, #featurify_wrapper a:visited {
	color:#27e3f9;
}
#featurify_wrapper a:hover {
	color:#fff;
}
#featurify_wrapper #summary {
	background:#000;
	color:#fff;
	height:1px;
	position:absolute;
	bottom:0;
	z-index:900;
	width:580px;
	
}
#featurify_wrapper #summary h3 {
	font-size:15px;
	font-weight:normal;
	margin:7px 10px;
	padding:0;
}
#featurify_wrapper #summary p {
	height:35px;
	line-height:18px;
	margin:0 10px;
	padding:0 0 5px;
	overflow:hidden;
}
#image {
	width:580px;
}
#image img {
	position:absolute;
	z-index:600;
	left:0;
	top:0
}
.imgnav {
	cursor:pointer;
	position:absolute;
	width:50px;
	height:195px;	
	z-index:800;
}
#imgprev {
	background:url(../images/left.gif) left center no-repeat;
	left:0;
}
#imgnext {
	background:url(../images/right.gif) right center no-repeat;
	right:0;
}
#imglink {
	background:#000;
	border:3px solid green;
	height:190px;
	width:580px;
	position:absolute;
	z-index:700;
}
#featurify_wrapper .linkhover {
	background:url(../images/link.gif) center center no-repeat;
}
/* Admin ReadMe */
#featurifyme {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#featurifyme h2 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 2px 0;
}
#featurifyme a {
	font-size:normal;
	font-weight:normal;
}
#featurifyme pre {
	border:1px solid #ccc;
	color:#f36;
	margin:3px 0 0;
	padding:5px;
}