@charset "utf-8";
@font-face {
	font-family:'open_sans';
	src: url('../fonts/open-sans.ttf');
}
@font-face {
	font-family:'open_sans_bold';
	src: url('../fonts/open-sans-bold.ttf');
}
@font-face {
	font-family:'open_sans_bold_italic';
	src: url('../fonts/open-sans-bold-italic.ttf');
}
@font-face {
	font-family:'open_sans_italic';
	src: url('../fonts/open-sans-italic.ttf');
}
@font-face {
	font-family:'open_sans_Light';
	src: url('../fonts/Open-Sans-Light.ttf');
}
@font-face {
	font-family:'open_sans_CondLight';
	src: url('../fonts/OpenSans-CondLight.ttf');
}
@font-face {
	font-family:'open_sans_condbold';
	src: url('../fonts/opensans-condbold.ttf');
}
/********* RESET  *********/
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
	margin-top: 15px;
}

a img {
    border: none;
}

:focus {
    outline: none;
}

input[type="submit"], 
textarea, 
select {
    -webkit-appearance: none;
}

input, 
textarea {
    font: normal 14px/120% open_sans;
}

html {
}

body {
    background: #fff url('../img/bg.png') no-repeat top;
    color: #7a7a7a;
    font: 14px/120% open_sans;
    min-width: 1000px;
    padding: 0;
}

a {
    color: #555555;
    text-decoration: underline;
}

a:focus,
a:hover {
    color: #afd631;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: open_sans;
    font-weight: bold;
}

h1 {
    font-size: 22px;
    line-height: 100%;
}

h2 {
    font-size: 19px;
    line-height: 100%;
}

h3 {
    font-size: 18px;
    line-height: 100%;
}

h4 {
    font-size: 16px;
    line-height: 100%;
}

h5 {
    font-size: 14px;
    line-height: 100%;
}

h6 {
    font-size: 12px;
    line-height: 100%;
}

.clr:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.container{
  width: 1000px;
  margin: 0px auto;
}
.clear {
    clear: both;
}

.align_left {
    float: left;
}

.align_right {
    float: right;
}

.align_center {
    text-align: center;
}

.input,
.textarea {
    border: 1px solid #afd631;
}

#up_btn a{
	display:block;
	width:100px;
	height:30px;
	background: url(../img/up.png) no-repeat top;
	color:#818181;
	font:14px/14px Arial;
	text-align:center;
	padding-top:70px;
	position:fixed;
	right:30px;
	bottom:30px;
}
.button {
    display: inline-block;
    border: none;
    text-align: center;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #afd631;
    font-size: 20px;
    line-height: 100%;
    cursor: pointer;
    padding: 5px 10px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.6);
    border-radius: 3px;
}

.button:hover,
.button:focus,
.button:active {
    color: #afd631;
    background: #fff;
}

#body {
    width: 1000px;
    margin: 0px auto;
}

#header {
    margin: 0;
}

#header .top-menu {
    position: relative;
    z-index: 30;
    margin: 0px;
}

#header .top-menu .top-menu-inner {
    margin: 0px;
    text-align: left;
	background: #afd631;
  padding: 0 5px;
  border-radius: 0 0 5px 5px;
}

#header .top-menu .menu {
    list-style-position: outside;
    background: #afd631;
}

#header .top-menu .menu li {
    list-style-type: none;
}

#header .top-menu .menu li:hover {
    position: relative;
}

#header .top-menu .menu li a {
    text-decoration: none;
}

#header .top-menu .menu li a:hover,
#header .top-menu .menu li a:focus,
#header .top-menu .menu li a:active,
#header .top-menu .menu li.active > a {
}

#header .top-menu .menu > li {
  display: block;
  float: left;
  background: #afd631;
}

#header .top-menu .menu > li > a {
    text-decoration: none;
    display: block;
	font:16px/16px open_sans_CondLight;
    padding: 11px 45px 13px;
    color: #fff;
	text-transform:uppercase;
}

#header .top-menu .menu > li > a:hover,
#header .top-menu .menu > li > a:focus,
#header .top-menu .menu > li > a:active,
#header .top-menu .menu > li:hover > a,
#header .top-menu .menu > li.active > a {
    background: #d39c3c;
	color:#fff;
    position: relative;
    box-shadow: 0 0 1px #8d7e5f;
}

#header .top-menu .menu ul {
    display: none;
}

#header .top-menu .menu ul li {
	border:none;
}

#header .top-menu .menu ul li a {
    display: block;
    padding: 7px 20px;
    font-size: 16px;
    line-height: 100%;
    color: #afd631;
	border:none;
	background:#fff;
}

#header .top-menu .menu ul li a:hover,
#header .top-menu .menu ul li a:focus,
#header .top-menu .menu ul li a:active,
#header .top-menu .menu ul li:hover > a,
#header .top-menu .menu ul li.active > a {
    color: #000;
}

#header .top-menu .menu ul {
    width: 180px;
    list-style: none;
    list-style-image: none;
    left: 0;
    top: 100%;
    padding: 1px 0 0;
    text-align: left;
}

