/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}








 
.jcarousel-skin-lower .jcarousel-container-horizontal {
	padding: 0px 15px 0 17px;
	width:270px;
	margin:10px 0 0 60px;
}
.jcarousel-skin-lower .jcarousel-clip-horizontal {
	height: 210px;
	width: 260px;
	margin-left: 5px;
}
.jcarousel-skin-lower .jcarousel-item {
	height: 210px;
	width: 260px;
	position: relative;
}
.jcarousel-skin-lower .jcarousel-item img{
	border:8px solid #fff;
}
.jcarousel-skin-lower .jcarousel-item-horizontal {
	 
}
.jcarousel-skin-lower .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
.jcarousel-skin-lower .jcarousel-next-horizontal {
	background:url(../images/shared/goright.gif) no-repeat 0 0;
	cursor: pointer;
	height: 36px;
	position: absolute;
	right: 0px;
	top: 80px;
	width: 15px;
}
.jcarousel-skin-lower .jcarousel-prev-horizontal {
	background:url(../images/shared/goleft.gif) no-repeat 0 0;
	cursor: pointer;
	height: 36px;
	left: 0px;
	position: absolute;
	top: 80px;
	width:15px;
}

.teacherframe {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left:10px;
	z-index: 40;
}
table.teacherframe td{
	height:45px;
	width: 214px;
	padding: 0 10px;
	 /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  background-color: #000;
  color:#fff;


}
