﻿#scroller-container
{
	width: 296px;
	height: 243px;
	overflow: hidden;
	float: left;
}

ul#scroller-contents
{
	height: 243px;
	width: 20000px;
	margin: 0;
	padding: 0;
}
ul#scroller-contents li
{
	float: left;
	list-style-type: none;
	margin-right: 15px;
	width: 296px;
	height: 223px;
}
/*ul#scroller-contents li img { width: 100px; height: 100px; border: none  }*/

ul#scroller-contents li a
{
	border: solid 2px #d4d4d4;
	float: left;
}
ul#scroller-contents li a:hover
{
	border: solid 2px #9a2624;
}

#div-left-scroll
{
	width: 27px;
	height: 64px;
	margin-right: 5px;
	text-indent: -1000px;
	position: absolute;
	top: 100px;
	left: 5px;
}
#hrefLeftScroll
{
	display: block;
	width: 27px;
	height: 64px;
	outline: none;
	background-image: url(../visual/left-arrow-event.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#hrefLeftScroll:hover
{
	display: block;
	width: 27px;
	height: 64px;
	outline: none;
	background-image: url(../visual/left-arrow-event.png);
	background-position: center center;
	background-repeat: no-repeat;
}


#div-right-scroll
{
	width: 27px;
	height: 64px;
	margin-left: 5px;
	text-indent: -5000px;
	position: absolute;
	top: 100px;
	right: 5px;
}
#hrefRightScroll
{
	display: block;
	width: 27px;
	height: 64px;
	outline: none;
	background-image: url(../visual/right-arrow-event.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#hrefRightScroll:hover
{
	display: block;
	width: 27px;
	height: 64px;
	outline: none;
	background-image: url(../visual/right-arrow-event.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.quick-small-event-container
{
	width: 296px;
	height: 243px;
}
.quick-small-event-container .badge-container
{
	width: 296px;
	height: 90px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	margin: 5px 0px 0px 40px;
}
.quick-small-event-container .desc-container
{
	width: 296px; /*height: 90px;*/
	text-align: center;
}
.quick-small-event-container .button-container
{
	width: 296px;
	height: 53px;
	text-align: center;
	margin-left: 15px;
}

.quick-small-event-container .button-container a:hover
{
	border: none;
}

.quick-small-event-container .desc-container p
{
	font-weight: bold;
	font-size: 1em;
}
.quick-small-event-container .desc-container .kickoff
{
	font-weight: normal;
	font-size: .8em;
	color: #4f4e4e;
}