#header .top-menu .menu ul > li {
    border-top: none;
    background: #fff;
}

#header .top-menu .menu > li:first-child a {
    /*border-radius: 0 0 0 5px;*/

}

#header .top-menu .menu ul > li:last-child {
}

#header .top-menu .menu ul > li:only-child {
}

#header .top-menu .menu ul ul {
    right: 180px;
    top: -2px;
    left: initial;
}

#header .top-menu .menu li:hover > ul,
#header .top-menu .menu li ul:hover {
    display: block;
    position: absolute;
}
#header .search-form {
    position: relative;
	float: right;
	margin:7px 15px 0 0;
}

#header .search-form .input-search {
    border-radius: 15px;
    border: 1px solid #afd631;
    width: 180px;
    padding: 3px 0 3px 10px;
}

#header .search-form .input-submit {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../img/search-ico.png) no-repeat 0 0;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    top: 5px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
}
#header .header-inner {
margin-top:50px;
}

#header .logo-block {
    float: left;
    width: 250px;
}

#header .logo-block .logo-link {
    display: inline-block;
    margin: 10px 0 0 30px;
}

#header .logo-block .logo-link img {
}

#header .slogan-block {
    width: 350px;
    float: left;
}

#header .slogan-block .slogan-inner {
    margin: -10px 25px 0 10px;
    font: 25px/30px open_sans_condbold;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    text-transform: uppercase;
}
#header .slogan-block .slogan2 {
    margin: 5px 25px 0 10px;
	font:16px/16px open_sans;
    color: #fff;
}

#header .info-block {
    float: right;
    width: 650px;
    font-size: 15px;
    line-height: 110%;
}

#header .phone-block {
    margin: 10px 10px 0 10px;
    float: right;
}

#header .phone-block .phone-inner {
    position: relative;
    padding: 0 0 0 32px;
}

#header .phone-block .phone-ico {
    width: 28px;
    height: 28px;
    display: block;
    background: url(../img/phone-ico-big.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -13px 0 0;
}

#header .phone-block .phone-info {
	font:25px/25px open_sans_bold;
	color:#fff;
}

#header .adress-block {
    margin: 10px 0px 0px 80px;
    width: 155px;
    float: left;
}

#header .adress-block .adress-inner {
    position: relative;
}

#header .adress-block .adress-ico {
    width: 19px;
    height: 29px;
    display: block;
    background: url(../img/adress-ico-big.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -15px 0 0 -2px;
}

#header .adress-block .adress-info {
color:#fff;
}

#header .cart-block {
    margin: -10px 0px 0 0;
    float: right;
}

#header .cart-block .cart-inner {
    position: relative;
    padding: 0 0 0 40px;
    text-align: right;
}

#header .cart-block .cart-ico {
    width: 45px;
    height: 45px;
    display: block;
    background: url(../img/cart-ico.png) no-repeat 0 0;
    position: absolute;
    top: -3px;
    left: -15px;
    margin: 0;
}

#header .cart-block .cart-info {
}

#header .cart-block .cart-info #countincart {
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 100%;
}

#header .cart-block .cart-info #totalallcart {
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 100%;
}

#header .cart-block .edit {
    font-size: 14px;
    margin: 3px 0 0;
}

#header .cart-block .edit a {
    color: #afd631;
}


#podarki ul li{
	width:260px;
	height:260px;
	background: #fff url(../img/1.png);
	border:2px solid #fff;
	border-radius: 135px;
	list-style-type:none;
	float: left;
	margin:0px 0 0px 103px;  
	box-shadow: 0 0 30px #7B7B7B;
}
#podarki ul li:nth-child(1){
	margin-left:0px;
}
#podarki ul li:nth-child(2){
	background: #fff url(../img/2.png);
}
#podarki ul li:nth-child(3){
	background: #fff url(../img/3.png);
}
#podarki ul li a {
    width: 260px;
    height: 260px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    /* text-shadow: 0 0 2px #000; */
    font-weight: bold;
}


#main {
    margin: 25px 0 25px;
}

#main .main-inner {
}

#sidebar {
    float: left;
    width: 250px;
    position: relative;
    z-index: 100;
}

#sidebar:before {/*
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 1px;
    background: -moz-linear-gradient(top,  rgba(0,174,239,0) 0%, rgba(0,174,239,1) 50%, rgba(0,174,239,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,174,239,0)), color-stop(50%,rgba(0,174,239,1)), color-stop(100%,rgba(0,174,239,0)));
    background: -webkit-linear-gradient(top,  rgba(0,174,239,0) 0%,rgba(0,174,239,1) 50%,rgba(0,174,239,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,174,239,0) 0%,rgba(0,174,239,1) 50%,rgba(0,174,239,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,174,239,0) 0%,rgba(0,174,239,1) 50%,rgba(0,174,239,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,174,239,0) 0%,rgba(0,174,239,1) 50%,rgba(0,174,239,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afd631', endColorstr='#00afd631',GradientType=0 );*/
}

#sidebar .sidebar-inner {
    margin: 0 0 0 10px;
}

#sidebar .sidebar-block {
    margin: 0 0 25px;
}

