.ui-body-c, .ui-overlay-c {
border:none;
color: #333;
text-shadow: 0 1px 0 #fff;
background: #FFF;
background-image: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#FFF));
background-image: -webkit-linear-gradient(#FFF,#FFF);
background-image: -moz-linear-gradient(#FFF,#FFF);
background-image: -ms-linear-gradient(#FFF,#FFF);
background-image: -o-linear-gradient(#FFF,#FFF);
background-image: linear-gradient(#FFF,#FFF);
}

.ui-btn-active {
border: 1px solid #270a03;
background: #0e344c;
font-weight: 700;
color: #fff;
cursor: pointer;
text-shadow: 0 1px 0 #3373a5;
text-decoration: none;
background-image: -webkit-gradient(linear,left top,left bottom,from(#bd893b),to(#270a03));
background-image: -webkit-linear-gradient(#bd893b,#270a03);
background-image: -moz-linear-gradient(#bd893b,#270a03);
background-image: -ms-linear-gradient(#bd893b,#270a03);
background-image: -o-linear-gradient(#bd893b,#270a03);
background-image: linear-gradient(#bd893b,#270a03);
font-family: Helvetica,Arial,sans-serif;
}


.banner{ width:70%; float:left; overflow:hidden;}
.header{ width:30%; float:left; overflow:hidden;}
.about{color:#FFF;text-shadow:none; padding-left:20%;}
.productListHeader{ width:100%}
.productListHeader a{ float:left;}

.flex-container a:active,
.homeslider a:active,
.flex-container a:focus,
.homeslider a:focus  {outline: none;}
.slides,.flex-control-nav,.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

.innerslider {margin: 0; padding: 0; cursor:pointer}
.innerslider .slides > li {display: none; -webkit-backface-visibility: hidden; } 
.innerslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}

.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: 20px 0 0; display: block; background: url(/inc/pics/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.homeslider:hover .flex-next {opacity: 0.8; right: 5px;}
.homeslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.homeslider:hover .flex-next:hover, .homeslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

.flex-control-nav {width: 100%;  text-align:center; margin-top:10px;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.innerslider ol{ list-style:none;width:100%;}
.innerslider ol li{ margin:0 auto;width:10%; padding:5px;}
/*.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}*/
.flex-control-thumbs img {width: 100%; display: block; opacity: .5; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1; }
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.indexMain{ width:100%}
.indexMain .left{ width:26%; float:left;}
.indexMain .right{ width:74%; float:right;}

