File "jsCarousel-2.0.0.css"
Full path: /var/www/vhosts/msproyectoscloud.cl/siadrecursos.msproyectoscloud.cl/RECURSOS/recursos.siadspsminsal.cl/RSP/M3/story_content/WebObjects/6cmJjTTUUOZ/css/jsCarousel-2.0.0.css
File size: 2.98 KiB (3048 bytes)
MIME-type: text/plain
Charset: utf-8
/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
width: 100%;
height: 66px;
background-color: #121212;
border: solid 1px #7A7677;
margin: 0;
padding: 0;
/* padding: 22px 8px 22px 8px;*/
position: relative; /*overflow: hidden;*/
}
/*
.jscarousal-horizontal *{
outline: 1px solid red;
}
*/
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
float: left;
width: 23px;
height: 65px;
background-color: #121212;
color: White;
position: relative;
cursor: pointer;
}
.jscarousal-horizontal-back
{
position: absolute;
left: 0;
background-image: url(../img/left_arrow.jpg);
background-repeat: no-repeat;
background-position: left;
z-index:2;
}
.jscarousal-horizontal-forward
{
position: absolute;
right: 0;
background-image: url(../img/right_arrow.jpg);
background-repeat: no-repeat;
background-position: right;
z-index:2;
}
.jscarousal-contents-horizontal
{
/* width: 690px;*/
width: 99%;
height: 65px;
float: left;
position: relative;
overflow: hidden;
z-index:1;
}
.jscarousal-contents-horizontal > div
{
position: absolute;
/*
width: 95%;
*/
width: 99%;
height: 124px;
margin-top: 2px;
}
.jscarousal-contents-horizontal > div > div
{
float: left;
/* margin-left: 8px;
margin-right: 8px;*/
width: 25%;
text-align: center;
}
.jscarousal-contents-horizontal img
{
/*
width: 120px;
height: 94px;
*/
border: solid 1px #7A7677;
}
/*Horizontal Orientation CSS Ends*/
/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
width: 140px;
height: 460px;
background-color: #121212;
border: solid 1px #7A7677;
margin: 0;
padding: 0;
position: relative;
overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{
width: 100%;
height: 30px;
background-color: #121212;
color: White;
position: relative;
cursor: pointer;
z-index:100;
}
.jscarousal-vertical-back
{
background-image: url(../img/top_arrow.jpg);
background-repeat: no-repeat;
background-position: bottom;
}
.jscarousal-vertical-forward
{
background-image: url(../img/bottom_arrow.jpg);
background-repeat: no-repeat;
background-position: top;
}
.jscarousal-contents-vertical
{
overflow: hidden;
width: 140px;
height: 410px;
}
.jscarousal-contents-vertical > div
{
position: absolute;
top: 40px;
width: 100%;
height: 820px;
overflow: hidden;
}
.jscarousal-contents-vertical > div > div
{
width: 140px;
height: 125px;
margin: 8px;
margin-left: 14px;
}
.jscarousal-contents-vertical > div > div span
{
display: block;
width: 70%;
text-align: center;
}
.jscarousal-contents-vertical img
{
width: 110px;
height: 80px;
border: solid 1px #7A7677;
}
/*Vertical Orientation CSS Ends*/
/*Common*/
.hidden
{
display: none;
}
.visible
{
display: block;
}
.thumbnail-active
{
filter: alpha(opacity=90);
opacity: 0.9;
cursor: pointer;
}
.thumbnail-inactive
{
filter: alpha(opacity=30);
opacity: 0.3;
cursor: pointer;
}
.thumbnail-text
{
/*color: #7A7677;*/
color: #fff;
font-weight: bold;
text-align: left;
display: block;
padding: 10px 2px 2px 0px;
text-align: center;
}