/*---Powered - www.acefxlab.com & www.syntaximagination.com ---*/

div#feature_list
{
    width: 731px;
    height: 300px;
    overflow: hidden;
    position: relative;
	text-align: left;
}

div#feature_list ul
{
    position: absolute;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#tabs
{
    right: 0;
    z-index: 2;
    width: 180px;
	padding: 5px;
	list-style: none;
}

ul#tabs li
{
    font-size: 12px;
    font-family: Arial;
	border: solid 1px #333;
	background: url(../../images/slide_bg.jpg) repeat-x;
	list-style: none;
	padding-bottom: 0;
}

ul#tabs li img
{
    padding: 5px;
    border: none;
    float: left;
    margin: 5px 10px 0 0;
}

ul#tabs li a
{
    color: #222;
    text-decoration: none;
    display: block;
    padding: 5px;
    height: 48px;
    outline: none;
	list-style: none;
}

ul#tabs li a:hover
{
    text-decoration: underline;
	list-style: none;
}

ul#tabs li a.current
{
    color: #FFF;
	background: #333;
	list-style: none;
}

ul#tabs li a.current:hover
{
    text-decoration: none;
    cursor: default;
	list-style: none;
}

ul#output
{
    left: 0;
    width: 551px;
    height: 300px;
    position: relative;
	text-align: left;
	background: #333;
	float: left;
}

ul#output li
{
    position: absolute;
    width: 551px;
    height: 300px;
	background: #333;
	list-style: none;
	text-align: left;
	padding-left: 0px;
}
	ul#output li img{
		float: left;
	}

ul#output li a
{
    position: absolute;
    bottom: 5px;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 11px;
    color: #FFF;
	/*width: 516px;*/
	right: 0;
	opacity: 0.5;
    -moz-border-radius: 5px;
	list-style: none;
}

ul#output li a:hover
{
    background: #FFF;
	color: #333;
	opacity: 1;
	list-style: none;
}