

@charset "ISO-8859-1";

@charset "ISO-8859-1";

/* CSS Document */

#container {
	float:left;
	margin:0;
	margin-left:0px;
	position:relative;
	text-align:left;
	width:676px;
}

#content {
	position:relative;
}

/* Easy Slider */

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:676px;
	height:370px;
	overflow:hidden;
}

.semp_sld_i {
	float:left;
	width:676px;
	height:370px;
	border:0px;
	overflow:hidden;
}

.cxs_anti {
	float:left;
	width:676px;
	height:370px;
	margin-left:-676px;
	background:url(../layout/cxs_anti.png) no-repeat;
	overflow:hidden;	
}

.cxs_antitx {
	float:left;
	width:215px;
	height:56px;
	margin-left:375px;
	margin-top:262px;
	line-height:28px;
	overflow:hidden;
	font-family: 'Lato', sans-serif;
	color:white;
	font-size:14px;
}

#prevBtn a {
	width:15px;
	height:25px;
	display:block;
	background:url(../gfx/seta_ant3.png) no-repeat;
	float:left;
	left:0px;
	top:0px;
	z-index:1000;
}

#nextBtn a {
	width:15px;
	height:25px;
	display:block;
	background:url(../gfx/seta_dep3.png) no-repeat;
	float:left;
	left:30px;
	margin-left:8px;
	top:0px;
	z-index:1000;
}

#prevBtn a:hover {
	width:15px;
	height:25px;
	display:block;
	background:url(../gfx/seta_ant3_over.png) no-repeat;
	float:left;
	left:0px;
	top:0px;
	z-index:1000;
}

#nextBtn a:hover {
	width:15px;
	height:25px;
	display:block;
	background:url(../gfx/seta_dep3_over.png) no-repeat;
	float:left;
	left:30px;
	margin-left:8px;
	top:0px;
	z-index:1000;
}
	
/* // Easy Slider */
