/* gallery */
.showcase-load{height:auto;overflow:hidden;}

/* Container when content is shown in slider */
.showcase{position:relative;margin:auto;}
.showcase-content-container{background-color:#FFF;}

/* Navigation arrows */
.showcase-arrow-previous,.showcase-arrow-next{position:absolute;background:url(/img/arrows.png);width:33px;height:70px;top:50%;margin-top:-35px;cursor:pointer;}
.showcase-arrow-previous{left:5px;z-index:9999;}
.showcase-arrow-previous:hover{}
.showcase-arrow-next{right:5px;background-position:-33px 0;z-index:9999;}
.showcase-arrow-next:hover{}

/* Content */
.showcase-content{text-align:center;}
.showcase-content-wrapper{text-align:center;height:396px;width:956px;display:table-cell;vertical-align:middle;}

/* number slide */
.showcase-button-wrapper{position:absolute;width:956px;bottom:10px;left:0;text-align:right;z-index:9999;}
.showcase-button-wrapper span{display:inline-block;width:13px;height:13px;margin-right:8px;background:url(/img/bt-slider.png) no-repeat;cursor:pointer;z-index:99999;}
.showcase-button-wrapper span.active{background:url(/img/bt-slider.png) no-repeat 0 -13px;}

/********************************* SCROLL NEWS HOME *********************************/
#showcase_news .showcase-load{height:130px;width:268px;overflow:hidden;}
#showcase_news .showcase{position:relative;width:268px;height:130px;overflow:hidden;margin:auto;}
#showcase_news .showcase-content-container{background:#706768;}
.showcase-caption{overflow:hidden;height:130px;width:268px;text-align:left;}
.event-img{float:left;height:100px;width:100px;overflow:hidden;text-align:center;}
.event-txt{float:left;height:0 auto;width:178px;padding-left:10px;}
.event-txt h4{margin-bottom:5px;}
.event-txt p{margin:0;padding:0;color:#4C4042;font-size:11px;}
.event-txt h6{margin-top:8px;line-height:110%;font-style:italic;color:#CCC;font-size:10px;}
.event-txt a{margin-top:6px;display:inline-block;font-size:11px;}
.event-txt a:link,.event-txt a:visited{color:#FFF;text-decoration:underline;}
.event-txt a:hover,.event-txt a:active{color:#4C4042;text-decoration:none;}