#sidebar .sidebar-block .title-sidebar {
    color: #fff;
    font:20px/45px open_sans_bold;
	text-align:center;
    margin: 0 0 0px;
	background:#afd631;
	border-radius:5px 5px 0 0;
	
}

#sidebar .sidebar-block .content-sidebar {
}


#sidebar .sidebar-block .menu {
    list-style-position: outside;
    margin: 0 0 0 0px;
	padding-top:10px;
  border-radius: 5px;
  border: 2px dotted #AFD631;
  border-top: none;
}

#sidebar .sidebar-block .menu li {
    list-style-type: none;
}

#sidebar .sidebar-block .menu li:hover {
    position: relative;
}

#sidebar .sidebar-block .menu li a {
    text-decoration: none;
}

#sidebar .sidebar-block .menu > li.active {
}

#sidebar .sidebar-block .menu li a:hover,
#sidebar .sidebar-block .menu li a:focus,
#sidebar .sidebar-block .menu li a:active,
#sidebar .sidebar-block .menu li.active > a {
}

#sidebar .sidebar-block .menu > li {
    margin: 0 10px 5px;
    padding: 0 1px 0 0;
}

#sidebar .sidebar-block .menu > li > a {
	font:14px/30px open_sans_bold;
    display: block;
    padding:  0px 0 0 5px;
	border-radius:5px;
}

#sidebar .sidebar-block .menu > li > a:hover,
#sidebar .sidebar-block .menu > li > a:focus,
#sidebar .sidebar-block .menu > li > a:active,
#sidebar .sidebar-block .menu > li:hover > a,
#sidebar .sidebar-block .menu > li.active > a {
    color: #fff;
    background: #d39c3c;
    border-radius: 3px;
}

#sidebar .sidebar-block .menu ul {
    display: none;
}

#sidebar .sidebar-block .menu ul li {
}

#sidebar .sidebar-block .menu ul li a {
    display: block;
    padding: 4px 5px;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

#sidebar .sidebar-block .menu ul li a:hover,
#sidebar .sidebar-block .menu ul li a:focus,
#sidebar .sidebar-block .menu ul li a:active,
#sidebar .sidebar-block .menu ul li:hover > a,
#sidebar .sidebar-block .menu ul li.active > a {
    color: #000;
}

#sidebar .sidebar-block .menu ul {
    width: 180px;
    list-style: none;
    list-style-image: none;
    left: 216px;
    top: 0;
    border-radius: 3px;
    background: #d39c3c;
	padding:10px;
}

#sidebar .sidebar-block .menu ul > li {
    border: 1px solid #afd631;
    border-top: none;
}

#sidebar .sidebar-block .menu ul > li:first-child {
    border-top: 1px solid #afd631;
    border-radius: 3px 3px 0 0;
}

#sidebar .sidebar-block .menu ul > li:last-child {
    border-radius: 0 0 3px 3px;
}

#sidebar .sidebar-block .menu ul > li:only-child {
    border-radius: 3px;
}

#sidebar .sidebar-block .menu ul ul {
    left: 180px;
    top: -1px;
}

#sidebar .sidebar-block .menu li:hover > ul,
#sidebar .sidebar-block .menu li ul:hover {
    display: block;
    position: absolute;
}


#content {
    float: left;
    width: 750px;
}

#content .content-inner {
    margin: 0 25px;
}

#slider {
    width: 1000px;
    overflow: hidden;
    height: 220px;
    position: relative;
    border-radius: 10px;
    margin: 0 0 20px;
}

#article {
}

#article .article-inner {
}

#article .article-inner h1,
#article .article-inner h2 {
    color: #afd631;
    font-size: 20px;
    line-height: 140%;
    margin: 0 0 15px;
}

#article .article-inner p {
    margin: 0 0 1em;
}

#article ul,
#article ol {
    list-style-position: inside;
}

#article img,
#article iframe,
#article video {
    max-width: 100%;
}
#article .fancyb{
    display: inline-block;
    margin: 0 5px 5px 0;
    max-width: 100%;
}
#article .fancyb img{
    display: block;
}
#article table {
    border: 1px solid;
    border-collapse: collapse;
    margin: 0 0 1em;
}

#article td {
    border: 1px solid;
    padding: 5px;
}

#article .all-news {
    margin: 0 0 25px;
}

#article .all-news .all-news-img {
    width: 160px;
    float: left;
}

#article .all-news .all-news-img .all-news-img-link {
    display: block;
}

#article .all-news .all-news-img .all-news-img-link img {
    display: block;
    width: 100%;
    height: auto;
}

#article .all-news .all-news-content {
    width: 520px;
    float: left;
    margin: 0 0 0 20px;
}

#article .all-news .all-news-content .data {
    color: #aaa;
    margin: 0 0 10px;
    display: inline-block;
    border-bottom: 1px dotted;
}

#article .all-news .all-news-content .all-news-title {
    color: #afd631;
    margin: 0 0 10px;
}

#article .all-news .all-news-content .all-news-text {
    margin: 0 0 10px;
}

#article .all-news .all-news-content .more {
    color: #afd631;
}

