#mycarousel{
overflow : hidden;
}

.event-carousal-container
{
  float : left;
  width : 309px;
  height : 607px;
  position : relative;
  margin-left : 20px;
  overflow : hidden;
}

.event-carousal-inner-container
{
  position : absolute;
  width : 309px;
  height : auto;
}

.top-nav
{
  position:absolute;
  top : 0px;
  width : 309px;
  height : 48px;
  z-index : 2;
  cursor : pointer;
}

.bottom-nav
{
  position:absolute;
  bottom:0px;
  width : 309px;
  height : 48px;
  z-index : 2;
  cursor : pointer;
}

.top-nav div,
.bottom-nav div
{
  width : 309px;
  height : 48px;
  display : none;
}

.event-carousal-inner-container ul
{
  padding:0px;
  margin:0px;
  list-style:none;
}

.event-carousal-inner-container li
{
  list-style:none;
  margin : 0px 0px 20px 0px;
  padding : 0px;
  height : 135px;
  width : 309px;
  overflow : hidden;
}

.div-carousal-item
{
  background:rgb(48, 43,40);
  padding:15px 20px;
  height : 105px;
  width : 269px;
  overflow : hidden;
}

.div-carousal-item-highlight
{
  background:rgb(58, 35,19);
}

.div-item-content
{
  width : 178px;
  float : left;
  height:105px;
  overflow : hidden;
}

.div-item-image
{
  float:left;
  margin-left:10px;
  height:105px;
  width:81px;
  overflow:hidden;
}

.div-item-title
{
  padding-bottom:5px;
  border-bottom:2px solid rgb(60, 55, 52);
}

.div-item-date
{
  color : rgb(167, 162, 159);
  margin-bottom : 5px;
  font-size:11px;
  font-weight:bold;
}

.div-item-description,
.div-item-contact
{
  color : rgb(167, 162, 159);
  font-size:11px;
  text-align:justify;
}

.div-item-contact a
{
	color : rgb(167, 162, 159);
  font-size:11px;
  text-align:justify;
  text-decoration:underline;
}
.div-item-title a
{
  color:rgb(252, 255, 255);
  font-size : 24px;
  line-height:24px;
  font-weight:bold;

}

