/*

Title:		jShowOff: a jQuery Content Rotator Plugin
Author:		Erik Kallevig
Version:	0.1.2
Website:	http://ekallevig.com/jshowoff
License: 	Dual licensed under the MIT and GPL licenses.

/*-- jShowOff module styles --*/



#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	background: #000000;
	position: relative;
	overflow: hidden;	
	margin:0px auto;
	width: 829px;
	height: 553px;
	}



.jshowoff div, .jshowoff  {	
	width: 829px;
	height: 553px;
	
	margin:0px auto;
	
}

.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}


/*-- Re-styled Thumbnail Demo --*/

.thumbFeatures p.jshowoff-slidelinks {
	bottom: -15px!important;
	padding: 5px 0 5px 8px;
	right: 90px;
	height: 50px!important;
	background-color: #171717!important;
}
.thumbFeatures .jshowoff-slidelinks a {
	display: block;
	width: 60px;
	height: 30px;
	background-color: none;
	background-repeat: no-repeat;
	margin: 9px 10px 0 0;
	padding: 0;
	border: 2px solid white;
	text-indent: -10000em;
	
	}
.thumbFeatures .jshowoff-slidelinks a.jshowoff-active {
	border: 1px solid white;
	-moz-box-shadow: 0 0 10px white;
	-webkit-box-shadow: 0 0 10px white;
	box-shadow: 0 0 10px white;
	}
	
.thumbFeatures p.jshowoff-controls {
	background: none;
	height: 49px;
	overflow: visible;
	padding: 0;
	margin:0px auto;
	top: 262px;
	left:6px;
	width: 817px;
	z-index: 150;
	
	position:absolute;
	
}

.thumbFeatures .jshowoff-controls a {
	display: block;
	width: 31px;
	height: 49px;
	background: none;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -10000em;
	position: absolute;
	}

.thumbFeatures .jshowoff-controls a.jshowoff-prev {
	left: 0px;
	background-image: url(img/izquierda.png);
	}
.thumbFeatures .jshowoff-controls a.jshowoff-next {
	right: 0px;
	background-image: url(img/derecha.png);
	}
	
	
.thumbFeatures .jshowoff-controls a.jshowoff-play {
	display: none;
	}

.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures {
	-webkit-border-radius: 6px;
	}