#article .news-img {
    width: 250px;
    float: left;
    margin: 0 10px 10px 0;
}

#article .news-img a {
    display: block;
}

#article .news-img a img {
    display: block;
    width: 100%;
    height: auto;
}

#article .category-product {
}

#article .product-icons {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 10;
}

#article .product-icons > div {
    display: none;
    width: 52px;
    height: 27px;
    float: left;
}

#article .product-value-block {
    position: relative;
}

#article .product-value-block .qnt_input {
    width: 45px;
    vertical-align: middle;
    font-size: 22px;
    text-align: center;
}


#article .product-value-block .plus,
#article .product-value-block .minus {
    display: block;
    width: 15px;
    height: 19px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    background: url(../img/p-m.png) no-repeat 0 0;
    position: absolute;
    right: 0;
}

#article .product-value-block .plus {
    background-position:-18px 0 ;
	top:7px;
    right: 0;
    bottom: -1px;
}

#article .product-value-block .minus {
    background-position: 0 0;
    top:7px; 
	left: -25px;
}
#article .product-value-block .plus:hover,
#article .product-value-block .minus:hover {
    opacity: 0.6;
}

#article .product-table {
    float: left;
    width: 161px;
    margin: 0 16px 16px 0;
    border: 1px solid #afd631;
    border-radius: 3px;
    background: #fff;
    position: relative;
}

#article .product-table:hover {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
}

#article .product-table:nth-child(4n + 1) {
    clear: both;
}

#article .product-table:nth-child(4n) {
    margin-right: 0;
}

#article .product-table .product-img-block {
    display: block;
    margin: 5px;
}

#article .product-table.new-product .product-icons .new-ico {
    background: url(../img/new-big.png) no-repeat 0 0;
    display: block;
}

#article .product-table.bestseller .product-icons .hit-ico {
    background: url(../img/hit-big.png) no-repeat 0 0;
    display: block;
}

#article .product-table .product-img-block .product-img-link {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 151px;
    height: 110px;
}

#article .product-table .product-img-block .product-img-link img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#article .product-table .product-title-block {
    margin: 0 5px 5px;
    text-align: center;
    height: 45px;
    overflow: hidden;
    position: relative;
}

#article .product-table .product-title-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    z-index: 10;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,0.99)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

#article .product-table .product-title-block a {
    color: #afd631;
}

#article .product-table .product-price-block {
    font-size: 20px;
    margin: 10px 5px;
    text-align: center;
    line-height: 100%;
    color: #444;
}

#article .product-table .product-price-block .product-count {
}

#article .product-table .add-to-cart {
    margin: 8px 5px;
}

#article .product-table .add-to-cart .add-to-cart-link {
    display: block;
}

#article .product-table .add-to-cart .add-to-cart-link:hover,
#article .product-table .add-to-cart .add-to-cart-link:focus,
#article .product-table .add-to-cart .add-to-cart-link:active {
}

#article .product-list {
    margin: 0 0 10px;
    border: 1px solid #afd631;
    border-radius: 3px;
    background: #fff;
    position: relative;
}

#article .product-list:hover {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
}

#article .product-list .product-icons {
    top: -9px;
}

#article .product-list .product-icons > div {
    float: none;
}

#article .product-list .product-img-block {
    display: block;
    margin: 15px;
    float: left;
    width: 170px;
}

#article .product-list.new-product .product-icons .new-ico {
    background: url(../img/new-big.png) no-repeat 0 0;
    display: block;
}

#article .product-list.bestseller .product-icons .hit-ico {
    background: url(../img/hit-big.png) no-repeat 0 0;
    display: block;
}

#article .product-list .product-img-block .product-img-link {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 170px;
    height: 125px;
}

#article .product-list .product-img-block .product-img-link img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#article .product-list .product-title-block {
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 100%;
    text-overflow: ellipsis;
    margin: 0 0 10px;
    white-space: nowrap;
}

#article .product-list .product-title-block a {
    color: #afd631;
    text-decoration: none;
}

#article .product-list .product-list-content {
    float: left;
    width: 482px;
    margin: 15px 15px 15px 0;
}

#article .product-list .product-desc-block {
    float: left;
    width: 340px;
    margin: 0 15px 0 0;
    height: 80px;
    position: relative;
}
/*
#article .product-list .product-desc-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 10;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,0.99)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

*/
#article .product-list .product-action-block {
    float: right;
    width: 115px;
  margin-top: -25px;
}

#article .product-list .product-value-block {
    position: relative;
}

#article .product-list .product-value-block .qnt_input {
    width: 85px;
    vertical-align: middle;
    font-size: 22px;
    text-align: center;
}

#article .product-list .product-value-block .plus {
}

#article .product-list .product-value-block .minus {
}

#article .product-list .product-value-block .plus:hover,
#article .product-list .product-value-block .minus:hover {
}

#article .product-list .product-price-block {
    font-size: 16px;
    text-align: center;
    line-height: 100%;
    margin: 10px 0;
    color: #444;
}

#article .product-list .product-price-block .product-count {
}

