/* =Skitter styles
----------------------------------------------- */
.box_skitter {
	position: relative;
	width: 990px;
	height: 330px;
	background: url('../imagens/background/background_slideshow.jpg');
	background-repeat: no-repeat;
	margin: 20px 00px 00px 00px;
}

.box_skitter img {
	max-width: none;
	cursor: default !important;
} /* Tip for stildv */

.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 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 {
	position: absolute;
	top: 50%;
	left: 35px;
	z-index: 100;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
}

.box_skitter .next_button {
	position: absolute;
	top: 50%;
	right: 35px;
	z-index: 100;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
}

/* =Focus
-------------------------------------------------------------- */
#overlay_skitter {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	z-index: 9998;
	opacity: 1; 
	background: #000; 
}

.box_skitter .focus_button {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../images/focus-button.png) no-repeat left top;
	opacity: 0;
}

.box_skitter .play_pause_button {
	position: absolute;
	top: 50%;
	z-index: 151;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../images/pause-button.png) no-repeat left top;
	opacity: 0;
}

.box_skitter .play_pause_button.play_button {
	background: url(../images/play-button.png) no-repeat left top;
}

/* =Example for dimenions
-------------------------------------------------------------- */
.box_skitter_large {
	width: 990px;
	height: 330px;
}

.box_skitter_small {
	width: 200px;
	height: 100px;
}