/*--------- slider ---------*/
#slide { height:441px; width:900px; position:relative; overflow:hidden; z-index:2}

.slider {
	width:900px;
	position:relative;
	z-index:2;
	height:441px;
}
.items {
	display:none;
}

.slider li {
	position:relative;
}


	.pagination li {
		float:left;
		padding: 11px 2px 0 4px;
		font-size:0;
		line-height:0;
		margin:0;
		color:#252525;
		background:none !important;
	}
		.pagination a {
			display:block;
			width:19px;
			height:17px;
			background:url(../images/pagination-a-bg.png) left 0px no-repeat;
			font-size:0;
			line-height:0;
			text-decoration:none;
		}
			.pagination li.current a {
				background:url(../images/pagination-a-active.png) left 0px no-repeat;
			}
			.pagination a:hover { background-position:0 -34px;}

.prev {
	display:block;
	width:41px;
	height:44px;
	position:absolute;
	z-index:15;
	top:180px;
	left:0px;
}
	
.next {
	display:block;
	width:41px;
	height:44px;
	position:absolute;
	z-index:15;
	top:180px;
	right:0px;
}
	.next:hover{background-position:0 -114px;	background:url(../images/flecha_der.jpg) left top repeat-x;
	}
	.prev:hover {
		background-position:0 -114px;	background:url(../images/flecha_izq.jpg) left top repeat-x;

	}
	
.play {
	display:block;
	width:45px;
	height:22px;
	background:url(../images/pagination-bg.gif) left top repeat-x;
	position:absolute;
	z-index:15;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	top:552px;
	left:823px;
	padding:2px 0 0 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
	.play span {
		display:none;
	}
	.play em {
		font-style:normal;
		display:block;
	}
.paused span {
	display:block;
}
.paused em {
	display:none;
}
.banner{
	color: #929292;
    font-family: 'IM Fell French Canon',serif;
    font-size: 40px;
    font-style: italic;
    height: 106px;
    left: 116px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 400px;
    width: 654px;
    z-index: 15;
}


.numStatus {
	display:block;
	width:45px;
	height:22px;
	background:url(../images/pagination-bg.gif) left top repeat-x;
	position:absolute;
	z-index:15;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	top:551px;
	left:583px;
	padding:2px 0 0 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
/*-------- end slider -----------*/

/*----------- preset ---------*/
#option {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#options input[type=text] {
	background:#CCC;
	width:50px;
	border:1px solid #000;
	text-align:center;
}
	#options span {
		display:inline-block;
		width:100px;
		font-size:14px;
		color:#000;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	#options select {
		font-size:14px;
		width:150px;
		color:#000;
		font-family:Georgia, "Times New Roman", Times, serif;
		background:#CCC;
		border:1px solid #000;
	}
		#options select option {
			background:#CCC;
		}

	label {
		display:inline-block;
		height:30px;
	}
	.preset1 {
		color:#000;
		height:40px;
	}
		#get_opt {
			margin-left:100px;
			line-height:1.2307em;
			
		}

.col-1 {
	float:left;
	width:400px;
	padding-right:50px
}
* + html .min {
	min-height:45px;
}
.col-2 {
	float:left;
	width:400px;
}
/*-------- end preset -------*/