#article .product-list .add-to-cart {
}

#article .product-list .add-to-cart .add-to-cart-link {
    display: block;
	font-size: 16px;
}

#article .product-list .add-to-cart .add-to-cart-link:hover,
#article .product-list .add-to-cart .add-to-cart-link:focus,
#article .product-list .add-to-cart .add-to-cart-link:active {
}

#article .product-item {
    position: relative;
}

#article .product-item .images-product {
    float: left;
    width: 245px;
    margin: 0 25px 0 0;
}

#article .product-item.new-product .product-icons .new-ico {
    background: url(../img/new-big.png) no-repeat 0 0;
    display: block;
}

#article .product-item.bestseller .product-icons .hit-ico {
    background: url(../img/hit-big.png) no-repeat 0 0;
    display: block;
}

#article .product-item .images-product .big-img {
    width: 245px;
    overflow: hidden;
    margin: 0 0 10px;
}

#article .product-item .images-product .big-img a {
    display: block;
}

#article .product-item .images-product .big-img a img {
    width: 100%;
    height: auto;
    display: block;
}

#article .product-item .images-product .preview-img {
}

#article .product-item .images-product .small-img {
    width: 75px;
    height: auto;
    margin: 0 10px 10px 0;
    float: left;
}

#article .product-item .images-product .preview-img .small-img:nth-child(3n) {
    margin-right: 0;
}

#article .product-item .images-product .preview-img .small-img:nth-child(3n + 1) {
    clear: both;
}

#article .product-item .images-product .small-img a {
    display: block;
}

#article .product-item .images-product .small-img a img {
    display: block;
    width: 100%;
    height: auto;
}

#article .product-item .content-product {

}

#article .product-item .content-product .product-title-block {
}

#article .product-item .content-product .product-title-block h1 {
    color: #555;
}

#article .product-item .content-product .product-desc-block {
    margin: 20px 0;
}


#article .product-item .content-product .product-action-block {
    padding: 25px 0 15px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
#article .product-item .content-product .product-action-block p{
	font-size:10px;
}
#article .product-item .content-product .product-action-block .product-value-block{
	width:75px;
	float:left;
	  margin-left: 25px;
}
#article .product-item .content-product .product-action-block .product-value-block p{
	font-size:10px;
	  margin: -15px 0 0 -5px;
}

#article .product-item .content-product .product-action-block .product-price-block {
    font-size: 18px;
    font-family: pfdindisplaypro-med;
    line-height: 120%;
    color: #000;
    float: left;
    width: 180px;
    text-align: center;
    margin-top: 5px;
}

#article .product-item .content-product .product-action-block .product-price-block .product-count {
}

#article .product-item .content-product .product-action-block .add-to-cart {
    float: right;
    width: 125px;
     margin: -2px 0 0;
}
#article .product-item .content-product .product-action-block .add-to-cart .add-to-cart-link {
    width: inherit;
}

#article .product-item .content-product .product-action-block .add-to-cart .add-to-cart-link:hover,
#article .product-item .content-product .product-action-block .add-to-cart .add-to-cart-link:focus,
#article .product-item .content-product .product-action-block .add-to-cart .add-to-cart-link:active {
}

#article .product-similar {
    margin: 25px 0 0;
}

#article .product-similar .product-similar-title {
    color: #afd631;
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 20px;
}

#article .cart-form {
}

/***********************/
#article .cart-form .cart-block {
    padding: 10px;
    background: #fff;
}
#article .cart-form .cart-block > div {
    float: left;
    height: initial !important;
    margin: 0 10px 0 0;
}

#article .cart-form .cart-block.header-cart-block {
    color: #000;
	border:1px solid #dadada;
	padding:0;
}

#article .cart-form .cart-block.header-cart-block > div {
    min-height: 10px;
	padding: 10px 0 10px;
  text-align: center;
}
#article .cart-form .cart-block.header-cart-block .product-img-block{  
width: 100px;
}
#article .cart-form .cart-block.header-cart-block .product-img-block,
#article .cart-form .cart-block.header-cart-block .product-price-block,
#article .cart-form .cart-block.header-cart-block .product-total-block{
    background:#fff;
}
#article .cart-form .cart-block.header-cart-block .product-content-block, 
#article .cart-form .cart-block.header-cart-block .product-action-block{
    background:#dadada;
}
#article .cart-form .cart-block .product-img-block {
    width: 100px;
    height: 100px;
}

#article .cart-form .cart-block .product-img-block a {
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#article .cart-form .cart-block .product-img-block a img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#article .cart-form .cart-block .product-content-block {
    width: 200px;
}

#article .cart-form .cart-block .product-content-block .product-title-block {
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 100%;
}

#article .cart-form .cart-block .product-content-block .product-title-block a {
    color: #555;
    text-decoration: none;
}

#article .cart-form .cart-block .product-content-block .product-desc-block {
    position: relative;
    height: 70px;
    overflow: hidden;
}

#article .cart-form .cart-block .product-content-block .product-desc-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 10;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,0.99)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

#article .cart-form .cart-block .product-price-block {
    width: 100px;
}

