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

div#feature_list
{
    width: 733px;
    height: 150px;
    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: 0px;
	padding: 2px;
	display: none;
	width: 0px;
}

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

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

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

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

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

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

ul#output
{
    left: 0;
    width: 733px;
    height: 150px;
    position: relative;
	text-align: left;
}

ul#output li
{
    position: absolute;
    width: 733px;
    height: 150px;
	list-style: none;
}
	ul#output li img{
		float: left;
	}

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

ul#output li a:hover
{
    background: #333;
	opacity: 0.5;
}

#page{
	position: relative;
	z-index: 1;
}
