@charset "utf-8";


/** 
 *ddf Slideshow style rules.
 */
 
 
#slideshowTEMA {
	margin:0 auto;
	width:680px;
	height:263px;
	background:transparent  no-repeat 0 0;
	position:relative;
	overflow: hidden;
}
#slideshowTEMA #slidesContainer {
	margin:0 auto;
	width:732px;
	height:263px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshowTEMA #slidesContainerTEMA .slideTEMA {
	margin:0 auto;
	width:732px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.controlTEMA {
	display:block;
	width:39px;
	height:263px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControlTEMA {
	top:0;
	left:0px;
	background:transparent url(img/control_left_Transperent.png) no-repeat 0 0;
}
#rightControlTEMA {
	top:0;
	right:0px;
	background:transparent url(img/control_right_TRANSPERENT.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */

#slideIndexTEMA
{
	left: 60px;
	bottom: 10px;
	position: absolute;
}



.numbers
{
	width: 16px;
	height: 16px;
	background: #ddd;
	display: inline-block;
	color: #777;
	border: 1px solid #000;
	text-align: center;
	margin: 1px;
	cursor: pointer;
	font: normal 12px Arial;
}
.active
{
	color: #ddd;
	background: #777;
	border: 1px solid #aaa;
}