#article .cart-form .cart-block .product-price-block .product-count {
    font-size: 22px;
    line-height: 100%;
    display: block;
    margin: 26px 0 0;
}

#article .cart-form .cart-block .product-action-block {
    width: 70px;
}

#article .cart-form .cart-block .product-action-block .product-value-block {
    margin: 24px 0 0;
}

#article .cart-form .cart-block .product-action-block .product-value-block .qnt_input {
}

#article .cart-form .cart-block .product-action-block .product-value-block .plus {
}

#article .cart-form .cart-block .product-action-block .product-value-block .minus {
}

#article .cart-form .cart-block .product-action-block .product-value-block .plus:hover,
#article .cart-form .cart-block .product-action-block .product-value-block .minus:hover {
}

#article .cart-form .cart-block .product-total-block {
    width: 118px;
}

#article .cart-form .cart-block .product-total-block .product-total {
    font-size: 22px;
    line-height: 100%;
    display: block;
    margin: 26px 0 0;
}

#article .cart-form .cart-block .product-delete-block {
    margin: 0;
    width: 15px;
}


#article .cart-form .cart-block .product-delete-block .delete {
    /*overflow: hidden;*/
    display: block;
    text-align: left;/*
    width: 15px;
    height: 15px;
    background: url(../img/delete.png) no-repeat;*/
    cursor: pointer;/*
      margin: -50px 0 0 90px;*/
	font-size:12px;
	text-decoration:none;
	color:#818181;
}

#article .cart-form .cart-block .product-delete-block .delete:hover {
    opacity: 0.6;
}

#article .order-total-cart {
    background: #9ED700;
    color: #fff;
    border-radius: 0 0 3px 3px;
    padding: 10px;
    font-size: 18px;
	font-family:pfdindisplaypro;
    line-height: 100%;
	text-align:right;
	font-weight:normal;
}

#article .cart-view {
    margin: 15px 0 0;
}

#article .cart-view .zakaz_left {
	float:left;
}

#article .cart-view .ordering-title {
	
}
#article .cart-view .zakaz_info{
	
}

#article .cart-view .form-contact {
	float:right;
	width:430px;
}


#article .cart-view .form-contact input, #article .cart-view .form-contact textarea{
	border:1px solid #9ED700;
}
#article .cart-view .form-contact input#name{
	float:left;
	width:155px;
}
#article .cart-view .form-contact input#phone{
	float:right;
	width:250px;
}
#article .cart-view .form-contact textarea#address{
	margin: 10px 0 0;
	  width: 425px;
	  resize: none;
}
#article .cart-view .form-contact input.submit-form{
	float:right;
	border:none;  margin-top: 10px;
}

#content .sidebar-block .news {
}
#content .sidebar-block h3{
	color:#afd631;
	clear:both;
	margin-top: 20px;
}

#content .sidebar-block .news li {
    margin: 0 0 10px;
    padding: 10px;
	list-style-type:none;
	  float: left;
  width: 225px;
}

#content .sidebar-block .news .item-news {
}

#content .sidebar-block .news .item-news .news-img {
    float: left;
    width: 95px;
    margin: 0 10px 0 0;
}

#content .sidebar-block .news .item-news .news-img a {
    display: block;
}

#content .sidebar-block .news .item-news .news-img a img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#content .sidebar-block .news .item-news .news-date {
    color: #afd631;
    margin: 0 0 5px;
	font-size:14px;
}

#content .sidebar-block .news .item-news .news-title {
    font-size: 16px;
    line-height: 110%;
	color:#000;
	text-decoration:none;
}

#content .sidebar-block .all-news-block {
	text-align: left;
    margin-left: 350px;
}

#content .sidebar-block .all-news-block a {
    color: #afd631;
    font-size: 16px;
}
#footer {
    background: #99bc27;
    padding: 21px 0;
    font-size: 12px;
    line-height: 120%;
}

#footer .footer-inner {
	margin:0 auto;
	width:1000px;
	padding: 0 20px;
}

#footer a {
}

#footer a:hover,
#footer a:focus,
#footer a:active {
}

#footer .copy-block {
    width: 200px;
    float: left;
	margin-top:20px;
}

#footer .copy-block .copy-inner {
    margin: 0 0 0 0px;
}
#footer .copy-block .copy-inner a{
    color:#fff;
	text-decoration:none;
	margin-left: 10px;
}

#footer .info-block {
    float: left;
    width: 990px;
}

#footer .phone-block {
   width: 270px;
    float: left;
	margin-left: 10px;
}

#footer .phone-block .phone-inner {
    position: relative;
    padding: 0 10px 0 20px;
}

#footer .phone-block .phone-ico {
    width: 28px;
    height: 28px;
    display: block;
    background: url(../img/phone-ico-min.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

#footer .phone-block .phone-info {
	color:#fff;
	font:25px/25px open_sans_Light;
	padding:0 0 0 15px;
}

#footer .adress-block {
    width: 200px;
    float: left;
	  margin-left: 50px;
}

#footer .adress-block .adress-inner {
    position: relative;
    padding: 0 10px 0 20px;
}

