﻿
#hWrapper
{
  /*width: 108%;
  margin-left: 0%;*/
  margin-bottom: 20px;
}

.jscarousal-horizontal
{
    width: 100%;
    height: 240px;
    padding: 0;
    position: relative; 
    border-radius: 10px;
    padding-bottom: 40px;
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
    float: left;
    width: 21px;
    height: 118px;
    position: relative;
    top: 21px;
    cursor: pointer;
}

.jscarousal-contents-horizontal{ width:94.5% !important;height: 240px;float: left;position: relative;overflow: hidden;}
.jscarousal-horizontal-back{background-image: url(../images/left_arrow.png);background-repeat: no-repeat;background-position: left;margin-top: 70px;width: 2.5%;height: 28px;overflow: hidden;transition-duration: 0.8s;transition-property: transform;}
.jscarousal-horizontal-back:hover{transform: rotate(360deg);}
.jscarousal-horizontal-forward{background-image: url(../images/right_arrow.png);background-repeat: no-repeat;background-position: right;margin-top: 70px;width: 2.5%;height: 28px;}
.jscarousal-horizontal-back:hover{background-image: url(../images/left_arrow_back.png);background-repeat: no-repeat;background-position: left;margin-top: 70px;width: 2.5%;height: 28px;}
.jscarousal-horizontal-forward:hover{background-image: url(../images/right_arrow_back.png);background-repeat: no-repeat;background-position: right;margin-top: 70px;width: 2.5%;height: 28px;}


.jscarousal-contents-horizontal > div
{
  position: absolute;
  width: 100%;
 padding: 2px 0px;
  margin: 0 auto !important;
}
.jscarousal-contents-horizontal > div > div
{
  width: 23%;
    float: left;
    margin-left: 1%;
    margin-right:1%;
    padding: 1%;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    position: relative; 
    background: #fff;
    overflow: hidden;
    text-align: center;
}
.jscarousal-contents-horizontal img
{
    width:100%;
    height: 150px;
    border-bottom: none;
    background: white;
    border: 1px solid #E7E7E7;
}

.jscarousal-contents-horizontal span
{
    font-family: 'Trebuchet MS' , Helvetica, sans-serif;
    margin-top: 5px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 14px;
}

.mobile_Slider ul li
{
    display: inline-block;
    list-style: none;
    
}

.mobile_Slider ul li div
{
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    position: relative;
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    background: #fff;
    overflow: hidden;
    text-align: center;
}

.mobile_Slider ul li div img
{
    width: 164px;
    height: 150px;
    border-bottom: none;
    background: white;
    border: 1px solid #E7E7E7;
}

/*Horizontal Orientation CSS Ends*/

/*Common*/
.hidden
{
    display: none;
}
.visible
{
    display: block;
}
.thumbnail-active
{
    filter: alpha(opacity=100);
    opacity: 1.0;
    cursor: pointer;
}
.thumbnail-inactive
{
    filter: alpha(opacity=20);
    opacity: 0.2;
    cursor: pointer;
}
.thumbnail-text
{
    color: #7A7677;
    font-weight: bold;
    text-align: left;
    display: block;
    padding: 10px 2px 2px 0px;
}
#demo-wrapper
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    padding: 40px 20px 0px 20px;
}

#demo-right
{
    width: 85%;
    float: left;
}
#hWrapperAuto
{
    margin-top: 20px;
}
#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;
}
#v1, #v2
{
    margin: 20px;
}
.visible
{
    display: block;
}
.hidden
{
    display: none;
}
#oldWrapper
{
    margin-left: 100px;
}
