/*
#carousel_personalizados * {
	font-size: 10px;
}
*/

#carousel_personalizados,
#carousel_plantillas {
/*	background-color: blue;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
  height: 102px;
  margin: 0 auto 0 auto;
  position: relative;
  width: 820px;
  }

#carousel_personalizados #centrate,
#carousel_plantillas #centrate_plantillas {
/*	background-color: red;*/
	margin: 0 auto 0 auto;
  overflow: hidden;
  width: 820px;
}

#carousel_personalizados .container,
#carousel_plantillas .container {
/*	background-color: green;*/
	float: left;
  height: 102px;
  overflow: hidden;
  position: relative;    
  width: 780px;
}

#carousel_personalizados ul.tira,
#carousel_plantillas ul.tira {
  height: 102px;
  left: 0;
  padding-left: 24px;
  position: relative;
  top: 0;
  width: 100000px;
}                      

ul.tira li {
	display: inline;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 126px;
}

ul.tira li a.thumb {
	background-color: #008c72;
	border: solid 1px #ffffff;
	display: block;
	float: left;
/*	margin: 0 auto 0 auto;*/
	height: 100px;
	overflow: hidden;
	width: 100px;
}

/*
#carousel_personalizados ul.tira li a.thumb:hover,
#carousel_plantillas ul.tira li a.thumb:hover {
	cursor: pointer;
}
*/

ul.tira li a.thumb_vacio {
	background-color: #008c72;
	border: solid 1px #ffffff;
	cursor: default;
	display: block;
	float: left;
	height: 100px;
	width: 100px;
}

a.thumb img {
	border: none;
	cursor: pointer;
}

.previous_button {
  background-image: url('../img/carousel/left.gif');
  background-repeat: no-repeat;
  background-position: bottom center;
  cursor: pointer;
  float:left;  
  height: 102px;
/*	margin: 0 2px 0 2px;*/
  width: 20px;
  z-index: 100;
}

.previous_button_over {
  background-image: url('../img/carousel/left_over.gif');
  background-repeat: no-repeat;
  background-position: bottom center;
}

.previous_button_disabled {
  background-image: url('../img/carousel/left_disabled.gif');
  background-repeat: no-repeat;
  background-position: bottom center;
  cursor: default;
}

.next_button {
  background-image: url('../img/carousel/right.gif');
  background-repeat: no-repeat;
  background-position: bottom center;
  cursor: pointer;
  float: left;  
  height: 102px;
/*	margin: 0 2px 0 2px;*/
  width: 20px;
  z-index: 100;
}

.next_button_over {
  background-image: url('../img/carousel/right_over.gif');
  background-repeat: no-repeat;
  background-position: bottom center;
}

.next_button_disabled {
  background-image: url('../img/carousel/right_disabled.gif');
  background-repeat: no-repeat;
  background-position: bottom center;
  cursor: default;
}
