/* container for slides */
.images {
	background:none repeat scroll 0 0 transparent !important;
	border:medium none !important;
	cursor:pointer;
	float:left;
	height:436px !important;
	margin:0 !important;
	position:relative;
	width:703px;
}
/* single slide */
.images div {
	display:none;
	font-size:12px;
	height:459px !important;
	left:0;
	margin: 0 !important;
	padding:0;
	position:absolute;
	top:0;
}
/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}
/* tabs (those little circles below slides) */
.slidetabs {
	background:none repeat scroll 0 0 #FA2075;
	border-top:5px solid #333333;
	clear:both;
	height:19px;
	margin-left:0;
	padding-right:5px;
	text-align:right;
	width:698px;
}
/* single tab */
.slidetabs a {
	background:url("../img/navigator.png") no-repeat scroll 0 0 transparent;
	display:block;
	float: right;
	font-size:1px;
	height:8px;
	margin:5px 2px;
	width:8px;
}
/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;
}
/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;
}
/* prev and next buttons */
.forward,
.backward {
	float:left;
	margin-top:140px;
	/*background:#fff url(/tools/img/scrollable/arrow/hori_large.png) no-repeat;*/
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
}
/* next */
.forward {
	background-position: 0 -30px;
	clear:right;
}
.forward:hover {
	background-position:-30px -30px;
}
.forward:active {
	background-position:-60px -30px;
}
/* prev */
.backward:hover {
	background-position:-30px 0;
}
.backward:active {
	background-position:-60px 0;
}
/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;
}
.screenProyecto .prev,
.screenProyecto .next {
	display:none;
}
/***** carousel *****/

.scrollable {
	float:left;
	height:170px;
	overflow:hidden;
	position:relative;
	width:672px;
	z-index:1;
}
.scrollable .items {
	float:left;
	position:absolute;
	width:20000em;
	z-index:98765;
}
.scrollable img {
	float: left;
	border: 1px solid #e3e3e3;
	padding: 3px;
}
.items div {
	float:left;
	width:674px;
}
.items div div.thumb {
	margin-right: 5px;
	width: 159px;
}
.items div div.thumb h4 {
	width: 154px !important;
}
.items div div.thumb img {
	width: 145px;
}
/** botones **/
a.browse {
	background:url(../img/bt_slider.jpg) no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	height:46px;
	margin:41px 0 0 !important;
	width:24px !important;
}
.left:hover {
	background-position: -24px 0 !important;
}
.next {
	background-position: 0 -46px !important;
}
a.right:hover {
	background-position: -24px -46px !important;
}