#footer .adress-block .adress-ico {
    width: 17px;
    height: 25px;
    display: block;
    background: url(../img/adress-ico-min.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

#footer .adress-block .adress-info {
	color:#fff;
	font:14px/14px open_sans_Light;
	padding:0 0 0 15px;
}

#footer .email-block {
	width: 150px;
    float: left;  margin-left: 50px;
}

#footer .email-block .email-inner {
    position: relative;
    padding: 0 0 0 25px;
}

#footer .email-block .email-ico {
    width: 26px;
    height: 26px;
    display: block;
    background: url(../img/mail-ico-min.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

#footer .email-block .email-info {
}
#footer .email-block .email-info a {
	color:#fff;
	font:14px/14px open_sans_Light;
	padding:0 0 0 15px;
}

#footer .metrika {
	width: 140px;
    float: right;
}

#footer .metrika .metrika-inner {
    position: relative;
    padding: 0 0 0 25px;
}


#footer .metrika .metrika_head {
	color:#fff;
	font:14px/14px open_sans_Light;
	padding:0 0 0 0px;
	text-align:right;
}
#footer .metrika .metrika-info {
}


#footer .footer_copy {
    border-top:1px solid #fff;
	margin-top:30px;
	padding:15px 0 5px;
}
#footer .copy-made-block {
    float: right;
    width: 200px;
	margin-top:20px;
}

#footer .copy-made-block .copy-made-inner {
    margin: 0 0 0 0;
    text-align: right;
}

#footer .copy-made-block span {
    vertical-align: top;
	color:#fff;
}

#footer .copy-made-block .logo-web-studio {
    width: 31px;
    height: 19px;
    display: inline-block;
    background: url(../img/sd.png) no-repeat 0 0;
    text-align: left;
    overflow: hidden;
    text-indent: -9999px;
    margin: -3px 0 0;
}

#share42 {
    padding: 6px 6px 0;
    background: #FFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
}

#share42:hover {
    background: #F6F6F6;
    border: 1px solid #D4D4D4;
    box-shadow: 0 0 5px #DDD;
}

#share42 a {
    opacity: 0.5;
}

#share42:hover a {
    opacity: 0.7;
}

#share42 a:hover {
    opacity: 1;
}

#modal-wrap {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 1000;
}

#modal-msg {
    background-color: #fff;
	border-radius:5px;
    color: #000;
	font-size:20px;
	font-family:pfdindisplaypro-med;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    top: 225px;
    width: 400px;
    z-index: 9999;
    display: none;
    padding: 35px 20px 35px 20px;
    text-align: center;
}

#modal-msg a.close {
    display: block;
    float: right;
    font-size: 26px;
    height: 26px;
    margin-right: -10px;
    margin-top: -20px;
    text-decoration: none;
}

#modal-msg .content {
    min-height: 60px;
}

.form-contact {
    margin: 1em 0;
}

.form-contact div {
    margin: 0 0 10px;
}

.form-contact div.captcha {
    display: block;
    margin: 0 0 0 200px;
}

.form-contact div.captcha img {
    display: block;
    margin: 10px 0 0;
}

.form-contact div.captcha input {
    display: block;
    width: 196px;
}

.form-contact label {
    display: block;
    float: left;
    width: 200px;
}

.textarea-form,
.input-form {
    width: 296px;
    padding: 2px;
}

.textarea-form {
    height: 70px;
}

.submit-form {
    margin: 0 0 0 200px;
}

.submit-form:hover,
.submit-form:focus,
.submit-form:active {
}

input.error,
textarea.error {
    border-color: red;
}

.flash-msg {
    text-align: center;
}

.flash-msg.success {
    color: green;
}

.yiiPager {
    display: block;
    list-style: none;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 100%;
}

.yiiPager li {
    display: inline-block;
}

.yiiPager li a {
    display: block;
    color: #afd631;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.6);
    border-radius: 3px;
    padding: 3px 5px;
    text-decoration: none;
}

.yiiPager li.selected a,
.yiiPager li a:hover ,
.yiiPager li a:focus ,
.yiiPager li a:active {
    color: #fff;
    background: #afd631;
}

.yiiPager li.first,
.yiiPager li.last,
.yiiPager li.hidden {
    display: none;
}

.bread-crumbs {
    font-size: 16px;
    font-style: italic;
    margin: 10px 0;
}

.bread-crumbs li {
    display: inline-block;
    color: #777;
}

.bread-crumbs a {
    display: inline-block;
    color: #000;
    position: relative;
    margin-right: 33px;
}

.bread-crumbs a:before {
    content: '';
    color: #000;
    position: absolute;
    width: 33px;
    height: 7px;
    top: 50%;
    right: -33px;
    margin-top: -3px;
    background: url('../images/bread-crumbs.png') no-repeat 6px 0;
}

#call-me {
    position: fixed;
    top: 20px;
    right: -272px;
    z-index: 9999999;
    background: #fff;
    width: 250px;
    padding: 10px 10px 0px 10px;
    border: 2px solid #afd631;
    border-right: none;
    border-radius: 0 0 0 5px;
}

