﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 660px;
	height: 145px;
	margin: 0;
	padding: 0;
	position: relative; 
    overflow: visible;
    float: right;
    
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 30px;
    height: 80px;
	top: 50%;
    margin: -40px 0 0 0;
	color: White;
	position: absolute;
	cursor: pointer;
    z-index: 100;
}
.jscarousal-horizontal-back
{
    padding: 0 !important;
	background: url(left_arrow.png) no-repeat center center;
    left: -15px;
}
.jscarousal-horizontal-forward
{
    padding: 0 !important;
	background: url(right_arrow.png) no-repeat center center;
	background-position: center center;
       right: -15px;
}
.jscarousal-contents-horizontal
{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
    height: 200px;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: auto;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin: 0 10px 0 0;
}
/*Horizontal Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
	padding-left: 5px;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}
.jscarousal-contents-horizontal > div img {
    width: 100%;    
}
.jscarousal-contents-horizontal > div a
{
    background: #fff;
    border-top: 1px solid #eee;
    cursor: pointer;
    padding: 5px;
    overflow: hidden;
    position: relative;
	display: block;
	width: 200px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 5px 0px #999999;
    box-shadow: 0px 3px 5px 0px #999999;
    /*behavior: url(css/PIE.htc);*/
}
.jscarousal-contents-horizontal > div a:hover .thumbnail-text
{
	bottom: 0;
    opacity: 1;
}
.testimonials  
{
    position: relative;
    z-index: 0;
    width: 873px;
    padding-left: 2px;
    margin-top: 7px;
    /*behavior: url(css/PIE.htc);*/
    position: relative;
    
}
#videoContainer
{
    z-index: 1000000 !important;    
}
#videoContainer video 
{
    -webkit-transform-style: preserve-3d;    
    -webkit-transform: translateZ(0);
}
.testimonial-box {
    background: #fff;
    float: left;
    position: relative;
    height: 129px;
    font-family: Helvetica;
    text-align: center;
    padding: 5px;
    overflow: hidden;
   position: relative;
   display: block;
   width: 200px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   border-top: 1px solid #eee;
   -webkit-box-shadow: 0px 3px 5px 0px #999999;
    box-shadow: 0px 3px 5px 0px #999999;  
    /*behavior: url(css/PIE.htc);*/  
}
.testimonial-box div {
    padding-top: 15px;
    position: absolute;
    height: 95%;
    top: -7px;
    padding-left: 5px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */    
    position: relative;
    /*behavior: url(css/PIE.htc);*/  
}
.testimonial-box .boxtitle {
    font-size: 25px;
    line-height: 35px;
}
.testimonial-box .boxtitle span {
    display: block;
    font-size: 20px;    
}
.testimonial-box img {
    padding: 10px 0;
    width: 80%;    
}