/* Skitter styles */

.box_skitter {position:relative;width:100%;height:auto;}
.box_skitter ul {display:none;}
.box_skitter .container_skitter {overflow:hidden;position:relative;}

.box_skitter img { max-width:100%; height:auto; }
.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;top:50%;left:10px;z-index:500;width:21px;height:36px;overflow:hidden;text-indent:-9999em;background:url(../images/skitter/prev.png) no-repeat left top;opacity:0.3;}
.box_skitter .next_button {position:absolute;top:50%;right:10px;z-index:500;width:21px;height:36px;overflow:hidden;text-indent:-9999em;background:url(../images/skitter/next.png) no-repeat left top;opacity:0.3;}

.box_skitter .info_slide {position:absolute;top:15px;left:15px;z-index:100;background:#000;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;float:left;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;float:left;padding:2px 10px;margin:0 5px 0 0;}



.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:-40px;z-index:100;padding:5px 0 5px 5px;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;}
.box_skitter .info_slide_dots .image_number {background:#333;float:left;margin:0 5px 0 0;cursor:pointer;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;width:18px;height:18px;text-indent:-9999em;overflow:hidden;}
.box_skitter .info_slide_dots .image_number_select {background:#cc0000;float:left;margin:0 5px 0 0;}

.loading {position:absolute; top:50%; right:50%; z-index:10000;color:#fff;text-indent:-9999em;overflow:hidden;width:32px;height:32px;}
/**
 * Example for dimenions:
 */
 /* Standard 960px ----------- */
.box_skitter_large {width:100%;min-height:450px; height:auto;}

.label_skitter {width:50%;padding:10px 10px 0px 10px;z-index:150;position:absolute;bottom:0px;left:0px;background:url(../images/caption-bg.png) repeat left top;color:#fff;display:none;}
.label_skitter h4{color:#fff;}

#styles_navigation {height:100px;}
#styles_navigation h2 {}
#styles_navigation ul {list-style:none;}
#styles_navigation ul li {float:left;position:0px;}
#styles_navigation ul li a {background:#ccc;float:left;margin:0 15px 15px 0;padding:5px 15px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;text-decoration:none;border:1px solid #bbb;color:#000;font-weight:bold;font-size:26px;letter-spacing:-2px;}

#styles_navigation ul li a:hover {background:#aaa;border:1px solid #777;}
#styles_navigation ul li a.selected {background:#333; font-weight:normal; color:#fff; border:1px solid #000; }


/***** iPad Smaller than 959px *****/
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.box_skitter_large {min-height:450px;}
	.box_skitter_large img.item {min-height:300px; height:auto; }
	}

/* iPhone (landscape) ----------- */
@media only screen and (max-width: 767px) {
.box_skitter_large {min-height:220px;}
	.box_skitter_large img.item {width:100%; min-height:200px; height:auto; }
	}
/* iPhone (portrait) ----------- */	
@media only screen and (min-width: 480px) and (max-width: 767px) {
.box_skitter_large {min-height:220px;}
	.box_skitter_large img.item {width:100%; min-height:250px; height:auto; }
}	

@media only screen and (max-width: 480px) {
.box_skitter_large {min-height:220px;}
	.box_skitter_large img.item {width:100%; min-height:100px; height:auto; }
.box_skitter .prev_button {position:absolute;top:20%;left:10px;z-index:500;width:21px;height:36px;overflow:hidden;text-indent:-9999em;background:url(../images/skitter/prev.png) no-repeat left top;opacity:0.3;}
.box_skitter .next_button {position:absolute;top:20%;right:10px;z-index:500;width:21px;height:36px;overflow:hidden;text-indent:-9999em;background:url(../images/skitter/next.png) no-repeat left top;opacity:0.3;}

}