﻿/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 940px;
	height: 118px;
	background-color: #FFF;
	border: solid 1px #d1d1d1;
	margin: 0;
	padding: 0;
	padding: 22px 8px 22px 8px;
	position: relative; 
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 23px;
	height: 98px;
	background-color: #FFF;
	color: White;
	position: relative;
	top: 6px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background-image: url(../images/left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFF;
}
.jscarousal-horizontal-forward
{
	background-image: url(../images/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 890px;
	height: 124px;
	float: left;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 124px;
	
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	width:400px;
}
.jscarousal-contents-horizontal img
{
	border: solid 1px #7A7677;
}
/*Horizontal Orientation CSS Ends*/

/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	width: 274px;
	height: 360px;
	background-color: #FFF;
	border: solid 1px #d1d1d1;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 100%;
	height: 30px;
	background-color: #FFF;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}
.jscarousal-vertical-back
{
	background-image: url(../images/top_arrow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jscarousal-vertical-forward
{
	background-image: url(../images/bottom_arrow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.jscarousal-contents-vertical
{
	overflow: hidden;
	width: 250px;
	height: 300px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top: 40px;
	width: 100%;
	height: 820px;
	overflow: hidden;
}
.jscarousal-contents-vertical > div > div
{
	width: 250px;
	height: 120px;
	margin: 8px;
	margin-left: 14px;
}
.jscarousal-contents-vertical > div > div span
{
	display: block;
	width: 65%;
	text-align: justify;
}
.jscarousal-contents-vertical img
{
	width: 60px;
	border: solid 1px #094877;
	position: absolute;
}
/*Vertical Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}
.thumbnail-textV
{
	display: block;
	padding: 2px 2px 2px 0px;
	margin-left: 70px;
	position:absolute;
	text-align: justify;
	font-size:13px;
}

.thumbnail-textH
{
	display: block;
	padding: 2px 2px 2px 0px;
	margin-left: 90px;
	position: absolute;
	width: 320px;
	text-align: justify;
	font-size:13px;
}

.thumbnail-text
{
	display: block;
	padding: 2px 2px 2px 0px;
}

.img
{
	position:absolute;
}

.noticia_1, .noticia_3, .noticia_5, .noticia_7, .noticia_9 
{
	left: 0px;
	position: absolute;
}

.noticia_2, .noticia_4, .noticia_6, .noticia_8, .noticia_10 
{
	left: 440px;
	position: absolute;	
}