.skitter{	
	position:relative;
	max-width:964px;
	height:410px;
	background:black;
	border-radius: 6px;
}
.skitter.with-dots{
	margin-bottom:60px;
}
.skitter.with-thumbs{
	margin-bottom:60px
}
.skitter>a img,.skitter>img{
	max-width:none
}
.skitter ul{
	display:none
}
.skitter .container_skitter{
	overflow:hidden;
	position:relative;
	border-radius: 6px;
}
.skitter .container_skitter .image_main{
	width:100%;
	border-radius: 6px;
}
.skitter .image{
	overflow:hidden;
	border-radius: 6px;
}
.skitter .image>a img,.skitter .image>img{
	width:100%;
	display:none;
}
.skitter .box_clone{
	position:absolute;
	top:0;
	left:0;
	width:100px;
	overflow:hidden;
	display:none;
	z-index:20;
}
.skitter .box_clone img{
	border-radius: 6px;
	position:absolute;top:0;left:0;z-index:20
}

/* ---- botones ------*/
.skitter .info_slide_dots{
	background-color:#005495;
	position:absolute;bottom:-40px;z-index:151;padding:5px 0 5px 5px;border-radius:50px
}
.skitter .info_slide_dots .image_number{
	background-color:#fff;float:left;margin:0 5px 0 0;cursor:pointer;border-radius:50px;width:14px;height:14px;text-indent:-9999em;overflow:hidden;-webkit-transition:all 0.2s;transition:all 0.2s
}
.skitter .info_slide_dots .image_number:hover{
	background-color:#777
}
.skitter .info_slide_dots .image_number.image_number_select{
	background-color:#BE9C00
}

.loading{
	position:absolute;top:50%;right:50%;z-index:10000;margin:-16px -16px;color:#fff;text-indent:-9999em;overflow:hidden;width:32px;height:32px
}

/* -------------------------IMPORTANTE ----------------------------------------------------*/
.label_skitter{
	z-index:150;
	position:absolute;
	bottom:0px;
	left:0px;
	display:none;
	z-index:150;
	position:absolute;
	bottom:0px;
	left:0px;
	display:none;
	/*background:-webkit-linear-gradient(transparent, #000);*/
	/*background:linear-gradient(transparent, #000);width:100%;*/
	background-color:#005495;
	-moz-border-top-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
 	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.label_skitter p{
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	padding:10px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
