﻿      #demo-right
        {
            width: 300px;
            float: left;
        }
       
        #demo-tabs
        {
            width: 100%PX;
            height: 50px;
            margin: 0;
            padding: 0;
        }
        #demo-tabs div.item
        {
            height: 35px;
			top:0px;
            float: left;
            background-color: #2F2F2F;
            border: solid 1px gray;
            border-bottom: none;
            padding: 0;
            margin: 0;
            margin-left: 10px;
            text-align: center;
            padding: 4px 4px 4px 4px;
            font-weight: bold;
        }
        
        #demo-tabs div.item.active-tab
        {
            background-color: Black;
        }
        #demo-tabs div.item.active-tabc
        {
            background-color: Black;
        }
       
        .visible
        {
            display: block;
        }
        .hidden
        {
            display: none;
        }
        #oldWrapper
        {
            margin-left: 100px;
        }
          
        .heading
        {
            font-size: 20pt;
            font-weight: bold;
        }




/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 300px;
	height: 200px;
	background:url(fondo%20carusel.jpg) no-repeat;
	margin: 0;
	padding: 0;
	padding: 2px 2px 2px 2px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 16px;
	height: 50px;
	color: White;
	position: relative;
	top:100px;
	cursor: pointer;
}





.jscarousal-horizontal-back
{
	background-image: url(left_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	z-index:100;
}
.jscarousal-horizontal-forward
{
	background-image: url(right_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	z-index:100;
}
.jscarousal-contents-horizontal
{
	top:0px;
	left:0px;
	width:300px;
	height: 200px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 124px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}
.jscarousal-contents-horizontal img
{
	margin-top:0px;
	width: 300px;
	height: 200px;
	
}
/*Horizontal Orientation CSS Ends*/



/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;

}
.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.2;

}
.thumbnail-text
{
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	color: #7A7677;
	text-align: left;
	display: block;
	margin-top:0px;
	margin-left:0px;
	text-align:justify;
	font-size:12px
	
	
}
