﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 100%;
	height: 130px;
	margin: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}

.jscarousal-contents-horizontal
{
	width: 100%;
	height:auto;
	position: relative;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	margin-top: 20px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin: 0px;
}

/*Horizontal Orientation CSS Ends*/


/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}


/* Edit this  */

 #demo-wrapper
        {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
        }
        #demo-left
        {
            width: 15%;
        }
        #demo-right
        {
            width: 85%;
            float: left;
        }

        #demo-tabs
        {
            width: 100%;
            height: 50px;
            color: White;
            margin: 0;
            padding: 0;
        }
        #demo-tabs div.item
        {
            height: 35px;
            float: left;
            background-color: #2F2F2F;
            border: solid 1px gray;
            border-bottom: none;
            padding: 0;
            margin: 0;
            margin-left: 10px;
            text-align: center;
            padding: 10px 4px 4px 4px;
            font-weight: bold;
        }
        #contents
        {
            width: 100%;
            margin: 0;
            padding: 0;
            color: White;
            font: arial;
            font-size: 11pt;
        }
        #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;
        }


#carouselitem {
	padding: 20px 90px;
	background: none repeat scroll 0 0 #F4F4F4;
	border-radius: 15px;
}

#carouselitem a, #carouselitem a:hover {
	text-decoration:none;
}

#carousel-image{
	float:left;
	width:69px;
	height: 69px;
	
}