/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

* {
	border:none; 
	margin:0; 
	padding:0;
}


h1 {
	font-size:20px;
	margin-bottom:20px; 
}

#wrap {
	margin:1px auto 32px auto;
	width:690px; 
}

/************************************************
	      JCAROUSEL LITE		
************************************************/
#list {
	height:200px;
	width:690px; 
	margin:15px auto; 
	background: url("images/fondo_slide.png") 5px 0 no-repeat;
}

.slider {
	float:left;
	left: -5000px; 
	margin:8px 5px 5px 10px; 
	position:relative; 
	visibility:hidden;	
}
	
.slider ul {
	height:188px;
	width:600px; 
}

.slider ul li {
	padding:0 8px;
}

.slider ul li img {
	cursor:pointer;
	height:180px; 
	padding-top:3px;
	width:110px;  
}

.prev {
	cursor:pointer; 
	float:left;
	padding:90px 0 0 10px;
}

.next {
	cursor:pointer; 
	float:left; 
	padding:90px 0 0 5px;
}

/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-top, .caption-bottom {
	background: #000000;
	color: #ffffff; 
	cursor:default;
	padding:2px; 
	font-size:11px;   
	text-align:center;
}

.caption-top {
	border-width:0px;
}

.caption-bottom {
	border-width:0px;
}

.caption a, .caption a {
	background:#000;
	border:none; 
	text-decoration:none;  
	padding:2px;
}

.caption a:hover, .caption a:hover {
	background:#202020;
}
