.rg-image-wrapper{
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height: 20px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #96f;
}
.rg-image{
	position: relative;
	text-align: center;
	line-height: 0px;
}
.rg-image img{
	max-height: 100%;
	max-width: 100%;

}
.rg-image-nav a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 100%;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.3;
	outline: none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	background-color: #65f;
	background-image: url(../Imagenes/nav.png);
	background-repeat: no-repeat;
	background-position: -20% 50%;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity: 1.0;
}
.rg-caption {
	text-align: center;
	margin-top: 5px;
	position: relative;
}
.rg-caption p{
	font-size: 100%;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	padding-bottom: 2%;
	text-align: center;
}
/*menu del carrusel*/
.rg-view{
	height:30px;
}
.rg-view a{
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	margin-right: 2px;
	margin-top:-20px;
	border: 3px solid #94f;
	opacity: 1.0;
	background-color: #94f;
	background-image: url(../Imagenes/views.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.rg-view a:hover{
	opacity:1.0;
}

.rg-view a.rg-view-full{
	background-position:1px 1.3px;
    
}
.rg-view a.rg-view-selected{
	background-color: #94f;
	border-color: #fff;
}
   
.rg-view a.rg-view-thumbs{
	background-position:01px -15px;
	margin-top:-20px;
	margin-right:5px;
    	

}
    /*final del menu carrusel*/
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../imagenes/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
