/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { float:right; width: 560px; height: 250px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 520px; overflow: auto; height: 241px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 247px; width: 560px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 20px; background: url(http://dynavision.co.jp/images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 27px; }
.anythingSlider .back                   { background-position: -114px 0; left: 28px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -114px -200px; }

#thumbNav                               { position: relative; top: 219px; text-align: center; }
#thumbNav a                             { color: #666666; font-size:11px; font-family:Geneva, Arial, Helvetica, sans-serif; display: inline-block; padding: 5px 9px; height: 20px; margin: 0 5px 0 0; background: url(http://dynavision.co.jp/images/cellshade.png) no-repeat; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { color: #fff; background: url(http://dynavision.co.jp/images/cellshade_over.png) no-repeat;  }
#thumbNav a.cur                         { color: #fff; background: url(http://dynavision.co.jp/images/cellshade_over.png) no-repeat;  }

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 55px; top: 222px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; visibility:hidden; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }



.EventSchedule {
	clear:both;
	width: 780px;
	margin: 0;
}
.EventSchedule ul { list-style: none; margin-left:10px; margin-right:10px;}
.EventSchedule ul li { font-size:14px; line-height:1.5em; color: #333; display: block; padding: 0; text-decoration:none;  border-bottom:1px #CCCCCC dashed; padding-bottom:10px; margin-bottom:20px;}
.EventSchedule ul li a{ color: #333; }
.EventSchedule ul li a:hover{ color: #F63980; }


.box_time { font-size:16px; background-color:#4074DE; color:#FFFFFF; padding:4px; font-weight:bolder; line-height:2em; margin-right:10px;}
.box_area { font-size:12px; background-color:#F63980; color:#FFFFFF; padding:4px; margin-right:10px;}

.box_area2 { font-size:12px; background-color:#E07304; color:#FFFFFF; padding:4px; margin-right:10px;}


.Event_title { font-size:18px; color:#4074DE; font-weight:bolder; text-decoration:underline; margin-right:10px; line-height:2em;}