#call-me .call-me-ico {
    background: #fff url(../img/call-me-ico.png) no-repeat center center;
    width: 44px;
    position: absolute;
    top: -2px;
    left: -46px;
    border-radius: 5px 0 0 5px;
    border: 2px solid #afd631;
    border-right: none;
    height: 44px;
}

#call-me .call-me-body {
}

#call-me .zaq-form {
}

#call-me .title-call-me {
    color: #afd631;
    font-size: 18px;
    line-height: 100%;
    margin: 0 0 10px;
}

#call-me #subbutton {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(255,255,255, 0.9);
    z-index: 20;
    text-align: center;
    font-size: 22px;
    line-height: 100%;
    color: #afd631;
    padding: 99px 0 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

#call-me .row-block {
    margin: 0 0 15px;
    position: relative;
}

#call-me .row-block .error-message {
    font-size: 12px;
    line-height: 100%;
    color: #f00;
    display: none;
}

#call-me .row-block.error .error-message {
    display: block;
    position: absolute;
    left: 0;
}

#call-me .row-block.error input,
#call-me .row-block.error textarea {
    border-color: #f00;
}

#call-me .row-block .input-call-me {
    width: 244px;
    border: 1px solid #afd631;
    padding: 2px;
}

#call-me .row-block .textarea-call-me {
    width: 244px;
    height: 50px;
}

#call-me .row-block .captcha {
    white-space: nowrap;
}

#call-me .row-block .captcha img {
    width: 100px;
    vertical-align: top;
}

#call-me .row-block .captcha .input-call-me {
    width: 137px;
    vertical-align: top;
}

#call-me .row-block.submit {
}

#call-me .row-block.submit .button-call-me {
    display: block;
    width: 100%;
    margin: 0;
}

#call-me .row-block.submit .button-call-me:hover {
}


/* Skitter styles */
.box_skitter {
    position: relative;
    width: 1000px;
    height: 220px;
}

.box_skitter img {
    max-width: none;
} /* Tip for stildv */
.box_skitter ul {
    display: none;
}

.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.box_skitter .image {
    overflow: hidden;
}

.box_skitter .image img {
    display: none;
}

/* Box clone */
.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

/* Navigation */
.box_skitter .prev_button {
    display: none;
}

.box_skitter .next_button {
    display: none;
}


/* Thumbs */
.box_skitter .container_thumbs {
    position: relative;
    overflow: hidden;
    height: 50px;
}

.box_skitter .info_slide_thumb {
    height: 50px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    top: auto;
    top: 0;
    left: 0;
    padding: 0 !important;
    opacity: 1.0;
}

.box_skitter .info_slide_thumb .image_number {
    overflow: hidden;
    width: 100px;
    height: 50px;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.box_skitter .info_slide_thumb .image_number img {
    position: absolute;
    top: -30px;
    left: -30px;
    height: 100px;
}

.box_skitter .box_scroll_thumbs {
    padding: 0;
}

.box_skitter .box_scroll_thumbs .scroll_thumbs {
    position: absolute;
    bottom: 60px;
    left: 50px;
    background: #ccc;
    background: -moz-linear-gradient(-90deg, #555, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
    width: 200px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999em;
    z-index: 101;
    cursor: pointer;
    border: 0px solid #333;
}

/* Dots */
.box_skitter .info_slide_dots {
    position: absolute;
    display: block !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0 !important;
    z-index: 21;
    text-align: right;
    padding: 5px 10px;
}

.box_skitter .info_slide_dots .image_number {
    display: inline-block;
    cursor: pointer;
    width: 11px;
    height: 11px;
    font-size: 0px;
    overflow: hidden;
    margin-left: 4px;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.box_skitter .info_slide_dots .image_number.image_number_select {
    background-position: -143px -43px;
}
/* Loading */
.loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    background: url(../img/ajax-loader.gif) no-repeat center center;
}

/* Label */
.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
}

.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    display: none;
    opacity: 0.8;
    background: #000;
}

.box_skitter .label_skitter p {
    padding: 10px;
    margin: 0;
    font: normal 22px arial,tahoma;
    letter-spacing: -1px;
}

.box_skitter .info_slide * {
    font-family: Consolas,arial,tahoma !important;
}

.box_skitter .progressbar {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 55px;
    width: 200px;
    z-index: 99;
    border-radius: 20px;
}

/* Preview slide */
.box_skitter .preview_slide {
    display: none;
    position: absolute;
    z-index: 152;
    bottom: 30px;
    left: -40px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #222;
    -moz-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
    box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
    overflow: hidden;
}

.box_skitter .preview_slide ul {
    height: 100px;
    overflow: hidden;
    margin: 0;
    list-style: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.box_skitter .preview_slide ul li {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

.box_skitter .preview_slide ul li img {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: auto;
}

/* Focus */
#overlay_skitter {
    display: none;
}

.box_skitter .focus_button {
    display: none;
}

.box_skitter .play_pause_button {
    display: none;
}

.box_skitter .play_pause_button.play_button {
    display: none;
}
.skel {
    float: right;
    margin: -180px 0px 0 0px;
}