/* GENERAL DEFINITIONS STARTS */
.carousel {	
	overflow: hidden;
}
.carousel ul {
	list-style: none;
}
.carousel ul li {
	overflow: hidden;
	position: relative;
}
.carousel .carousel-control {	
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	line-height: 80px;
}
.carousel .disabled, #container .carousel .disabled:hover {
	cursor: default;
}
/* GENERAL DEFINITIONS ENDS */


/* ARTICLES CAROUSEL STARTS */
#Articles.carousel {
	width: 760px;
	background-color: #FFF;
	margin: 200px 0 0 32px;
	border: 1px solid #CCC;
	float: left;
	clear: both;
}
#Articles .carousel-wrap {
	width: 684px;
	vertical-align: middle;
	float: left;
	position: relative;
}
#Articles.carousel ul li {
	width: 170px;
	height: 175px;
	border-right: 1px dashed #CCC;
	text-align: center;
	float: left;
}
#Articles.carousel ul li:hover {
	background-color: #EEEFFF;
}
#Articles.carousel h3 {
	padding: 5px 15px 0 15px;
	font-size: 12px;
}
#Articles.carousel h3 a {
	padding-top: 5px;
	font-weight: bold;
	color: #F6891F;
}
#Articles.carousel a:hover {
	text-decoration: none;
	color: #F6891F;
}
#Articles .carousel-control {
	width: 36px;
	height: 35px;
	position: absolute;
}
#Articles .carousel-next {
	background: url(../images/secondary/rowright_carousel.png) no-repeat bottom right;
	top: 335px;
	left: 772px;
	z-index: 100;
}
#Articles .carousel-next:hover {
	background-position: top right;
}
#Articles .carousel-previous {
	background:  url(../images/secondary/rowleft_carousel.png) no-repeat bottom left;
	top: 335px;
	left: 747px;
	z-index: 100;
}
#Articles .carousel-previous:hover {
	background-position: top left;
}
.NoRows .carousel-control {
	display: none;
}
/* ARTICLES CAROUSEL ENDS */


/* PHOTO STARTS */
#PhotoSec.carousel {
	position: relative;
}
#PhotoSec .carousel-wrap {
	width: 832px;
	vertical-align: middle;
}
#PhotoSec.carousel ul li {
	width: 832px;
	height: 467px;
	background: url(../images/photos/pic_blanco.gif) no-repeat;
	text-align: center;
	float: left;
}
#PhotoSec.carousel ul li:hover {
	background-color: #EEE;
}
#PhotoSec .carousel-control {
	width: 36px;
	height: 35px;
	position: absolute;
}
#PhotoSec .carousel-next {
	background: url(../images/secondary/rowright_carousel.png) no-repeat top right;
	top: 370px;
	left: 755px;
	z-index: 100;
}
#PhotoSec .carousel-previous {
	background:  url(../images/secondary/rowleft_carousel.png) no-repeat top left;
	top: 370px;
	left: 730px;
	z-index: 100;
}
#PhotoSec h1 {
	width: 820px;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	margin-top: 100px;
	background-color: #00AEEF;
	color: #FFF;
}
#PhotoSec h2 {
	width: 400px;
	margin-bottom: 10px;
	color: #00AEEF;
}
#PhotoSec p {
	width: 400px;
	padding: 7px 0 7px 0;
	text-align: left;
}
#PhotoSec a {
	text-decoration: underline;
}
#PhotoSec a:hover {
	color: #F6891F;
}
/* PHOTO CAROUSEL ENDS */