.box_skitter {position:relative;background:#000;  clear:left;display:block;}
.box_skitter ul {display:none;}
.box_skitter .container_skitter {overflow:hidden;position:relative;}
.box_skitter .image {overflow:hidden;}
.box_skitter .image img {display:none;}

.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;}

.box_skitter .prev_button {position:absolute;bottom:10px; right:50px;z-index:999;width:39px;height:30px;overflow:hidden;text-indent:-9999em; background:url(images/navi_slide.png) no-repeat left top;}
.box_skitter .next_button {position:absolute; bottom:10px; right:10px;z-index:999;width:39px;height:30px;overflow:hidden;text-indent:-9999em;background:url(images/navi_slide.png) no-repeat right top;}
.box_skitter .prev_button:hover, .box_skitter .next_button:hover{ opacity:1;}

.box_skitter .info_slide {position:absolute;top:15px;left:15px;z-index:100;background:#555;color:#fff;font:bold 11px arial;padding:5px 0 5px 5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;opacity:0.75;}
.box_skitter .info_slide .image_number {background:#333 !important;float:right;padding:2px 10px;margin:0 5px 0 0;cursor:pointer;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.box_skitter .info_slide .image_number_select {background:#cc0000 !important;float:right;padding:2px 10px;margin:0 5px 0 0;}

.box_skitter .container_thumbs {position:relative;overflow:hidden;height:50px;}
.box_skitter .info_slide_thumb {-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;overflow:hidden;height:45px;top:auto;bottom:-5px;left:-5px;padding:5px;opacity:1.0;}
.box_skitter .info_slide_thumb .image_number {overflow:hidden;width:70px;height:40px;position:relative;}
.box_skitter .info_slide_thumb .image_number img {position:absolute;top:-50px;left:-50px}

.box_skitter .box_scroll_thumbs {padding:0 10px;}
.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;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;cursor:pointer;border:1px solid #333;}

.box_skitter .info_slide_dots {position:absolute;bottom:0px;  z-index:99;padding:5px 0 5px 5px;}
.box_skitter .info_slide_dots .image_number { display:block; position:relative; left:0px; margin:5px;cursor:pointer; width:10px;height:10px;text-indent:-9999em;overflow:hidden; float:left;}
.box_skitter .info_slide_dots .image_number_select { display:block; margin:5px; float:left;}

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

.loading {position:absolute; top:50%; right:50%; z-index:10000; margin:-16px -16px;color:#fff;text-indent:-9999em;overflow:hidden;background:url(images/ajax-loader.gif) no-repeat left top;width:32px;height:32px; border-radius:20px;}

/*///////////////////////////////////////////*/
.vtem_button{
background:#690;
background: -moz-linear-gradient(top, #8fc800 0%, #690 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#690)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#690',GradientType=0 ); /* ie */
color:#fff;
text-transform:uppercase;
font-weight:bold;
border:none;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
padding:5px 25px;
font-size:120%;
border:1px solid #690;
cursor:pointer;
}
.vtem_button:hover{
background:#8fc800;
background: -moz-linear-gradient(top, #690 0%, #8fc800 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#690), color-stop(100%,#8fc800)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#690', endColorstr='#8fc800',GradientType=0 ); /* ie */
color:#ddd;
}
#uploadImage{
background: #eeeeee; /* old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* ie */
border:1px solid #ddd;
padding:5px 10px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
#uploadImage.hover,#uploadImage:hover{
background: #ccc; /* old browsers */
background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* ie */
cursor:pointer !important;
}