/*
##########################################
# SCROLLER
##########################################
*/
.scroll-bd 				{ position:relative; min-height:1px; }
.scrollable 			{ position:relative; overflow:hidden;  }
.scrollable .items-bd 	{ position:absolute; }

/*
------------------------------------------
SCROLLER TYPE 
------------------------------------------
*/
.hr-scroll .items-bd { width:20000px; }
.hr-scroll .item-box { float:left; }

.vr-scroll .item-box { float:none; }
.vr-scroll .items-bd {  }

/*
------------------------------------------
SCROLLER CONTROLS
------------------------------------------
*/
.prevbtn,
.nextbtn { cursor:pointer; display:inline-block; display:none; }

.scroll-navi { display:none; }

/*
******************************************
* SCROLLER TYPE 1 (event info thumnail)
******************************************
*/
.scroller-typ1 { width:200px; height:250px; }
.scroller-typ1 .scrollable { height:250px; }
.scroller-typ1 .items-bd { }
.scroller-typ1 .item-box { width:200px; height:250px; }
