/* 
    Document   : easySlider
    Created on : 12-dic-2009, 01:35:41
    Author     : Bice
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/* Easy Slider */
#slider {
  margin: 0px 0px 0px 0px;
  border: 1px solid #666;
	border-bottom: none;
}

#slider span {
	position: absolute;
	width: 758px;
	background-color: #000;
	border-top: 1px solid #666;
	opacity: 0.82;
	height: 40px;
	display: block;
	overflow: hidden;
	color: #fff;
	padding:  0px 10px;
	z-index: 55;
	margin-top: 340px;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
}

#slider .categoria {
	display: none;
	position: absolute;
	margin: 5px;
	padding: 0px 5px;
	line-height: 24px;
	background-color: #C00;
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #666;
}

#slider span a {
	text-decoration: none;
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin: 0px 0px 0px 0px;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:608px;
		height:380px;
		overflow:hidden;
		position: relative;
		}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}
	#nextBtn, #slider1next{
		left:696px;
		}
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;
		}
	#nextBtn a, #slider1next a{
		background:url(../images/btn_next.gif) no-repeat 0 0;
		}

	/* numeric controls */

	ol#controls{
		margin: 0px 0px 15px 0px;
		padding:0;
		height:28px;
		}
	ol#controls li{
		margin:0 5px 0 0;
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
	}
	ol#controls li a{
		float:left;
		line-height:28px;
		width: 17px;
		text-align: center;
		border:1px solid #000;
		border-top: none;
		background: #E8E811;
		color:#000;
		padding:0 7px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#222;
		color:#fff;
		border: 1px solid #000;
		border-top: none;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */

#slider img {
	max-width: 608px;
}

