/* Search for "Club red" */
/* Search for "Club blue" */
.css-slideshow{
	position: relative;
	top:-65px;
	width: 300px;
	max-width: 300px;
	height: 200px;
	max-height: 200px;
	margin: 5em 0px .5em 0px;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;	
}
.css-slideshow figure{
	margin: 0;
	width: 300px;
	height: 200px;
	position: absolute;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;  
}
.css-slideshow img{
  display:block;
  margin:auto;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;  
}
.css-slideshow figcaption{
  position: absolute;
  top: 0;
  color: #fff;
  background: rgba(0,0,0, .3);
  font-size: 12px;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity .5s;
}
.css-slideshow:hover figure figcaption{
  transition: opacity .5s;
  opacity: 1;
}
.css-slideshow-attr{
  max-width: 495px;
  text-align: right;
  font-size: .7em;
  font-style: italic;
  margin:0 auto;
}
.css-slideshow-attr a{
  color: #666;
}
.css-slideshow figure{
  opacity:0;
}
.MarqueeAnimated {
	font-size:20px;
	height:26px;
	overflow:hidden;
	text-align:center;
	margin-top:20px;
}
.css-marquee{
  position: relative;
  width: 100%;
  height: 26px;
  overflow:hidden;
}
.css-marquee figure{
  margin: 0;
  width: 100%;
  height: 26px;
  position: absolute;
  opacity:0;	
  background-color:white;
}
.result-marquee{
  position: relative;
  width: 100%;
  height: 40px;
  overflow:hidden;
}
.result-marquee figure{
  margin: 0;
  width: 100%;
  height: 26px;
  position: absolute;
  opacity:0;	
}
.event-marquee{
  position: relative;
  width: 100%;
  height: 60px;
  overflow:hidden;
}
.event-marquee figure{
  margin: 0;
  width: 100%;
  height: 56px;
  position: absolute;
  opacity:0;	
}
.MarqueeAnimated figure {
  height: 26px;
  opacity:0;	
  background-color:white;
  color:#131eee;/* Club blue */
}
.MarqueeAnimated figure a:visited {
  color:inherit;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
 { 
	.MarqueeAnimated {
		font-size:12px;
		height:32px;
		margin-top:2px;
		overflow:auto;
	}
	.MarqueeAnimated figure {
	  height: 32px;
	}	
	.css-slideshow{
		top:-65px;
		width: 150px;
		max-width: 150px;
		height: 90px;
		max-height: 90px;
	}
		.css-slideshow figure{
		margin: 0;
		width: 150px;
		height: 90px;
	}
	.css-slideshow img{
	  display:block;
	  margin:auto;
	  border-radius:5px;
	  -moz-border-radius:5px;
	  -webkit-border-radius:5px;  
	  height: auto;
	  width: 100%;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {

}