#carrusel-fsgt{
	width:600px;
	margin:20px auto;
	}

#carrusel-fsgt-titulo-wrapper{
	text-align:center;
	margin:20px auto;
	height:25px;
	background-image:url(../images/main/bg-nuestros-productos.png);
	}

#carrusel-fsgt-titulo{
	font-family: 'Signika Negative', sans-serif;
	font-weight:700;
	font-size:12px;
	color:#333;
	width:150px;
	background:#FFF;
	margin:0 auto;
	height:25px;
	padding-top:8px;
	}


.list_carousel {
				margin: 0 auto;
				width: 600px;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				background-color: #eee;
				/*border: 5px solid #999;*/
				/*width: 50px;
				height: 50px;*/
				width:auto;
				height:auto;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: 10px;
			}
			.next {
				float: right;
				margin-right: 10px;
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}