#featured_event_container{
  background: url(/images/layout/texture.png);
/*  border: 1px solid #ccc; */
  margin-top: 25px;
  padding: 14px 0 0 7px;
  width: 429px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}

#featured_event{
}

#featured_event a img{
  border: none;
}

.pics{
  height: 248px;
  width:  200px;
  padding: 0;
  margin: 0;
}

.description_all{
  padding: 10px;
  height: 160px;
  width: 180px;
  float: right;
}

.description{
  height: 120px;
}

.event{
  position: absolute;
  width: 400px;
  height: 248px;
}

#event_nav{
  float:right;
  margin-top: 225px;
  margin-right: 10px;
  position: relative;
  z-index: 10000;
}

#event_nav a {
  text-decoration: none;
}

#event_nav a.activeSlide {
  background: #ea0;
  border: 1px solid #A55018;
}

#event_nav a:focus {
  outline: none;
}

#rotating_events{
  background-color: #e7e7e7;
  height: 248px;
  width: 408px;
  margin-left: 7px;
}

#rotating_events a:hover{
  cursor: pointer;
}

.event_container{
  height: 248px;
}

.event_container img{
  border: none;
}

.featured_event_links{
}

.featured_event_links img{
  padding-right: 4px;
  vertical-align: middle;
}

#load_event_links{
  margin-top: 14px;
  margin-bottom: 5px;
}

a.load_event_link{
  padding: 5px 3px 5px 3px;
  background-color: #017ce5;
  border: 1px solid #414141;
  color: white;
}

a.load_event_link:hover{
  background-color: #414141;
  color: white;
}

a.active_event_link, a.active_event_link:hover, a.active_event_link:visited{
  background-color: #a55018;
  color: lightGrey;
  border: 1px solid #414141;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 354px;
	height:126px;
        margin-left: 33px;
	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:10px 16px 10px 16px;
	background-color:#fff;
	padding:2px;
	cursor:pointer;
	width: 80px;
	height: 100px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/images/layout/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
/*	margin:47px 5px; */
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

#pause-play{
  background-image: url(/images/layout/pause.png);
  background-position: 0 0;
  cursor: pointer;
  float: left;
  height: 30px;
  margin: 0 4px;
  width: 30px;
}

#pause-play:hover{
  background-position: 60px 0;
}

#pause-play:active{
  background-position: 30px 0;
}

#scrollable_container{
  padding-left: 31px;
}

#scrollable_controls{
  clear: both;
  height: 30px;
  margin: 0 0 0 128px;
  width: 98px;
}
