#content {
	width: 727px;
	background: #FFF;	
	border: 1px solid #d3e2f0;
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
#tabs h3 {
	margin: 0;	
	font-family:Arial,Verdana,Tahoma,serif;
	font-size: 12px;
	padding-left:24px;
	padding-right:4px;
	padding-top:8px;
	padding-bottom:3px;
}
div#feature_list {
	width:727px;
	height: 260px;
	overflow: hidden;
	position: relative;
}
div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}
ul#tabs {
	right: 0;
	z-index: 2;
	width: 236px;
	background:#eeeeee;
}
ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}
ul#tabs li img {
	border: none;
	float: left;
	margin-right:10px;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	height: 65px;
	outline: none;
}
ul#tabs li a:hover {
	text-decoration: underline;
	background:#ffffff;
	color:#333333;
}
ul#tabs li a.current {
	background:url("../images/arrow_scrpt2.png");
	color: #ffffff;
}
ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
ul#output {
	left: 0;
	width: 491px;
	height: 260px;
	position: relative;
}
ul#output li {
	position: absolute;
	width: 491px;
	height: 260px;
}
.scrpt_caption
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background:url("../images/bg-script-hm.png") repeat-x;
	width:491px;
	height:80px;
	/*padding-left:13px;
	padding-right:4px;*/
}
ul#output li .scrpt_caption a {
	color:#ffffff;
	font-family:Verdana,Arial,Tahoma,serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin-left:8px;
	margin-right:4px;
	margin-top:3px;
}
ul#output li a:hover {
	text-decoration:underline;
}
.scrpt_desc
{
	font-family:Arial,Verdana,Tahoma,serif;
	font-size:12px;
	color:#ffffff;
	padding:0px;
	margin-left:8px;
	margin-right:4px;
	margin-top:6px;
	margin-bottom:3px;
}